gen.dsp 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # Microsoft Developer Studio Project File - Name="gen" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Generic Project" 0x010a
  5. CFG=gen - Win32 Debug
  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 "gen.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 "gen.mak" CFG="gen - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "gen - Win32 Release" (based on "Win32 (x86) Generic Project")
  19. !MESSAGE "gen - Win32 Debug" (based on "Win32 (x86) Generic Project")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "gen"
  24. # PROP Scc_LocalPath "."
  25. MTL=midl.exe
  26. !IF "$(CFG)" == "gen - Win32 Release"
  27. # PROP BASE Use_MFC 0
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "gen___Win32_Release"
  30. # PROP BASE Intermediate_Dir "gen___Win32_Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 0
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "gen___Win32_Release"
  35. # PROP Intermediate_Dir "gen___Win32_Release"
  36. # PROP Target_Dir ""
  37. !ELSEIF "$(CFG)" == "gen - Win32 Debug"
  38. # PROP BASE Use_MFC 0
  39. # PROP BASE Use_Debug_Libraries 1
  40. # PROP BASE Output_Dir "gen___Win32_Debug"
  41. # PROP BASE Intermediate_Dir "gen___Win32_Debug"
  42. # PROP BASE Target_Dir ""
  43. # PROP Use_MFC 0
  44. # PROP Use_Debug_Libraries 1
  45. # PROP Output_Dir "gen___Win32_Debug"
  46. # PROP Intermediate_Dir "gen___Win32_Debug"
  47. # PROP Target_Dir ""
  48. !ENDIF
  49. # Begin Target
  50. # Name "gen - Win32 Release"
  51. # Name "gen - Win32 Debug"
  52. # Begin Source File
  53. SOURCE=.\include\aboutmsg.default
  54. # End Source File
  55. # Begin Source File
  56. SOURCE=.\gen.readme
  57. !IF "$(CFG)" == "gen - Win32 Release"
  58. # PROP Ignore_Default_Tool 1
  59. # Begin Custom Build
  60. InputPath=.\gen.readme
  61. BuildCmds= \
  62. run_python.bat makeversion.py
  63. "include/version.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  64. $(BuildCmds)
  65. "include/aboutmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  66. $(BuildCmds)
  67. "include/RADIANT_MAJOR" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  68. $(BuildCmds)
  69. "include/RADIANT_MINOR" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  70. $(BuildCmds)
  71. # End Custom Build
  72. !ELSEIF "$(CFG)" == "gen - Win32 Debug"
  73. # PROP Ignore_Default_Tool 1
  74. # Begin Custom Build
  75. InputPath=.\gen.readme
  76. BuildCmds= \
  77. run_python.bat makeversion.py
  78. "include/version.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  79. $(BuildCmds)
  80. "include/aboutmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  81. $(BuildCmds)
  82. # End Custom Build
  83. !ENDIF
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=.\makeversion.py
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\run_python.bat
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\include\version.default
  93. # End Source File
  94. # End Target
  95. # End Project