txt-converter-char.dsp 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. # Microsoft Developer Studio Project File - Name="txt_converter_char" - 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=txt_converter_char - 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 "txt-converter-char.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 "txt-converter-char.mak" CFG="txt_converter_char - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "txt_converter_char - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "txt_converter_char - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir ".."
  36. # PROP Intermediate_Dir "tmp\txt_converter_char\Release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /W3 /O2 /I "..\3rdparty\msinttypes\include" /I "..\3rdparty\mysql\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "__WIN32" /D "DB_MANUAL_CAST_TO_UNION" /D "MINICORE" /D "TXT_SQL_CONVERT" /FD /c
  41. # SUBTRACT CPP /YX
  42. # ADD BASE RSC /l 0x405 /d "NDEBUG"
  43. # ADD RSC /l 0x417 /d "NDEBUG"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LINK32=link.exe
  48. # 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 /subsystem:console /machine:I386
  49. # ADD LINK32 kernel32.lib libmysql.lib /nologo /subsystem:console /machine:I386 /libpath:"..\3rdparty\mysql\lib"
  50. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir ".."
  59. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug"
  60. # PROP Ignore_Export_Lib 0
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  63. # ADD CPP /nologo /W3 /Gm /ZI /Od /I "..\3rdparty\msinttypes\include" /I "..\3rdparty\mysql\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "__WIN32" /D "DB_MANUAL_CAST_TO_UNION" /D "MINICORE" /D "TXT_SQL_CONVERT" /FD /GZ /c
  64. # SUBTRACT CPP /YX
  65. # ADD BASE RSC /l 0x405 /d "_DEBUG"
  66. # ADD RSC /l 0x417 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LINK32=link.exe
  71. # 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
  72. # ADD LINK32 kernel32.lib libmysql.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\3rdparty\mysql\lib"
  73. !ENDIF
  74. # Begin Target
  75. # Name "txt_converter_char - Win32 Release"
  76. # Name "txt_converter_char - Win32 Debug"
  77. # Begin Group "common"
  78. # PROP Default_Filter ""
  79. # Begin Source File
  80. SOURCE=..\src\common\cbasetypes.h
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=..\src\common\core.c
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=..\src\common\core.h
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=..\src\common\db.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=..\src\common\db.h
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=..\src\common\ers.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=..\src\common\ers.h
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=..\src\common\lock.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=..\src\common\lock.h
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=..\src\common\malloc.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=..\src\common\malloc.h
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=..\src\common\mapindex.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..\src\common\mapindex.h
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=..\src\common\mmo.h
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\src\common\showmsg.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..\src\common\showmsg.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\src\common\sql.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\src\common\sql.h
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..\src\common\strlib.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..\src\common\strlib.h
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..\src\common\timer.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..\src\common\timer.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\src\common\utils.c
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\src\common\utils.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=..\src\common\version.h
  153. # End Source File
  154. # End Group
  155. # Begin Group "char_sql"
  156. # PROP Default_Filter ""
  157. # Begin Source File
  158. SOURCE=..\src\char_sql\char.c
  159. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  160. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  161. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  162. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  163. !ENDIF
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=..\src\char_sql\char.h
  167. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  168. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  169. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  170. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  171. !ENDIF
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=..\src\char_sql\int_guild.c
  175. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  176. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  177. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  178. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  179. !ENDIF
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=..\src\char_sql\int_guild.h
  183. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  184. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  185. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  186. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  187. !ENDIF
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=..\src\char_sql\int_mercenary.c
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=..\src\char_sql\int_mercenary.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=..\src\char_sql\int_party.c
  197. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  198. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  199. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  200. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  201. !ENDIF
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..\src\char_sql\int_party.h
  205. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  206. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  207. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  208. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  209. !ENDIF
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=..\src\char_sql\int_pet.c
  213. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  214. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  215. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  216. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  217. !ENDIF
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=..\src\char_sql\int_pet.h
  221. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  222. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  223. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  224. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  225. !ENDIF
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=..\src\char_sql\int_storage.c
  229. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  230. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  231. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  232. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  233. !ENDIF
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=..\src\char_sql\int_storage.h
  237. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  238. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  239. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  240. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  241. !ENDIF
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=..\src\char_sql\inter.c
  245. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  246. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  247. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  248. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  249. !ENDIF
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=..\src\char_sql\inter.h
  253. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  254. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_sql"
  255. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  256. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_sql"
  257. !ENDIF
  258. # End Source File
  259. # End Group
  260. # Begin Group "char_txt"
  261. # PROP Default_Filter ""
  262. # Begin Source File
  263. SOURCE=..\src\char\char.c
  264. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  265. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  266. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  267. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  268. !ENDIF
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=..\src\char\char.h
  272. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  273. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  274. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  275. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  276. !ENDIF
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=..\src\char\int_guild.c
  280. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  281. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  282. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  283. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  284. !ENDIF
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=..\src\char\int_guild.h
  288. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  289. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  290. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  291. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  292. !ENDIF
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=..\src\char\int_party.c
  296. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  297. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  298. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  299. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  300. !ENDIF
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=..\src\char\int_party.h
  304. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  305. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  306. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  307. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  308. !ENDIF
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=..\src\char\int_pet.c
  312. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  313. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  314. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  315. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  316. !ENDIF
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=..\src\char\int_pet.h
  320. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  321. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  322. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  323. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  324. !ENDIF
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=..\src\char\int_storage.c
  328. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  329. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  330. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  331. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  332. !ENDIF
  333. # End Source File
  334. # Begin Source File
  335. SOURCE=..\src\char\int_storage.h
  336. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  337. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  338. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  339. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  340. !ENDIF
  341. # End Source File
  342. # Begin Source File
  343. SOURCE=..\src\char\inter.c
  344. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  345. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  346. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  347. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  348. !ENDIF
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=..\src\char\inter.h
  352. !IF "$(CFG)" == "txt_converter_char - Win32 Release"
  353. # PROP Intermediate_Dir "tmp\txt_converter_char\Release\char_txt"
  354. !ELSEIF "$(CFG)" == "txt_converter_char - Win32 Debug"
  355. # PROP Intermediate_Dir "tmp\txt_converter_char\Debug\char_txt"
  356. !ENDIF
  357. # End Source File
  358. # End Group
  359. # Begin Group "converter"
  360. # PROP Default_Filter ""
  361. # Begin Source File
  362. SOURCE="..\src\txt-converter\char-converter.c"
  363. # End Source File
  364. # End Group
  365. # End Target
  366. # End Project