MagWnd.dsp
上传用户:wangdan
上传日期:2022-06-30
资源大小:739k
文件大小:5k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="MagWnd" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=MagWnd - 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 "MagWnd.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 "MagWnd.mak" CFG="MagWnd - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "MagWnd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "MagWnd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "MagWnd - Win32 Release"
  29. # PROP BASE Use_MFC 6
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 6
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Yu"stdafx.h" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  51. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:"../Release/MagWnd.dll"
  52. # Begin Special Build Tool
  53. SOURCE="$(InputPath)"
  54. PostBuild_Cmds=copy releaseMagWnd.lib ..releaseMagWnd.lib
  55. # End Special Build Tool
  56. !ELSEIF  "$(CFG)" == "MagWnd - Win32 Debug"
  57. # PROP BASE Use_MFC 6
  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 6
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir "Debug"
  65. # PROP Intermediate_Dir "Debug"
  66. # PROP Ignore_Export_Lib 0
  67. # PROP Target_Dir ""
  68. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  69. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Yu"stdafx.h" /FD /GZ /c
  70. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  71. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD BASE RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
  73. # ADD RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. LINK32=link.exe
  78. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  79. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug/MagWnd.dll" /pdbtype:sept
  80. # Begin Special Build Tool
  81. SOURCE="$(InputPath)"
  82. PostBuild_Cmds=copy debugMagWnd.lib ..debugMagWnd.lib
  83. # End Special Build Tool
  84. !ENDIF 
  85. # Begin Target
  86. # Name "MagWnd - Win32 Release"
  87. # Name "MagWnd - Win32 Debug"
  88. # Begin Group "Source Files"
  89. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  90. # Begin Source File
  91. SOURCE=.MagWnd.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.MagWnd.def
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.MagWnd.rc
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.StdAfx.cpp
  101. # ADD CPP /Yc"stdafx.h"
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.XTPWnd.cpp
  105. # End Source File
  106. # End Group
  107. # Begin Group "Header Files"
  108. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  109. # Begin Source File
  110. SOURCE=.Resource.h
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.StdAfx.h
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..IncludeXTPWnd.h
  117. # End Source File
  118. # End Group
  119. # Begin Group "Resource Files"
  120. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  121. # Begin Source File
  122. SOURCE=.resMagWnd.rc2
  123. # End Source File
  124. # End Group
  125. # Begin Source File
  126. SOURCE=.ReadMe.txt
  127. # End Source File
  128. # End Target
  129. # End Project