wx_wxscintilla.dsp 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. # Microsoft Developer Studio Project File - Name="wx_wxscintilla" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=wxscintilla - 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 "wx_wxscintilla.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 "wx_wxscintilla.mak" CFG="wxscintilla - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "wxscintilla - Win32 DLL Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "wxscintilla - Win32 DLL Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "wxscintilla - Win32 Release" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "wxscintilla - Win32 Debug" (based on "Win32 (x86) Static Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "wxscintilla - Win32 DLL Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 1
  32. # PROP BASE Output_Dir "..\..\lib\vc_dll"
  33. # PROP BASE Intermediate_Dir "vc_mswudll\wxscintilla"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "..\..\lib\vc_dll"
  38. # PROP Intermediate_Dir "vc_mswudll\wxscintilla"
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /Zi /Fd..\..\lib\vc_dll\wxscintilla.pdb /opt:ref /opt:icf /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "WXUSINGDLL" /D "__WXMSW__" /D "_UNICODE" /c
  41. # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /Zi /Fd..\..\lib\vc_dll\wxscintilla.pdb /opt:ref /opt:icf /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "WXUSINGDLL" /D "__WXMSW__" /D "_UNICODE" /c
  42. # ADD BASE RSC /l 0x409
  43. # ADD RSC /l 0x409
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LIB32=link.exe -lib
  48. # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib"
  49. # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib"
  50. !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "..\..\lib\vc_dll"
  54. # PROP BASE Intermediate_Dir "vc_mswuddll\wxscintilla"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "..\..\lib\vc_dll"
  59. # PROP Intermediate_Dir "vc_mswuddll\wxscintilla"
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /Zi /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "WXUSINGDLL" /D "__WXMSW__" /D "_UNICODE" /c
  62. # ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /Zi /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "WXUSINGDLL" /D "__WXMSW__" /D "_UNICODE" /c
  63. # ADD BASE RSC /l 0x409
  64. # ADD RSC /l 0x409
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=link.exe -lib
  69. # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib"
  70. # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib"
  71. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 1
  74. # PROP BASE Output_Dir "..\..\lib\vc_lib"
  75. # PROP BASE Intermediate_Dir "vc_mswu\wxscintilla"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 0
  78. # PROP Use_Debug_Libraries 1
  79. # PROP Output_Dir "..\..\lib\vc_lib"
  80. # PROP Intermediate_Dir "vc_mswu\wxscintilla"
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /Zi /Fd..\..\lib\vc_lib\wxscintilla.pdb /opt:ref /opt:icf /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "__WXMSW__" /D "_UNICODE" /c
  83. # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /Zi /Fd..\..\lib\vc_lib\wxscintilla.pdb /opt:ref /opt:icf /D "WIN32" /D "_LIB" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "__WXMSW__" /D "_UNICODE" /c
  84. # ADD BASE RSC /l 0x409
  85. # ADD RSC /l 0x409
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LIB32=link.exe -lib
  90. # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib"
  91. # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib"
  92. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
  93. # PROP BASE Use_MFC 0
  94. # PROP BASE Use_Debug_Libraries 1
  95. # PROP BASE Output_Dir "..\..\lib\vc_lib"
  96. # PROP BASE Intermediate_Dir "vc_mswud\wxscintilla"
  97. # PROP BASE Target_Dir ""
  98. # PROP Use_MFC 0
  99. # PROP Use_Debug_Libraries 1
  100. # PROP Output_Dir "..\..\lib\vc_lib"
  101. # PROP Intermediate_Dir "vc_mswud\wxscintilla"
  102. # PROP Target_Dir ""
  103. # ADD BASE CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /Zi /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "__WXMSW__" /D "_UNICODE" /c
  104. # ADD CPP /nologo /FD /MDd /W1 /Od /Gm /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\lexlib" /I "..\..\src\stc\scintilla\src" /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /Zi /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /D "__WXMSW__" /D "_UNICODE" /c
  105. # ADD BASE RSC /l 0x409
  106. # ADD RSC /l 0x409
  107. BSC32=bscmake.exe
  108. # ADD BASE BSC32 /nologo
  109. # ADD BSC32 /nologo
  110. LIB32=link.exe -lib
  111. # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib"
  112. # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib"
  113. !ENDIF
  114. # Begin Target
  115. # Name "wxscintilla - Win32 DLL Release"
  116. # Name "wxscintilla - Win32 DLL Debug"
  117. # Name "wxscintilla - Win32 Release"
  118. # Name "wxscintilla - Win32 Debug"
  119. # Begin Group "Source Files"
  120. # PROP Default_Filter ""
  121. # Begin Source File
  122. SOURCE=..\..\src\stc\scintilla\lexlib\Accessor.cxx
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..\..\src\stc\scintilla\src\AutoComplete.cxx
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\..\src\stc\scintilla\src\CallTip.cxx
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\..\src\stc\scintilla\src\Catalogue.cxx
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..\..\src\stc\scintilla\src\CellBuffer.cxx
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..\..\src\stc\scintilla\src\CharClassify.cxx
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..\..\src\stc\scintilla\lexlib\CharacterSet.cxx
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..\..\src\stc\scintilla\src\ContractionState.cxx
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\..\src\stc\scintilla\src\Decoration.cxx
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\..\src\stc\scintilla\src\Document.cxx
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=..\..\src\stc\scintilla\src\Editor.cxx
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=..\..\src\stc\scintilla\src\ExternalLexer.cxx
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=..\..\src\stc\scintilla\src\Indicator.cxx
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=..\..\src\stc\scintilla\src\KeyMap.cxx
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\..\src\stc\scintilla\lexers\LexA68k.cxx
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\..\src\stc\scintilla\lexers\LexAPDL.cxx
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\..\src\stc\scintilla\lexers\LexASY.cxx
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=..\..\src\stc\scintilla\lexers\LexAU3.cxx
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=..\..\src\stc\scintilla\lexers\LexAVE.cxx
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=..\..\src\stc\scintilla\lexers\LexAVS.cxx
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=..\..\src\stc\scintilla\lexers\LexAbaqus.cxx
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=..\..\src\stc\scintilla\lexers\LexAda.cxx
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=..\..\src\stc\scintilla\lexers\LexAsm.cxx
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=..\..\src\stc\scintilla\lexers\LexAsn1.cxx
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=..\..\src\stc\scintilla\lexers\LexBaan.cxx
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=..\..\src\stc\scintilla\lexers\LexBash.cxx
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=..\..\src\stc\scintilla\lexers\LexBasic.cxx
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=..\..\src\stc\scintilla\lexers\LexBullant.cxx
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=..\..\src\stc\scintilla\lexers\LexCLW.cxx
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=..\..\src\stc\scintilla\lexers\LexCOBOL.cxx
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=..\..\src\stc\scintilla\lexers\LexCPP.cxx
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=..\..\src\stc\scintilla\lexers\LexCSS.cxx
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=..\..\src\stc\scintilla\lexers\LexCaml.cxx
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=..\..\src\stc\scintilla\lexers\LexCmake.cxx
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=..\..\src\stc\scintilla\lexers\LexCoffeeScript.cxx
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=..\..\src\stc\scintilla\lexers\LexConf.cxx
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=..\..\src\stc\scintilla\lexers\LexCrontab.cxx
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=..\..\src\stc\scintilla\lexers\LexCsound.cxx
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=..\..\src\stc\scintilla\lexers\LexD.cxx
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=..\..\src\stc\scintilla\lexers\LexECL.cxx
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=..\..\src\stc\scintilla\lexers\LexEScript.cxx
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=..\..\src\stc\scintilla\lexers\LexEiffel.cxx
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=..\..\src\stc\scintilla\lexers\LexErlang.cxx
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=..\..\src\stc\scintilla\lexers\LexFlagship.cxx
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=..\..\src\stc\scintilla\lexers\LexForth.cxx
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=..\..\src\stc\scintilla\lexers\LexFortran.cxx
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=..\..\src\stc\scintilla\lexers\LexGAP.cxx
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=..\..\src\stc\scintilla\lexers\LexGui4Cli.cxx
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=..\..\src\stc\scintilla\lexers\LexHTML.cxx
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=..\..\src\stc\scintilla\lexers\LexHaskell.cxx
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=..\..\src\stc\scintilla\lexers\LexInno.cxx
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=..\..\src\stc\scintilla\lexers\LexKix.cxx
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=..\..\src\stc\scintilla\lexers\LexLisp.cxx
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=..\..\src\stc\scintilla\lexers\LexLout.cxx
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=..\..\src\stc\scintilla\lexers\LexLua.cxx
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=..\..\src\stc\scintilla\lexers\LexMMIXAL.cxx
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=..\..\src\stc\scintilla\lexers\LexMPT.cxx
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=..\..\src\stc\scintilla\lexers\LexMSSQL.cxx
  294. # End Source File
  295. # Begin Source File
  296. SOURCE=..\..\src\stc\scintilla\lexers\LexMagik.cxx
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=..\..\src\stc\scintilla\lexers\LexMarkdown.cxx
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=..\..\src\stc\scintilla\lexers\LexMatlab.cxx
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=..\..\src\stc\scintilla\lexers\LexMetapost.cxx
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=..\..\src\stc\scintilla\lexers\LexModula.cxx
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=..\..\src\stc\scintilla\lexers\LexMySQL.cxx
  312. # End Source File
  313. # Begin Source File
  314. SOURCE=..\..\src\stc\scintilla\lexers\LexNimrod.cxx
  315. # End Source File
  316. # Begin Source File
  317. SOURCE=..\..\src\stc\scintilla\lexers\LexNsis.cxx
  318. # End Source File
  319. # Begin Source File
  320. SOURCE=..\..\src\stc\scintilla\lexers\LexOScript.cxx
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=..\..\src\stc\scintilla\lexers\LexOpal.cxx
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=..\..\src\stc\scintilla\lexers\LexOthers.cxx
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=..\..\src\stc\scintilla\lexers\LexPB.cxx
  330. # End Source File
  331. # Begin Source File
  332. SOURCE=..\..\src\stc\scintilla\lexers\LexPLM.cxx
  333. # End Source File
  334. # Begin Source File
  335. SOURCE=..\..\src\stc\scintilla\lexers\LexPOV.cxx
  336. # End Source File
  337. # Begin Source File
  338. SOURCE=..\..\src\stc\scintilla\lexers\LexPS.cxx
  339. # End Source File
  340. # Begin Source File
  341. SOURCE=..\..\src\stc\scintilla\lexers\LexPascal.cxx
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=..\..\src\stc\scintilla\lexers\LexPerl.cxx
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=..\..\src\stc\scintilla\lexers\LexPowerPro.cxx
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=..\..\src\stc\scintilla\lexers\LexPowerShell.cxx
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=..\..\src\stc\scintilla\lexers\LexProgress.cxx
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=..\..\src\stc\scintilla\lexers\LexPython.cxx
  357. # End Source File
  358. # Begin Source File
  359. SOURCE=..\..\src\stc\scintilla\lexers\LexR.cxx
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=..\..\src\stc\scintilla\lexers\LexRebol.cxx
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=..\..\src\stc\scintilla\lexers\LexRuby.cxx
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=..\..\src\stc\scintilla\lexers\LexSML.cxx
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=..\..\src\stc\scintilla\lexers\LexSQL.cxx
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=..\..\src\stc\scintilla\lexers\LexScriptol.cxx
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=..\..\src\stc\scintilla\lexers\LexSmalltalk.cxx
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=..\..\src\stc\scintilla\lexers\LexSorcus.cxx
  381. # End Source File
  382. # Begin Source File
  383. SOURCE=..\..\src\stc\scintilla\lexers\LexSpecman.cxx
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=..\..\src\stc\scintilla\lexers\LexSpice.cxx
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=..\..\src\stc\scintilla\lexers\LexTACL.cxx
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=..\..\src\stc\scintilla\lexers\LexTADS3.cxx
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=..\..\src\stc\scintilla\lexers\LexTAL.cxx
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=..\..\src\stc\scintilla\lexers\LexTCL.cxx
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=..\..\src\stc\scintilla\lexers\LexTCMD.cxx
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=..\..\src\stc\scintilla\lexers\LexTeX.cxx
  405. # End Source File
  406. # Begin Source File
  407. SOURCE=..\..\src\stc\scintilla\lexers\LexTxt2tags.cxx
  408. # End Source File
  409. # Begin Source File
  410. SOURCE=..\..\src\stc\scintilla\lexers\LexVB.cxx
  411. # End Source File
  412. # Begin Source File
  413. SOURCE=..\..\src\stc\scintilla\lexers\LexVHDL.cxx
  414. # End Source File
  415. # Begin Source File
  416. SOURCE=..\..\src\stc\scintilla\lexers\LexVerilog.cxx
  417. # End Source File
  418. # Begin Source File
  419. SOURCE=..\..\src\stc\scintilla\lexers\LexVisualProlog.cxx
  420. # End Source File
  421. # Begin Source File
  422. SOURCE=..\..\src\stc\scintilla\lexers\LexYAML.cxx
  423. # End Source File
  424. # Begin Source File
  425. SOURCE=..\..\src\stc\scintilla\lexlib\LexerBase.cxx
  426. # End Source File
  427. # Begin Source File
  428. SOURCE=..\..\src\stc\scintilla\lexlib\LexerModule.cxx
  429. # End Source File
  430. # Begin Source File
  431. SOURCE=..\..\src\stc\scintilla\lexlib\LexerNoExceptions.cxx
  432. # End Source File
  433. # Begin Source File
  434. SOURCE=..\..\src\stc\scintilla\lexlib\LexerSimple.cxx
  435. # End Source File
  436. # Begin Source File
  437. SOURCE=..\..\src\stc\scintilla\src\LineMarker.cxx
  438. # End Source File
  439. # Begin Source File
  440. SOURCE=..\..\src\stc\scintilla\src\PerLine.cxx
  441. # End Source File
  442. # Begin Source File
  443. SOURCE=..\..\src\stc\scintilla\src\PositionCache.cxx
  444. # End Source File
  445. # Begin Source File
  446. SOURCE=..\..\src\stc\scintilla\lexlib\PropSetSimple.cxx
  447. # End Source File
  448. # Begin Source File
  449. SOURCE=..\..\src\stc\scintilla\src\RESearch.cxx
  450. # End Source File
  451. # Begin Source File
  452. SOURCE=..\..\src\stc\scintilla\src\RunStyles.cxx
  453. # End Source File
  454. # Begin Source File
  455. SOURCE=..\..\src\stc\scintilla\src\ScintillaBase.cxx
  456. # End Source File
  457. # Begin Source File
  458. SOURCE=..\..\src\stc\scintilla\src\Selection.cxx
  459. # End Source File
  460. # Begin Source File
  461. SOURCE=..\..\src\stc\scintilla\src\Style.cxx
  462. # End Source File
  463. # Begin Source File
  464. SOURCE=..\..\src\stc\scintilla\lexlib\StyleContext.cxx
  465. # End Source File
  466. # Begin Source File
  467. SOURCE=..\..\src\stc\scintilla\src\UniConversion.cxx
  468. # End Source File
  469. # Begin Source File
  470. SOURCE=..\..\src\stc\scintilla\src\ViewStyle.cxx
  471. # End Source File
  472. # Begin Source File
  473. SOURCE=..\..\src\stc\scintilla\lexlib\WordList.cxx
  474. # End Source File
  475. # Begin Source File
  476. SOURCE=..\..\src\stc\scintilla\src\XPM.cxx
  477. # End Source File
  478. # End Group
  479. # Begin Group "Header Files"
  480. # PROP Default_Filter ""
  481. # Begin Source File
  482. SOURCE=..\..\include\wx\msw\genrcdefs.h
  483. !IF "$(CFG)" == "wxscintilla - Win32 DLL Release"
  484. # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h
  485. InputPath=..\..\include\wx\msw\genrcdefs.h
  486. "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswu\wx\msw"
  487. cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  488. # End Custom Build
  489. !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
  490. # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h
  491. InputPath=..\..\include\wx\msw\genrcdefs.h
  492. "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_dll\mswud\wx\msw"
  493. cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  494. # End Custom Build
  495. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
  496. # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h
  497. InputPath=..\..\include\wx\msw\genrcdefs.h
  498. "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswu\wx\msw"
  499. cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  500. # End Custom Build
  501. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
  502. # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h
  503. InputPath=..\..\include\wx\msw\genrcdefs.h
  504. "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "..\..\lib\vc_lib\mswud\wx\msw"
  505. cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  506. # End Custom Build
  507. !ENDIF
  508. # End Source File
  509. # Begin Source File
  510. SOURCE=..\..\include\wx\msw\setup.h
  511. !IF "$(CFG)" == "wxscintilla - Win32 DLL Release"
  512. # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h
  513. InputPath=..\..\include\wx\msw\setup.h
  514. "..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  515. copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h
  516. # End Custom Build
  517. !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
  518. # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h
  519. InputPath=..\..\include\wx\msw\setup.h
  520. "..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  521. copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h
  522. # End Custom Build
  523. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
  524. # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h
  525. InputPath=..\..\include\wx\msw\setup.h
  526. "..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  527. copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h
  528. # End Custom Build
  529. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
  530. # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h
  531. InputPath=..\..\include\wx\msw\setup.h
  532. "..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  533. copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h
  534. # End Custom Build
  535. !ENDIF
  536. # End Source File
  537. # Begin Source File
  538. SOURCE=..\..\include\wx\univ\setup.h
  539. !IF "$(CFG)" == "wxscintilla - Win32 DLL Release"
  540. # Begin Custom Build -
  541. # End Custom Build
  542. !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug"
  543. # Begin Custom Build -
  544. # End Custom Build
  545. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Release"
  546. # Begin Custom Build -
  547. # End Custom Build
  548. !ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug"
  549. # Begin Custom Build -
  550. # End Custom Build
  551. !ENDIF
  552. # End Source File
  553. # End Group
  554. # End Target
  555. # End Project