LuaLibDll.dsp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:8k
源码类别:

模拟服务器

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="LuaLibDll" - 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=LuaLibDll - 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 "LuaLibDll.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 "LuaLibDll.mak" CFG="LuaLibDll - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "LuaLibDll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "LuaLibDll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Library/LuaLib/LuaLibDll", IUBAAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "LuaLibDll - 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 Target_Dir ""
  39. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LUALIBDLL_EXPORTS" /YX /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /O2 /I ".LuaLibDllsrc" /I ".src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LUALIBDLL_EXPORTS" /YX /FD /c
  41. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  42. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD BASE RSC /l 0x804 /d "NDEBUG"
  44. # ADD RSC /l 0x804 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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
  50. # 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 /nologo /dll /machine:I386
  51. # Begin Special Build Tool
  52. SOURCE="$(InputPath)"
  53. PostBuild_Cmds=copy Releaselualibdll.lib ......Liblualibdll.lib copy Releaselualibdll.dll ......Liblualibdll.dll
  54. # End Special Build Tool
  55. !ELSEIF  "$(CFG)" == "LuaLibDll - Win32 Debug"
  56. # PROP BASE Use_MFC 0
  57. # PROP BASE Use_Debug_Libraries 1
  58. # PROP BASE Output_Dir "Debug"
  59. # PROP BASE Intermediate_Dir "Debug"
  60. # PROP BASE Target_Dir ""
  61. # PROP Use_MFC 0
  62. # PROP Use_Debug_Libraries 1
  63. # PROP Output_Dir "Debug"
  64. # PROP Intermediate_Dir "Debug"
  65. # PROP Ignore_Export_Lib 0
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LUALIBDLL_EXPORTS" /YX /FD /GZ /c
  68. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".src" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LUALIBDLL_EXPORTS" /YX /FD /GZ /c
  69. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  71. # ADD BASE RSC /l 0x804 /d "_DEBUG"
  72. # ADD RSC /l 0x804 /d "_DEBUG"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # 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
  78. # 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 /nologo /dll /debug /machine:I386 /pdbtype:sept
  79. # Begin Special Build Tool
  80. SOURCE="$(InputPath)"
  81. PostBuild_Cmds=copy debuglualibdll.lib ......Liblualibdll.lib copy debuglualibdll.dll ......Liblualibdll.dll
  82. # End Special Build Tool
  83. !ENDIF 
  84. # Begin Target
  85. # Name "LuaLibDll - Win32 Release"
  86. # Name "LuaLibDll - Win32 Debug"
  87. # Begin Group "Source Files"
  88. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  89. # Begin Source File
  90. SOURCE=.srclapi.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.srclcode.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.srcldebug.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.srcldo.c
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.srclfunc.c
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.srclgc.c
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.srcllex.c
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.srclmem.c
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.srclobject.c
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.srclparser.c
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.srclstate.c
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.srclstring.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.srcltable.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.srcltests.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.srcltm.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.srclua.c
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.srcLuaExtend.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.srclundump.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.srclvm.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.srclzio.c
  148. # End Source File
  149. # End Group
  150. # Begin Group "Header Files"
  151. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  152. # Begin Source File
  153. SOURCE=.srclapi.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.srclauxlib.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.srclcode.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.srcldebug.h
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.srcldo.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.srclfunc.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.srclgc.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.srcllex.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.srcllimits.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.srclmem.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.srclobject.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.srclopcodes.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.srclparser.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.srclstate.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.srclstring.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.srcltable.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.srcltm.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.srclua.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.srcluadebug.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.srcLuaDef.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.srclualib.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.srclundump.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.srclvm.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.srclzio.h
  223. # End Source File
  224. # End Group
  225. # Begin Group "Resource Files"
  226. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  227. # End Group
  228. # Begin Group "BaseLib"
  229. # PROP Default_Filter ""
  230. # Begin Source File
  231. SOURCE=.srcbaseliblauxlib.c
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.srcbaseliblbaselib.c
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.srcbaselibldblib.c
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.srcbaselibliolib.c
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.srcbaseliblmathlib.c
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.srcbaseliblstrlib.c
  247. # End Source File
  248. # End Group
  249. # End Target
  250. # End Project