ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
(Generate patch)

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.1.2.2 by tdb, Mon Dec 11 23:57:06 2000 UTC vs.
Revision 1.1.2.5 by tdb, Tue Dec 12 12:35:37 2000 UTC

# Line 23 | Line 23 | LIBDIR = $(BUILD)/lib
23   MKINC = $(SERVERROOT)/Makefile.inc
24  
25  
26 + ## Compiler Information
27 + JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar
28 + JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):.
29 +
30   ## JAR information
31  
32   # Name of JAR file (will be created in BUILD)
# Line 33 | Line 37 | MAINCLASS = uk.ac.ukc.iscream.core.Core
37   CLPATH = $(LIBDIR)/idl.jar $(LIBDIR)/jacorb.jar $(LIBDIR)/jaxp.jar $(LIBDIR)/parser.jar
38  
39  
36 ## IDL information
37
38 # Location IDL files will be checked out to
39 IDLFILES = $(SERVERROOT)/idl/uk
40
41
40   ## CHECK Files (for dependencies)
41   IDLCHECK = $(SERVERROOT)/.doneidl
42   BUILDCHECK = $(SERVERROOT)/.donebuild
43 + COMPILECHECK = .donecompile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines