mapq3.dsp 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Microsoft Developer Studio Project File - Name="mapq3" - 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=mapq3 - 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 "mapq3.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 "mapq3.mak" CFG="mapq3 - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "mapq3 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "mapq3 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName "mapq3"
  24. # PROP Scc_LocalPath "..\.."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "mapq3 - 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 /O2 /I "..\..\include" /I "..\..\..\gtk2-win32\include\glib-2.0" /I "..\..\..\gtk2-win32\lib\glib-2.0\include" /I "..\common" /I "..\..\libs" /I "..\..\..\STLPort\stlport" /I "..\..\..\libxml2\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 cmdlib.lib glib-2.0.lib /nologo /dll /machine:I386 /def:".\mapq3.def" /libpath:"../../libs/cmdlib/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\mapq3.dll "../../install/modules"
  58. # End Special Build Tool
  59. !ELSEIF "$(CFG)" == "mapq3 - 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 /ZI /Od /I "..\..\include" /I "..\..\..\gtk2-win32\include\glib-2.0" /I "..\..\..\gtk2-win32\lib\glib-2.0\include" /I "..\common" /I "..\..\libs" /I "..\..\..\STLPort\stlport" /I "..\..\..\libxml2\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 cmdlib.lib glib-2.0.lib /nologo /dll /debug /machine:I386 /def:".\mapq3.def" /pdbtype:sept /libpath:"../../libs/cmdlib/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\mapq3.dll "../../install/modules"
  89. # End Special Build Tool
  90. !ENDIF
  91. # Begin Target
  92. # Name "mapq3 - Win32 Release"
  93. # Name "mapq3 - 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=.\mapq3.def
  98. # PROP Exclude_From_Build 1
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\parse.cpp
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\plugin.cpp
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\write.cpp
  108. # End Source File
  109. # End Group
  110. # Begin Group "Header Files"
  111. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  112. # Begin Group "API"
  113. # PROP Default_Filter "*.h"
  114. # Begin Source File
  115. SOURCE=..\..\include\ifilesystem.h
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=..\..\include\ipatch.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=..\..\include\iscriplib.h
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=..\..\include\qerplugin.h
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=..\..\include\qertypes.h
  128. # End Source File
  129. # End Group
  130. # Begin Source File
  131. SOURCE=.\plugin.h
  132. # End Source File
  133. # End Group
  134. # Begin Group "Resource Files"
  135. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  136. # End Group
  137. # Begin Source File
  138. SOURCE=.\Conscript
  139. # End Source File
  140. # End Target
  141. # End Project