[AD] zipup.sh patch (resources/ and *.dat files creting) correction |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro Developers List <conductors@xxxxxxxxxx>
- Subject: [AD] zipup.sh patch (resources/ and *.dat files creting) correction
- From: Stepan Roh <stepan@xxxxxxxxxx>
- Date: Sat, 17 Feb 2001 15:14:27 +0100 (CET)
I forgot to change second echo. Corrected patch:
--- zipup.sh.old Sat Feb 17 13:45:57 2001
+++ zipup.sh Sat Feb 17 13:46:22 2001
@@ -193,6 +193,16 @@
rm _tmpdoc.c _makedoc.exe
+# Create language.dat and keyboard.dat from resources directory.
+echo "Creating keyboard.dat..."
+
+(cd resources/keyboard; dat -a ../../keyboard.dat *.cfg)
+
+echo "Creating language.dat..."
+
+(cd resources/language; dat -a ../../language.dat *.cfg)
+
+
# convert files to djgpp format for distribution
run_batch_file fixdjgpp.bat
Have a nice day.
Stepan Roh