gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob Makefile


From: Benja Fallenstein
Subject: [Gzz-commits] libvob Makefile
Date: Sun, 16 Mar 2003 10:28:50 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Benja Fallenstein <address@hidden>      03/03/16 10:28:50

Modified files:
        .              : Makefile 

Log message:
        'jar' makefile target

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.12 libvob/Makefile:1.13
--- libvob/Makefile:1.12        Wed Mar 12 15:48:45 2003
+++ libvob/Makefile     Sun Mar 16 10:28:50 2003
@@ -14,6 +14,9 @@
        mkdir -p CLASSES
        $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC) 
 
+jar: java
+       jar cf libvob.jar -C CLASSES org
+
 ctest: src/trans
 
 src/jni: src/os src/texture src/util src/trans src/main




reply via email to

[Prev in Thread] Current Thread [Next in Thread]