/PC/VC6/make_versioninfo.dsp

http://unladen-swallow.googlecode.com/ · Unknown · 108 lines · 93 code · 15 blank · 0 comment · 0 complexity · 75a6a3862f09e557918a5a82216e6ba9 MD5 · raw file

  1. # Microsoft Developer Studio Project File - Name="make_versioninfo" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=make_versioninfo - Win32 Release
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "make_versioninfo.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "make_versioninfo.mak" CFG="make_versioninfo - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "make_versioninfo - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "make_versioninfo - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "make_versioninfo"
  24. # PROP Scc_LocalPath ".."
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "make_versioninfo - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "."
  36. # PROP Intermediate_Dir "x86-temp-release\make_versioninfo"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # 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 /nologo /subsystem:console /machine:I386
  48. # ADD LINK32 odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1d000000" /subsystem:console /debug /machine:I386
  49. # SUBTRACT LINK32 /pdb:none
  50. # Begin Custom Build
  51. InputPath=.\make_versioninfo.exe
  52. SOURCE="$(InputPath)"
  53. "..\pythonnt_rc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  54. .\make_versioninfo.exe >..\pythonnt_rc.h
  55. # End Custom Build
  56. !ELSEIF "$(CFG)" == "make_versioninfo - Win32 Debug"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 1
  59. # PROP BASE Output_Dir "Debug"
  60. # PROP BASE Intermediate_Dir "Debug"
  61. # PROP BASE Target_Dir ""
  62. # PROP Use_MFC 0
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir "."
  65. # PROP Intermediate_Dir "x86-temp-debug\make_versioninfo"
  66. # PROP Ignore_Export_Lib 0
  67. # PROP Target_Dir ""
  68. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  69. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  71. # ADD RSC /l 0x409 /i "..\..\Include" /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  77. # ADD LINK32 odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1d000000" /subsystem:console /debug /machine:I386 /out:"./make_versioninfo_d.exe" /pdbtype:sept
  78. # SUBTRACT LINK32 /pdb:none
  79. # Begin Custom Build
  80. InputPath=.\make_versioninfo_d.exe
  81. SOURCE="$(InputPath)"
  82. "..\pythonnt_rc_d.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  83. .\make_versioninfo_d.exe >..\pythonnt_rc_d.h
  84. # End Custom Build
  85. !ENDIF
  86. # Begin Target
  87. # Name "make_versioninfo - Win32 Release"
  88. # Name "make_versioninfo - Win32 Debug"
  89. # Begin Source File
  90. SOURCE=..\make_versioninfo.c
  91. # End Source File
  92. # End Target
  93. # End Project