vtxprg_regcomb_setup.dsp
上传用户:yjja2008
上传日期:2022-05-05
资源大小:698k
文件大小:9k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="vtxprg_regcomb_setup" - 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=vtxprg_regcomb_setup - Win32 Browser 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 "vtxprg_regcomb_setup.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 "vtxprg_regcomb_setup.mak" CFG="vtxprg_regcomb_setup - Win32 Browser Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "vtxprg_regcomb_setup - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "vtxprg_regcomb_setup - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "vtxprg_regcomb_setup - Win32 Browser Debug" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "vtxprg_regcomb_setup - Win32 Browser Release" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName "sdomine-98"
  26. # PROP Scc_LocalPath "."
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF  "$(CFG)" == "vtxprg_regcomb_setup - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
  42. # ADD CPP /nologo /W3 /GX /O2 /I "......include" /I "......includeglh" /I "......includenv_util" /I "......includenv_math" /I "......includeshared" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
  43. # SUBTRACT CPP /YX /Yc /Yu
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # 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 /machine:I386
  51. # ADD 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 nv_math.lib nv_util.lib unzip.lib nvparse.lib /nologo /subsystem:console /machine:I386 /out:"......binReleasevtxprg_regcomb_setup.exe" /libpath:"......librelease"
  52. !ELSEIF  "$(CFG)" == "vtxprg_regcomb_setup - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  65. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "......include" /I "......includeglh" /I "......includenv_util" /I "......includenv_math" /I "......includeshared" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
  66. # SUBTRACT CPP /YX /Yc /Yu
  67. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  68. # ADD RSC /l 0x409 /d "_DEBUG"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LINK32=link.exe
  73. # 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
  74. # ADD 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 nv_math.lib nv_util.lib unzip.lib nvparse.lib jpeg.lib /nologo /subsystem:console /debug /machine:I386 /out:"......binDebughufo_fur.exe" /pdbtype:sept /libpath:"......libdebug"
  75. !ELSEIF  "$(CFG)" == "vtxprg_regcomb_setup - Win32 Browser Debug"
  76. # PROP BASE Use_MFC 0
  77. # PROP BASE Use_Debug_Libraries 1
  78. # PROP BASE Output_Dir "vtxprg_regcomb_setup___Win32_Browser_Debug"
  79. # PROP BASE Intermediate_Dir "vtxprg_regcomb_setup___Win32_Browser_Debug"
  80. # PROP BASE Ignore_Export_Lib 0
  81. # PROP BASE Target_Dir ""
  82. # PROP Use_MFC 0
  83. # PROP Use_Debug_Libraries 1
  84. # PROP Output_Dir "......dllDebug"
  85. # PROP Intermediate_Dir "Debug"
  86. # PROP Ignore_Export_Lib 0
  87. # PROP Target_Dir ""
  88. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "......include" /I "......includeglh" /I "......includenv_util" /I "......includenv_math" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
  89. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "......include" /I "......includeglh" /I "......includenv_util" /I "......includenv_math" /I "......includeshared" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
  90. # SUBTRACT CPP /YX /Yc /Yu
  91. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  92. # ADD RSC /l 0x409 /d "_DEBUG"
  93. BSC32=bscmake.exe
  94. # ADD BASE BSC32 /nologo
  95. # ADD BSC32 /nologo
  96. LINK32=link.exe
  97. # 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 nv_math.lib nv_util.lib unzip.lib nvparse.lib /nologo /subsystem:console /dll /debug /machine:I386 /out:"......dllDebugvtxprg_regcomb_setup.dll" /pdbtype:sept /libpath:"......libdebug"
  98. # SUBTRACT BASE LINK32 /pdb:none
  99. # ADD 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 nv_math.lib nv_util.lib unzip.lib nvparse.lib /nologo /subsystem:console /dll /debug /machine:I386 /out:"......dllDebug/hufo_fur.dll" /pdbtype:sept /libpath:"......libdebug"
  100. # SUBTRACT LINK32 /pdb:none
  101. !ELSEIF  "$(CFG)" == "vtxprg_regcomb_setup - Win32 Browser Release"
  102. # PROP BASE Use_MFC 0
  103. # PROP BASE Use_Debug_Libraries 0
  104. # PROP BASE Output_Dir "vtxprg_regcomb_setup___Win32_Browser_Release"
  105. # PROP BASE Intermediate_Dir "vtxprg_regcomb_setup___Win32_Browser_Release"
  106. # PROP BASE Ignore_Export_Lib 0
  107. # PROP BASE Target_Dir ""
  108. # PROP Use_MFC 0
  109. # PROP Use_Debug_Libraries 0
  110. # PROP Output_Dir "......dllRelease"
  111. # PROP Intermediate_Dir "Release"
  112. # PROP Ignore_Export_Lib 0
  113. # PROP Target_Dir ""
  114. # ADD BASE CPP /nologo /W3 /GX /O2 /I "......include" /I "......includeglh" /I "......includenv_util" /I "......includenv_math" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
  115. # SUBTRACT BASE CPP /YX /Yc /Yu
  116. # ADD CPP /nologo /W3 /GX /O2 /I "......include" /I "......includeglh" /I "......includenv_util" /I "......includenv_math" /I "......includeshared" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
  117. # SUBTRACT CPP /YX /Yc /Yu
  118. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  119. # ADD RSC /l 0x409 /d "NDEBUG"
  120. BSC32=bscmake.exe
  121. # ADD BASE BSC32 /nologo
  122. # ADD BSC32 /nologo
  123. LINK32=link.exe
  124. # 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 nv_math.lib nv_util.lib unzip.lib nvparse.lib /nologo /subsystem:console /dll /machine:I386 /out:"......dllReleasevtxprg_regcomb_setup.exe" /libpath:"......librelease"
  125. # SUBTRACT BASE LINK32 /pdb:none
  126. # ADD 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 nv_math.lib nv_util.lib unzip.lib nvparse.lib /nologo /subsystem:console /dll /machine:I386 /out:"......dllRelease/hufo_fur.dll" /libpath:"......librelease"
  127. # SUBTRACT LINK32 /pdb:none
  128. !ENDIF 
  129. # Begin Target
  130. # Name "vtxprg_regcomb_setup - Win32 Release"
  131. # Name "vtxprg_regcomb_setup - Win32 Debug"
  132. # Name "vtxprg_regcomb_setup - Win32 Browser Debug"
  133. # Name "vtxprg_regcomb_setup - Win32 Browser Release"
  134. # Begin Group "Source Files"
  135. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  136. # Begin Source File
  137. SOURCE=....shareddata_path.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.hufo_fur_setup.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.hufo_fur_texture.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=....sharedread_text_file.cpp
  147. # End Source File
  148. # End Group
  149. # Begin Group "Header Files"
  150. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  151. # Begin Source File
  152. SOURCE=.hufo_fur_setup.h
  153. # End Source File
  154. # End Group
  155. # Begin Group "Resource Files"
  156. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  157. # End Group
  158. # Begin Group "nvparse"
  159. # PROP Default_Filter ""
  160. # Begin Source File
  161. SOURCE=......dataprogramshufo_fur_setup.vp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=......dataprogramshufo_fur_setup.vsp
  165. # End Source File
  166. # End Group
  167. # Begin Source File
  168. SOURCE=.ReadMe.txt
  169. # End Source File
  170. # End Target
  171. # End Project