[rogueclone-cvs] rogue/sys rogue.dsp,1.3.2.2,1.3.2.3
Brought to you by:
mlehotay
From: Michael L. <mle...@us...> - 2008-12-07 17:53:59
|
Update of /cvsroot/rogueclone/rogue/sys In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3852/sys Modified Files: Tag: curses rogue.dsp Log Message: new visual studio project configurations for linking with pdcurses Index: rogue.dsp =================================================================== RCS file: /cvsroot/rogueclone/rogue/sys/rogue.dsp,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -C2 -d -r1.3.2.2 -r1.3.2.3 *** rogue.dsp 19 Jun 2008 02:50:20 -0000 1.3.2.2 --- rogue.dsp 7 Dec 2008 17:53:47 -0000 1.3.2.3 *************** *** 5,9 **** # TARGTYPE "Win32 (x86) Console Application" 0x0103 ! CFG=rogue - Win32 Debug !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=rogue - Win32 Debug with pdcurses !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run *************** *** 14,18 **** !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE ! !MESSAGE NMAKE /f "rogue.mak" CFG="rogue - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: --- 14,18 ---- !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE ! !MESSAGE NMAKE /f "rogue.mak" CFG="rogue - Win32 Debug with pdcurses" !MESSAGE !MESSAGE Possible choices for configuration are: *************** *** 20,23 **** --- 20,25 ---- !MESSAGE "rogue - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "rogue - Win32 Debug" (based on "Win32 (x86) Console Application") + !MESSAGE "rogue - Win32 Debug with pdcurses" (based on "Win32 (x86) Console Application") + !MESSAGE "rogue - Win32 Release with pdcurses" (based on "Win32 (x86) Console Application") !MESSAGE *************** *** 43,47 **** # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c # ADD BASE RSC /l 0x1009 /d "NDEBUG" # ADD RSC /l 0x1009 /d "NDEBUG" --- 45,49 ---- # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c ! # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "ROGUECURSES" /FD /c # ADD BASE RSC /l 0x1009 /d "NDEBUG" # ADD RSC /l 0x1009 /d "NDEBUG" *************** *** 67,71 **** # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c ! # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /I../sys/pdcurses /c # ADD BASE RSC /l 0x1009 /d "_DEBUG" # ADD RSC /l 0x1009 /d "_DEBUG" --- 69,73 ---- # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c ! # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ROGUECURSES" /FR /FD /GZ /c # ADD BASE RSC /l 0x1009 /d "_DEBUG" # ADD RSC /l 0x1009 /d "_DEBUG" *************** *** 75,81 **** --- 77,136 ---- LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept + # ADD LINK32 /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"oldnames" /pdbtype:sept /warn:3 + # SUBTRACT LINK32 /pdb:none + + !ELSEIF "$(CFG)" == "rogue - Win32 Debug with pdcurses" + + # PROP BASE Use_MFC 0 + # PROP BASE Use_Debug_Libraries 1 + # PROP BASE Output_Dir "rogue___Win32_Debug_with_pdcurses" + # PROP BASE Intermediate_Dir "rogue___Win32_Debug_with_pdcurses" + # PROP BASE Ignore_Export_Lib 0 + # PROP BASE Target_Dir "" + # PROP Use_MFC 0 + # PROP Use_Debug_Libraries 1 + # PROP Output_Dir "Debug" + # PROP Intermediate_Dir "Debug" + # PROP Ignore_Export_Lib 0 + # PROP Target_Dir "" + # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /I../sys/pdcurses /c + # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /I../sys/pdcurses /c + # ADD BASE RSC /l 0x1009 /d "_DEBUG" + # ADD RSC /l 0x1009 /d "_DEBUG" + BSC32=bscmake.exe + # ADD BASE BSC32 /nologo + # ADD BSC32 /nologo + LINK32=link.exe + # ADD BASE LINK32 ../sys/pdcurses/pdcurses.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"oldnames" /pdbtype:sept /warn:3 + # SUBTRACT BASE LINK32 /pdb:none # ADD LINK32 ../sys/pdcurses/pdcurses.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"oldnames" /pdbtype:sept /warn:3 # SUBTRACT LINK32 /pdb:none + !ELSEIF "$(CFG)" == "rogue - Win32 Release with pdcurses" + + # PROP BASE Use_MFC 0 + # PROP BASE Use_Debug_Libraries 0 + # PROP BASE Output_Dir "rogue___Win32_Release_with_pdcurses" + # PROP BASE Intermediate_Dir "rogue___Win32_Release_with_pdcurses" + # PROP BASE Ignore_Export_Lib 0 + # PROP BASE Target_Dir "" + # PROP Use_MFC 0 + # PROP Use_Debug_Libraries 0 + # PROP Output_Dir "Release" + # PROP Intermediate_Dir "Release" + # PROP Ignore_Export_Lib 0 + # PROP Target_Dir "" + # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c + # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I../sys/pdcurses /c + # ADD BASE RSC /l 0x1009 /d "NDEBUG" + # ADD RSC /l 0x1009 /d "NDEBUG" + BSC32=bscmake.exe + # ADD BASE BSC32 /nologo + # ADD BSC32 /nologo + LINK32=link.exe + # ADD BASE LINK32 /nologo /machine:I386 /nodefaultlib:"oldnames" /warn:3 + # ADD LINK32 ../sys/pdcurses/pdcurses.lib /nologo /machine:I386 /nodefaultlib:"oldnames" /warn:3 + # SUBTRACT LINK32 /pdb:none + !ENDIF *************** *** 84,87 **** --- 139,144 ---- # Name "rogue - Win32 Release" # Name "rogue - Win32 Debug" + # Name "rogue - Win32 Debug with pdcurses" + # Name "rogue - Win32 Release with pdcurses" # Begin Group "Source Files" |