[AD] patch for fix.bat msvc7

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


the following patch changes the fix.bat to correctly report msvc7 as the target, when the user has specified it.




--- ..\allegro_4_1_18_CVS_Feb5\fix.bat	2005-02-05 05:05:00.000000000 +1100
+++ fix.bat	2005-03-29 18:26:52.156250000 +1000
@@ -67,8 +67,11 @@
 goto tail

 :msvc7
+echo Configuring Allegro for Windows/MSVC7...
 echo COMPILER_MSVC7 = 1 >> makefile
-goto msvc
+echo MAKEFILE_INC = makefile.vc >> makefile
+echo #define ALLEGRO_MSVC >> include\allegro\platform\alplatf.h
+goto tail

 :msvc
 echo Configuring Allegro for Windows/MSVC...




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/