netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/pics Jamfile


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/pics Jamfile
Date: Mon, 03 Nov 2003 05:05:11 -0500

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/11/03 05:05:11

Modified files:
        pics           : Jamfile 

Log message:
        fix to install the new .bmp files instead of the old removed .til ones, 
thanks to Matthias Jahn for the patch

Patches:
Index: netpanzer/pics/Jamfile
diff -u netpanzer/pics/Jamfile:1.1 netpanzer/pics/Jamfile:1.2
--- netpanzer/pics/Jamfile:1.1  Tue Sep 23 21:26:18 2003
+++ netpanzer/pics/Jamfile      Mon Nov  3 05:05:10 2003
@@ -20,10 +20,10 @@
 
 FILES += [ WildcardPath flags : *.bmp ]
          [ WildcardPath cursors : *.bmp ]
-         [ WildcardPath menus/vehicleSelectionView/til : *.til ]
+         [ WildcardPath menus/vehicleSelectionView : *.bmp ]
          [ WildcardPath backgrounds/menus/buttons/default/pak : *.pak ]
          [ WildcardPath backgrounds/menus/menu/pak : *.pak ]
-         [ WildcardPath backgrounds/menus/menu/til : *.til ]
+         [ WildcardPath backgrounds/menus/menu : *.bmp ]
          chars5x5.raw chars8x8.raw grass.bmp ;
 
 InstallData $(FILES) : pics ;




reply via email to

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