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.5 by tdb, Tue Dec 12 12:35:37 2000 UTC vs.
Revision 1.1.2.6 by tdb, Tue Dec 12 20:14:52 2000 UTC

# Line 22 | Line 22 | LIBDIR = $(BUILD)/lib
22   # Location of the main include
23   MKINC = $(SERVERROOT)/Makefile.inc
24  
25 + # Install Prefix
26 + prefix = /usr/local/proj/co600_10/iscream-server
27 + INSTALL = $(prefix)
28  
29   ## Compiler Information
30   JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar
31   JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):.
32  
33 < ## JAR information
33 > ## Package information
34 >
35 > # Name of tar archive (will be gzipped afterwards)
36 > TARFILE = iscream.tar
37 > TARGZFILE = iscream.tar.gz
38 > ZIPFILE = iscream.zip
39  
40   # Name of JAR file (will be created in BUILD)
41   PACKAGE = iscream.jar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines