gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/org/nongnu/libvob/paper texcache.py


From: Janne V. Kujala
Subject: [Gzz-commits] libvob/org/nongnu/libvob/paper texcache.py
Date: Wed, 26 Mar 2003 14:23:42 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Janne V. Kujala <address@hidden>        03/03/26 14:23:42

Modified files:
        org/nongnu/libvob/paper: texcache.py 

Log message:
        fix directories

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/paper/texcache.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/paper/texcache.py
diff -u libvob/org/nongnu/libvob/paper/texcache.py:1.1 
libvob/org/nongnu/libvob/paper/texcache.py:1.2
--- libvob/org/nongnu/libvob/paper/texcache.py:1.1      Wed Mar 26 11:06:15 2003
+++ libvob/org/nongnu/libvob/paper/texcache.py  Wed Mar 26 14:23:42 2003
@@ -40,7 +40,7 @@
     global texcache
 
     name = args[6]
-    file = "gfx/libtexture/" + name
+    file = "src/texture/" + name
     binfile = file + ".bin"
     srcfile = file + ".texture"
 
@@ -48,7 +48,7 @@
     srctime = File(srcfile).lastModified()
 
     if srctime > bintime:
-        os.system("make -C gfx/libtexture " + name + ".bin")
+        os.system("make -C src/texture " + name + ".bin")
         
     key = str((args,shade_all_levels))
     if texcache.has_key(key) and texcache[(key,"ctime")] == srctime:




reply via email to

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