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

Comparing projects/cms/source/server/build/Makefile (file contents):
Revision 1.16 by tdb, Sun Feb 16 20:35:59 2003 UTC vs.
Revision 1.17 by tdb, Fri Feb 21 13:45:48 2003 UTC

# Line 29 | Line 29 | $(PACKAGE) : $(IDLCHECK) $(MCOMPILECHECK)
29          rm -f $(PACKAGE)
30          @echo "Main-Class: $(MAINCLASS)" > MANIFEST_TMP
31          @echo "Class-Path: $(CLPATH)" >> MANIFEST_TMP
32 <        jar -cmf MANIFEST_TMP $(PACKAGE) $(BUILDFILES)
32 >        jar -cmf MANIFEST_TMP $(PACKAGE) $(BUILDFILES) $(JACPROP)
33          rm -f MANIFEST_TMP
34  
35   .PHONY : dist-bin

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines