model.dsp 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. # Microsoft Developer Studio Project File - Name="model" - 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=model - 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 "model.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 "model.mak" CFG="model - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "model - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "model - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "model"
  24. # PROP Scc_LocalPath "..\.."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "model - Win32 Release"
  29. # PROP BASE Use_MFC 0
  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 0
  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. F90=df.exe
  41. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /YX /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\libxml2\include\\" /I "..\..\libs\nvtristrip" /I "..\..\..\stlport\stlport" /I "..\..\include" /I "..\..\libs" /I "..\..\..\gtk2-win32\include\glib-2.0" /I "..\..\..\gtk2-win32\lib\glib-2.0\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /YX /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x40c /d "NDEBUG"
  46. # ADD RSC /l 0x40c /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 /dll /machine:I386
  52. # ADD LINK32 mathlib.lib glib-2.0.lib gobject-2.0.lib /nologo /dll /machine:I386 /def:".\model.def" /libpath:"..\..\libs\mathlib\release" /libpath:"..\..\..\gtk2-win32\lib"
  53. # SUBTRACT LINK32 /pdb:none
  54. # Begin Special Build Tool
  55. SOURCE="$(InputPath)"
  56. PostBuild_Desc=Copy to dir...
  57. PostBuild_Cmds=copy Release\model.dll "../../install/modules"
  58. # End Special Build Tool
  59. !ELSEIF "$(CFG)" == "model - Win32 Debug"
  60. # PROP BASE Use_MFC 0
  61. # PROP BASE Use_Debug_Libraries 1
  62. # PROP BASE Output_Dir "Debug"
  63. # PROP BASE Intermediate_Dir "Debug"
  64. # PROP BASE Target_Dir ""
  65. # PROP Use_MFC 0
  66. # PROP Use_Debug_Libraries 1
  67. # PROP Output_Dir "Debug"
  68. # PROP Intermediate_Dir "Debug"
  69. # PROP Ignore_Export_Lib 0
  70. # PROP Target_Dir ""
  71. F90=df.exe
  72. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /YX /FD /GZ /c
  73. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\shared" /I "..\..\..\libxml2\include" /I "..\..\..\stlport\stlport\\" /I "..\..\include" /I "..\..\libs" /I "..\..\..\gtk2-win32\include\glib-2.0" /I "..\..\..\gtk2-win32\lib\glib-2.0\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MAP_EXPORTS" /FR /YX /FD /GZ /c
  74. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  75. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  76. # ADD BASE RSC /l 0x40c /d "_DEBUG"
  77. # ADD RSC /l 0x40c /d "_DEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. LINK32=link.exe
  82. # 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 /dll /debug /machine:I386 /pdbtype:sept
  83. # ADD LINK32 mathlib.lib glib-2.0.lib gobject-2.0.lib /nologo /dll /debug /machine:I386 /def:".\model.def" /pdbtype:sept /libpath:"..\..\libs\mathlib\debug" /libpath:"..\..\..\gtk2-win32\lib"
  84. # SUBTRACT LINK32 /pdb:none
  85. # Begin Special Build Tool
  86. SOURCE="$(InputPath)"
  87. PostBuild_Desc=Copy to dir...
  88. PostBuild_Cmds=copy Debug\model.dll "../../install/modules"
  89. # End Special Build Tool
  90. !ENDIF
  91. # Begin Target
  92. # Name "model - Win32 Release"
  93. # Name "model - Win32 Debug"
  94. # Begin Group "Source Files"
  95. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  96. # Begin Source File
  97. SOURCE=.\cpicomodel.cpp
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\cpicosurface.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\model.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\model.def
  107. # PROP Exclude_From_Build 1
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\plugin.cpp
  111. # End Source File
  112. # End Group
  113. # Begin Group "Header Files"
  114. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  115. # Begin Group "API"
  116. # PROP Default_Filter ""
  117. # Begin Source File
  118. SOURCE=..\..\include\ifilesystem.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=..\..\include\igl.h
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=..\..\include\imodel.h
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=..\..\include\ishaders.h
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=..\..\include\isurface.h
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=..\..\include\qerplugin.h
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=..\..\include\qertypes.h
  137. # End Source File
  138. # End Group
  139. # Begin Source File
  140. SOURCE=.\plugin.h
  141. # End Source File
  142. # End Group
  143. # Begin Group "Resource Files"
  144. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  145. # End Group
  146. # Begin Source File
  147. SOURCE=.\Conscript
  148. # End Source File
  149. # End Target
  150. # End Project