From: Francesco M. <fr...@us...> - 2005-11-25 22:29:19
|
Update of /cvsroot/wxlua/wxLua/util/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27748/util/build/msw Modified Files: util.dsp Log Message: updated bakefiles.bkgen for msvc6prj output Index: util.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/util/build/msw/util.dsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** util.dsp 20 Jun 2005 09:48:55 -0000 1.2 --- util.dsp 25 Nov 2005 22:29:08 -0000 1.3 *************** *** 5,9 **** # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! CFG=util_bin2c - Win32 Default !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run --- 5,9 ---- # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! CFG=util_bin2c - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run *************** *** 14,29 **** !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE ! !MESSAGE NMAKE /f "util.mak" CFG="util_bin2c - Win32 Default" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "util_bin2c - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 DLL Unicode" (based on "Win32 (x86) Console Application") !MESSAGE "util_bin2c - Win32 DLL Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 DLL" (based on "Win32 (x86) Console Application") !MESSAGE "util_bin2c - Win32 Unicode Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 Unicode" (based on "Win32 (x86) Console Application") !MESSAGE "util_bin2c - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 Default" (based on "Win32 (x86) Console Application") !MESSAGE --- 14,29 ---- !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE ! !MESSAGE NMAKE /f "util.mak" CFG="util_bin2c - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "util_bin2c - Win32 DLL Unicode Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 DLL Unicode Release" (based on "Win32 (x86) Console Application") !MESSAGE "util_bin2c - Win32 DLL Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 DLL Release" (based on "Win32 (x86) Console Application") !MESSAGE "util_bin2c - Win32 Unicode Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 Unicode Release" (based on "Win32 (x86) Console Application") !MESSAGE "util_bin2c - Win32 Debug" (based on "Win32 (x86) Console Application") ! !MESSAGE "util_bin2c - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE *************** *** 58,62 **** # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 DLL Unicode" # PROP BASE Use_MFC 0 --- 58,62 ---- # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 *************** *** 104,108 **** # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 DLL" # PROP BASE Use_MFC 0 --- 104,108 ---- # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 DLL Release" # PROP BASE Use_MFC 0 *************** *** 150,154 **** # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 Unicode" # PROP BASE Use_MFC 0 --- 150,154 ---- # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 Unicode Release" # PROP BASE Use_MFC 0 *************** *** 196,200 **** # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 Default" # PROP BASE Use_MFC 0 --- 196,200 ---- # ADD LINK32 /nologo /machine:i386 /out:"..\..\..\bin\bin2c.exe" /subsystem:console ! !ELSEIF "$(CFG)" == "util_bin2c - Win32 Release" # PROP BASE Use_MFC 0 *************** *** 224,234 **** # Name "util_bin2c - Win32 DLL Unicode Debug" ! # Name "util_bin2c - Win32 DLL Unicode" # Name "util_bin2c - Win32 DLL Debug" ! # Name "util_bin2c - Win32 DLL" # Name "util_bin2c - Win32 Unicode Debug" ! # Name "util_bin2c - Win32 Unicode" # Name "util_bin2c - Win32 Debug" ! # Name "util_bin2c - Win32 Default" # Begin Group "Source Files" --- 224,234 ---- # Name "util_bin2c - Win32 DLL Unicode Debug" ! # Name "util_bin2c - Win32 DLL Unicode Release" # Name "util_bin2c - Win32 DLL Debug" ! # Name "util_bin2c - Win32 DLL Release" # Name "util_bin2c - Win32 Unicode Debug" ! # Name "util_bin2c - Win32 Unicode Release" # Name "util_bin2c - Win32 Debug" ! # Name "util_bin2c - Win32 Release" # Begin Group "Source Files" |