]>
Commit | Line | Data |
---|---|---|
54429bb3 RD |
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 | ||
5 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 | |
6 | ||
7 | CFG=wxscintilla - Win32 Debug | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, | |
9 | !MESSAGE use the Export Makefile command and run | |
10 | !MESSAGE | |
11 | !MESSAGE NMAKE /f "wx_wxscintilla.mak". | |
12 | !MESSAGE | |
13 | !MESSAGE You can specify a configuration when running NMAKE | |
14 | !MESSAGE by defining the macro CFG on the command line. For example: | |
15 | !MESSAGE | |
16 | !MESSAGE NMAKE /f "wx_wxscintilla.mak" CFG="wxscintilla - Win32 Debug" | |
17 | !MESSAGE | |
18 | !MESSAGE Possible choices for configuration are: | |
19 | !MESSAGE | |
20 | !MESSAGE "wxscintilla - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") | |
21 | !MESSAGE "wxscintilla - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") | |
22 | !MESSAGE "wxscintilla - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") | |
23 | !MESSAGE "wxscintilla - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") | |
24 | !MESSAGE "wxscintilla - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") | |
25 | !MESSAGE "wxscintilla - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") | |
26 | !MESSAGE "wxscintilla - Win32 DLL Release" (based on "Win32 (x86) Static Library") | |
27 | !MESSAGE "wxscintilla - Win32 DLL Debug" (based on "Win32 (x86) Static Library") | |
28 | !MESSAGE "wxscintilla - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") | |
29 | !MESSAGE "wxscintilla - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") | |
30 | !MESSAGE "wxscintilla - Win32 Universal Release" (based on "Win32 (x86) Static Library") | |
31 | !MESSAGE "wxscintilla - Win32 Universal Debug" (based on "Win32 (x86) Static Library") | |
32 | !MESSAGE "wxscintilla - Win32 Unicode Release" (based on "Win32 (x86) Static Library") | |
33 | !MESSAGE "wxscintilla - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") | |
34 | !MESSAGE "wxscintilla - Win32 Release" (based on "Win32 (x86) Static Library") | |
35 | !MESSAGE "wxscintilla - Win32 Debug" (based on "Win32 (x86) Static Library") | |
36 | !MESSAGE | |
37 | ||
38 | # Begin Project | |
39 | # PROP AllowPerConfigDependencies 0 | |
40 | # PROP Scc_ProjName "" | |
41 | # PROP Scc_LocalPath "" | |
42 | CPP=cl.exe | |
43 | RSC=rc.exe | |
44 | ||
45 | !IF "$(CFG)" == "wxscintilla - Win32 DLL Universal Unicode Release" | |
46 | ||
47 | # PROP BASE Use_MFC 0 | |
48 | # PROP BASE Use_Debug_Libraries 0 | |
49 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
50 | # PROP BASE Intermediate_Dir "vc_mswunivudll\wxscintilla" | |
51 | # PROP BASE Target_Dir "" | |
52 | # PROP Use_MFC 0 | |
53 | # PROP Use_Debug_Libraries 0 | |
54 | # PROP Output_Dir "..\..\lib\vc_dll" | |
55 | # PROP Intermediate_Dir "vc_mswunivudll\wxscintilla" | |
56 | # PROP Target_Dir "" | |
57 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
58 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
59 | # ADD BASE RSC /l 0x409 | |
60 | # ADD RSC /l 0x409 | |
61 | BSC32=bscmake.exe | |
62 | # ADD BASE BSC32 /nologo | |
63 | # ADD BSC32 /nologo | |
64 | LIB32=link.exe -lib | |
65 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
66 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
67 | ||
68 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Universal Unicode Debug" | |
69 | ||
70 | # PROP BASE Use_MFC 0 | |
71 | # PROP BASE Use_Debug_Libraries 1 | |
72 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
73 | # PROP BASE Intermediate_Dir "vc_mswunivuddll\wxscintilla" | |
74 | # PROP BASE Target_Dir "" | |
75 | # PROP Use_MFC 0 | |
76 | # PROP Use_Debug_Libraries 1 | |
77 | # PROP Output_Dir "..\..\lib\vc_dll" | |
78 | # PROP Intermediate_Dir "vc_mswunivuddll\wxscintilla" | |
79 | # PROP Target_Dir "" | |
80 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
81 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
82 | # ADD BASE RSC /l 0x409 | |
83 | # ADD RSC /l 0x409 | |
84 | BSC32=bscmake.exe | |
85 | # ADD BASE BSC32 /nologo | |
86 | # ADD BSC32 /nologo | |
87 | LIB32=link.exe -lib | |
88 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
89 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
90 | ||
91 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Universal Release" | |
92 | ||
93 | # PROP BASE Use_MFC 0 | |
94 | # PROP BASE Use_Debug_Libraries 0 | |
95 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
96 | # PROP BASE Intermediate_Dir "vc_mswunivdll\wxscintilla" | |
97 | # PROP BASE Target_Dir "" | |
98 | # PROP Use_MFC 0 | |
99 | # PROP Use_Debug_Libraries 0 | |
100 | # PROP Output_Dir "..\..\lib\vc_dll" | |
101 | # PROP Intermediate_Dir "vc_mswunivdll\wxscintilla" | |
102 | # PROP Target_Dir "" | |
103 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
104 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /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_dll\wxscintilla.lib" | |
112 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
113 | ||
114 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Universal Debug" | |
115 | ||
116 | # PROP BASE Use_MFC 0 | |
117 | # PROP BASE Use_Debug_Libraries 1 | |
118 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
119 | # PROP BASE Intermediate_Dir "vc_mswunivddll\wxscintilla" | |
120 | # PROP BASE Target_Dir "" | |
121 | # PROP Use_MFC 0 | |
122 | # PROP Use_Debug_Libraries 1 | |
123 | # PROP Output_Dir "..\..\lib\vc_dll" | |
124 | # PROP Intermediate_Dir "vc_mswunivddll\wxscintilla" | |
125 | # PROP Target_Dir "" | |
126 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
127 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
128 | # ADD BASE RSC /l 0x409 | |
129 | # ADD RSC /l 0x409 | |
130 | BSC32=bscmake.exe | |
131 | # ADD BASE BSC32 /nologo | |
132 | # ADD BSC32 /nologo | |
133 | LIB32=link.exe -lib | |
134 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
135 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
136 | ||
137 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Unicode Release" | |
138 | ||
139 | # PROP BASE Use_MFC 0 | |
140 | # PROP BASE Use_Debug_Libraries 0 | |
141 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
142 | # PROP BASE Intermediate_Dir "vc_mswudll\wxscintilla" | |
143 | # PROP BASE Target_Dir "" | |
144 | # PROP Use_MFC 0 | |
145 | # PROP Use_Debug_Libraries 0 | |
146 | # PROP Output_Dir "..\..\lib\vc_dll" | |
147 | # PROP Intermediate_Dir "vc_mswudll\wxscintilla" | |
148 | # PROP Target_Dir "" | |
149 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
150 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
151 | # ADD BASE RSC /l 0x409 | |
152 | # ADD RSC /l 0x409 | |
153 | BSC32=bscmake.exe | |
154 | # ADD BASE BSC32 /nologo | |
155 | # ADD BSC32 /nologo | |
156 | LIB32=link.exe -lib | |
157 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
158 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
159 | ||
160 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Unicode Debug" | |
161 | ||
162 | # PROP BASE Use_MFC 0 | |
163 | # PROP BASE Use_Debug_Libraries 1 | |
164 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
165 | # PROP BASE Intermediate_Dir "vc_mswuddll\wxscintilla" | |
166 | # PROP BASE Target_Dir "" | |
167 | # PROP Use_MFC 0 | |
168 | # PROP Use_Debug_Libraries 1 | |
169 | # PROP Output_Dir "..\..\lib\vc_dll" | |
170 | # PROP Intermediate_Dir "vc_mswuddll\wxscintilla" | |
171 | # PROP Target_Dir "" | |
172 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
173 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
174 | # ADD BASE RSC /l 0x409 | |
175 | # ADD RSC /l 0x409 | |
176 | BSC32=bscmake.exe | |
177 | # ADD BASE BSC32 /nologo | |
178 | # ADD BSC32 /nologo | |
179 | LIB32=link.exe -lib | |
180 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
181 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
182 | ||
183 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Release" | |
184 | ||
185 | # PROP BASE Use_MFC 0 | |
186 | # PROP BASE Use_Debug_Libraries 0 | |
187 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
188 | # PROP BASE Intermediate_Dir "vc_mswdll\wxscintilla" | |
189 | # PROP BASE Target_Dir "" | |
190 | # PROP Use_MFC 0 | |
191 | # PROP Use_Debug_Libraries 0 | |
192 | # PROP Output_Dir "..\..\lib\vc_dll" | |
193 | # PROP Intermediate_Dir "vc_mswdll\wxscintilla" | |
194 | # PROP Target_Dir "" | |
195 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
196 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_dll\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
197 | # ADD BASE RSC /l 0x409 | |
198 | # ADD RSC /l 0x409 | |
199 | BSC32=bscmake.exe | |
200 | # ADD BASE BSC32 /nologo | |
201 | # ADD BSC32 /nologo | |
202 | LIB32=link.exe -lib | |
203 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
204 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintilla.lib" | |
205 | ||
206 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 DLL Debug" | |
207 | ||
208 | # PROP BASE Use_MFC 0 | |
209 | # PROP BASE Use_Debug_Libraries 1 | |
210 | # PROP BASE Output_Dir "..\..\lib\vc_dll" | |
211 | # PROP BASE Intermediate_Dir "vc_mswddll\wxscintilla" | |
212 | # PROP BASE Target_Dir "" | |
213 | # PROP Use_MFC 0 | |
214 | # PROP Use_Debug_Libraries 1 | |
215 | # PROP Output_Dir "..\..\lib\vc_dll" | |
216 | # PROP Intermediate_Dir "vc_mswddll\wxscintilla" | |
217 | # PROP Target_Dir "" | |
218 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
219 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
220 | # ADD BASE RSC /l 0x409 | |
221 | # ADD RSC /l 0x409 | |
222 | BSC32=bscmake.exe | |
223 | # ADD BASE BSC32 /nologo | |
224 | # ADD BSC32 /nologo | |
225 | LIB32=link.exe -lib | |
226 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
227 | # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxscintillad.lib" | |
228 | ||
229 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Unicode Release" | |
230 | ||
231 | # PROP BASE Use_MFC 0 | |
232 | # PROP BASE Use_Debug_Libraries 0 | |
233 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
234 | # PROP BASE Intermediate_Dir "vc_mswunivu\wxscintilla" | |
235 | # PROP BASE Target_Dir "" | |
236 | # PROP Use_MFC 0 | |
237 | # PROP Use_Debug_Libraries 0 | |
238 | # PROP Output_Dir "..\..\lib\vc_lib" | |
239 | # PROP Intermediate_Dir "vc_mswunivu\wxscintilla" | |
240 | # PROP Target_Dir "" | |
241 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
242 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
243 | # ADD BASE RSC /l 0x409 | |
244 | # ADD RSC /l 0x409 | |
245 | BSC32=bscmake.exe | |
246 | # ADD BASE BSC32 /nologo | |
247 | # ADD BSC32 /nologo | |
248 | LIB32=link.exe -lib | |
249 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
250 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
251 | ||
252 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Unicode Debug" | |
253 | ||
254 | # PROP BASE Use_MFC 0 | |
255 | # PROP BASE Use_Debug_Libraries 1 | |
256 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
257 | # PROP BASE Intermediate_Dir "vc_mswunivud\wxscintilla" | |
258 | # PROP BASE Target_Dir "" | |
259 | # PROP Use_MFC 0 | |
260 | # PROP Use_Debug_Libraries 1 | |
261 | # PROP Output_Dir "..\..\lib\vc_lib" | |
262 | # PROP Intermediate_Dir "vc_mswunivud\wxscintilla" | |
263 | # PROP Target_Dir "" | |
264 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
265 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
266 | # ADD BASE RSC /l 0x409 | |
267 | # ADD RSC /l 0x409 | |
268 | BSC32=bscmake.exe | |
269 | # ADD BASE BSC32 /nologo | |
270 | # ADD BSC32 /nologo | |
271 | LIB32=link.exe -lib | |
272 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
273 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
274 | ||
275 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Release" | |
276 | ||
277 | # PROP BASE Use_MFC 0 | |
278 | # PROP BASE Use_Debug_Libraries 0 | |
279 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
280 | # PROP BASE Intermediate_Dir "vc_mswuniv\wxscintilla" | |
281 | # PROP BASE Target_Dir "" | |
282 | # PROP Use_MFC 0 | |
283 | # PROP Use_Debug_Libraries 0 | |
284 | # PROP Output_Dir "..\..\lib\vc_lib" | |
285 | # PROP Intermediate_Dir "vc_mswuniv\wxscintilla" | |
286 | # PROP Target_Dir "" | |
287 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
288 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
289 | # ADD BASE RSC /l 0x409 | |
290 | # ADD RSC /l 0x409 | |
291 | BSC32=bscmake.exe | |
292 | # ADD BASE BSC32 /nologo | |
293 | # ADD BSC32 /nologo | |
294 | LIB32=link.exe -lib | |
295 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
296 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
297 | ||
298 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Universal Debug" | |
299 | ||
300 | # PROP BASE Use_MFC 0 | |
301 | # PROP BASE Use_Debug_Libraries 1 | |
302 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
303 | # PROP BASE Intermediate_Dir "vc_mswunivd\wxscintilla" | |
304 | # PROP BASE Target_Dir "" | |
305 | # PROP Use_MFC 0 | |
306 | # PROP Use_Debug_Libraries 1 | |
307 | # PROP Output_Dir "..\..\lib\vc_lib" | |
308 | # PROP Intermediate_Dir "vc_mswunivd\wxscintilla" | |
309 | # PROP Target_Dir "" | |
310 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
311 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
312 | # ADD BASE RSC /l 0x409 | |
313 | # ADD RSC /l 0x409 | |
314 | BSC32=bscmake.exe | |
315 | # ADD BASE BSC32 /nologo | |
316 | # ADD BSC32 /nologo | |
317 | LIB32=link.exe -lib | |
318 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
319 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
320 | ||
321 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Unicode Release" | |
322 | ||
323 | # PROP BASE Use_MFC 0 | |
324 | # PROP BASE Use_Debug_Libraries 0 | |
325 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
326 | # PROP BASE Intermediate_Dir "vc_mswu\wxscintilla" | |
327 | # PROP BASE Target_Dir "" | |
328 | # PROP Use_MFC 0 | |
329 | # PROP Use_Debug_Libraries 0 | |
330 | # PROP Output_Dir "..\..\lib\vc_lib" | |
331 | # PROP Intermediate_Dir "vc_mswu\wxscintilla" | |
332 | # PROP Target_Dir "" | |
333 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
334 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
335 | # ADD BASE RSC /l 0x409 | |
336 | # ADD RSC /l 0x409 | |
337 | BSC32=bscmake.exe | |
338 | # ADD BASE BSC32 /nologo | |
339 | # ADD BSC32 /nologo | |
340 | LIB32=link.exe -lib | |
341 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
342 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
343 | ||
344 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Unicode Debug" | |
345 | ||
346 | # PROP BASE Use_MFC 0 | |
347 | # PROP BASE Use_Debug_Libraries 1 | |
348 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
349 | # PROP BASE Intermediate_Dir "vc_mswud\wxscintilla" | |
350 | # PROP BASE Target_Dir "" | |
351 | # PROP Use_MFC 0 | |
352 | # PROP Use_Debug_Libraries 1 | |
353 | # PROP Output_Dir "..\..\lib\vc_lib" | |
354 | # PROP Intermediate_Dir "vc_mswud\wxscintilla" | |
355 | # PROP Target_Dir "" | |
356 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
357 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
358 | # ADD BASE RSC /l 0x409 | |
359 | # ADD RSC /l 0x409 | |
360 | BSC32=bscmake.exe | |
361 | # ADD BASE BSC32 /nologo | |
362 | # ADD BSC32 /nologo | |
363 | LIB32=link.exe -lib | |
364 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
365 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
366 | ||
367 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Release" | |
368 | ||
369 | # PROP BASE Use_MFC 0 | |
370 | # PROP BASE Use_Debug_Libraries 0 | |
371 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
372 | # PROP BASE Intermediate_Dir "vc_msw\wxscintilla" | |
373 | # PROP BASE Target_Dir "" | |
374 | # PROP Use_MFC 0 | |
375 | # PROP Use_Debug_Libraries 0 | |
376 | # PROP Output_Dir "..\..\lib\vc_lib" | |
377 | # PROP Intermediate_Dir "vc_msw\wxscintilla" | |
378 | # PROP Target_Dir "" | |
379 | # ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
380 | # ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Fd..\..\lib\vc_lib\wxscintilla.pdb /D "WIN32" /D "_LIB" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
381 | # ADD BASE RSC /l 0x409 | |
382 | # ADD RSC /l 0x409 | |
383 | BSC32=bscmake.exe | |
384 | # ADD BASE BSC32 /nologo | |
385 | # ADD BSC32 /nologo | |
386 | LIB32=link.exe -lib | |
387 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
388 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintilla.lib" | |
389 | ||
390 | !ELSEIF "$(CFG)" == "wxscintilla - Win32 Debug" | |
391 | ||
392 | # PROP BASE Use_MFC 0 | |
393 | # PROP BASE Use_Debug_Libraries 1 | |
394 | # PROP BASE Output_Dir "..\..\lib\vc_lib" | |
395 | # PROP BASE Intermediate_Dir "vc_mswd\wxscintilla" | |
396 | # PROP BASE Target_Dir "" | |
397 | # PROP Use_MFC 0 | |
398 | # PROP Use_Debug_Libraries 1 | |
399 | # PROP Output_Dir "..\..\lib\vc_lib" | |
400 | # PROP Intermediate_Dir "vc_mswd\wxscintilla" | |
401 | # PROP Target_Dir "" | |
402 | # ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
403 | # ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\src\stc\scintilla\include" /I "..\..\src\stc\scintilla\src" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxscintillad.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WX__" /D "SCI_LEXER" /D "LINK_LEXERS" /c | |
404 | # ADD BASE RSC /l 0x409 | |
405 | # ADD RSC /l 0x409 | |
406 | BSC32=bscmake.exe | |
407 | # ADD BASE BSC32 /nologo | |
408 | # ADD BSC32 /nologo | |
409 | LIB32=link.exe -lib | |
410 | # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
411 | # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxscintillad.lib" | |
412 | ||
413 | !ENDIF | |
414 | ||
415 | # Begin Target | |
416 | ||
417 | # Name "wxscintilla - Win32 DLL Universal Unicode Release" | |
418 | # Name "wxscintilla - Win32 DLL Universal Unicode Debug" | |
419 | # Name "wxscintilla - Win32 DLL Universal Release" | |
420 | # Name "wxscintilla - Win32 DLL Universal Debug" | |
421 | # Name "wxscintilla - Win32 DLL Unicode Release" | |
422 | # Name "wxscintilla - Win32 DLL Unicode Debug" | |
423 | # Name "wxscintilla - Win32 DLL Release" | |
424 | # Name "wxscintilla - Win32 DLL Debug" | |
425 | # Name "wxscintilla - Win32 Universal Unicode Release" | |
426 | # Name "wxscintilla - Win32 Universal Unicode Debug" | |
427 | # Name "wxscintilla - Win32 Universal Release" | |
428 | # Name "wxscintilla - Win32 Universal Debug" | |
429 | # Name "wxscintilla - Win32 Unicode Release" | |
430 | # Name "wxscintilla - Win32 Unicode Debug" | |
431 | # Name "wxscintilla - Win32 Release" | |
432 | # Name "wxscintilla - Win32 Debug" | |
433 | # Begin Group "Source Files" | |
434 | ||
435 | # PROP Default_Filter "" | |
436 | # Begin Source File | |
437 | ||
438 | SOURCE=..\..\src\stc\scintilla\src\AutoComplete.cxx | |
439 | # End Source File | |
440 | # Begin Source File | |
441 | ||
442 | SOURCE=..\..\src\stc\scintilla\src\CallTip.cxx | |
443 | # End Source File | |
444 | # Begin Source File | |
445 | ||
446 | SOURCE=..\..\src\stc\scintilla\src\CellBuffer.cxx | |
447 | # End Source File | |
448 | # Begin Source File | |
449 | ||
450 | SOURCE=..\..\src\stc\scintilla\src\CharClassify.cxx | |
451 | # End Source File | |
452 | # Begin Source File | |
453 | ||
454 | SOURCE=..\..\src\stc\scintilla\src\ContractionState.cxx | |
455 | # End Source File | |
456 | # Begin Source File | |
457 | ||
458 | SOURCE=..\..\src\stc\scintilla\src\Document.cxx | |
459 | # End Source File | |
460 | # Begin Source File | |
461 | ||
462 | SOURCE=..\..\src\stc\scintilla\src\DocumentAccessor.cxx | |
463 | # End Source File | |
464 | # Begin Source File | |
465 | ||
466 | SOURCE=..\..\src\stc\scintilla\src\Editor.cxx | |
467 | # End Source File | |
468 | # Begin Source File | |
469 | ||
470 | SOURCE=..\..\src\stc\scintilla\src\ExternalLexer.cxx | |
471 | # End Source File | |
472 | # Begin Source File | |
473 | ||
474 | SOURCE=..\..\src\stc\scintilla\src\Indicator.cxx | |
475 | # End Source File | |
476 | # Begin Source File | |
477 | ||
478 | SOURCE=..\..\src\stc\scintilla\src\KeyMap.cxx | |
479 | # End Source File | |
480 | # Begin Source File | |
481 | ||
482 | SOURCE=..\..\src\stc\scintilla\src\KeyWords.cxx | |
483 | # End Source File | |
484 | # Begin Source File | |
485 | ||
486 | SOURCE=..\..\src\stc\scintilla\src\LexAPDL.cxx | |
487 | # End Source File | |
488 | # Begin Source File | |
489 | ||
490 | SOURCE=..\..\src\stc\scintilla\src\LexAU3.cxx | |
491 | # End Source File | |
492 | # Begin Source File | |
493 | ||
494 | SOURCE=..\..\src\stc\scintilla\src\LexAVE.cxx | |
495 | # End Source File | |
496 | # Begin Source File | |
497 | ||
498 | SOURCE=..\..\src\stc\scintilla\src\LexAda.cxx | |
499 | # End Source File | |
500 | # Begin Source File | |
501 | ||
502 | SOURCE=..\..\src\stc\scintilla\src\LexAsm.cxx | |
503 | # End Source File | |
504 | # Begin Source File | |
505 | ||
506 | SOURCE=..\..\src\stc\scintilla\src\LexAsn1.cxx | |
507 | # End Source File | |
508 | # Begin Source File | |
509 | ||
510 | SOURCE=..\..\src\stc\scintilla\src\LexBaan.cxx | |
511 | # End Source File | |
512 | # Begin Source File | |
513 | ||
514 | SOURCE=..\..\src\stc\scintilla\src\LexBash.cxx | |
515 | # End Source File | |
516 | # Begin Source File | |
517 | ||
518 | SOURCE=..\..\src\stc\scintilla\src\LexBasic.cxx | |
519 | # End Source File | |
520 | # Begin Source File | |
521 | ||
522 | SOURCE=..\..\src\stc\scintilla\src\LexBullant.cxx | |
523 | # End Source File | |
524 | # Begin Source File | |
525 | ||
526 | SOURCE=..\..\src\stc\scintilla\src\LexCLW.cxx | |
527 | # End Source File | |
528 | # Begin Source File | |
529 | ||
530 | SOURCE=..\..\src\stc\scintilla\src\LexCPP.cxx | |
531 | # End Source File | |
532 | # Begin Source File | |
533 | ||
534 | SOURCE=..\..\src\stc\scintilla\src\LexCSS.cxx | |
535 | # End Source File | |
536 | # Begin Source File | |
537 | ||
538 | SOURCE=..\..\src\stc\scintilla\src\LexCaml.cxx | |
539 | # End Source File | |
540 | # Begin Source File | |
541 | ||
542 | SOURCE=..\..\src\stc\scintilla\src\LexConf.cxx | |
543 | # End Source File | |
544 | # Begin Source File | |
545 | ||
546 | SOURCE=..\..\src\stc\scintilla\src\LexCrontab.cxx | |
547 | # End Source File | |
548 | # Begin Source File | |
549 | ||
550 | SOURCE=..\..\src\stc\scintilla\src\LexCsound.cxx | |
551 | # End Source File | |
552 | # Begin Source File | |
553 | ||
554 | SOURCE=..\..\src\stc\scintilla\src\LexEScript.cxx | |
555 | # End Source File | |
556 | # Begin Source File | |
557 | ||
558 | SOURCE=..\..\src\stc\scintilla\src\LexEiffel.cxx | |
559 | # End Source File | |
560 | # Begin Source File | |
561 | ||
562 | SOURCE=..\..\src\stc\scintilla\src\LexErlang.cxx | |
563 | # End Source File | |
564 | # Begin Source File | |
565 | ||
566 | SOURCE=..\..\src\stc\scintilla\src\LexFlagship.cxx | |
567 | # End Source File | |
568 | # Begin Source File | |
569 | ||
570 | SOURCE=..\..\src\stc\scintilla\src\LexForth.cxx | |
571 | # End Source File | |
572 | # Begin Source File | |
573 | ||
574 | SOURCE=..\..\src\stc\scintilla\src\LexFortran.cxx | |
575 | # End Source File | |
576 | # Begin Source File | |
577 | ||
578 | SOURCE=..\..\src\stc\scintilla\src\LexGui4Cli.cxx | |
579 | # End Source File | |
580 | # Begin Source File | |
581 | ||
582 | SOURCE=..\..\src\stc\scintilla\src\LexHTML.cxx | |
583 | # End Source File | |
584 | # Begin Source File | |
585 | ||
586 | SOURCE=..\..\src\stc\scintilla\src\LexHaskell.cxx | |
587 | # End Source File | |
588 | # Begin Source File | |
589 | ||
590 | SOURCE=..\..\src\stc\scintilla\src\LexInno.cxx | |
591 | # End Source File | |
592 | # Begin Source File | |
593 | ||
594 | SOURCE=..\..\src\stc\scintilla\src\LexKix.cxx | |
595 | # End Source File | |
596 | # Begin Source File | |
597 | ||
598 | SOURCE=..\..\src\stc\scintilla\src\LexLisp.cxx | |
599 | # End Source File | |
600 | # Begin Source File | |
601 | ||
602 | SOURCE=..\..\src\stc\scintilla\src\LexLout.cxx | |
603 | # End Source File | |
604 | # Begin Source File | |
605 | ||
606 | SOURCE=..\..\src\stc\scintilla\src\LexLua.cxx | |
607 | # End Source File | |
608 | # Begin Source File | |
609 | ||
610 | SOURCE=..\..\src\stc\scintilla\src\LexMMIXAL.cxx | |
611 | # End Source File | |
612 | # Begin Source File | |
613 | ||
614 | SOURCE=..\..\src\stc\scintilla\src\LexMPT.cxx | |
615 | # End Source File | |
616 | # Begin Source File | |
617 | ||
618 | SOURCE=..\..\src\stc\scintilla\src\LexMSSQL.cxx | |
619 | # End Source File | |
620 | # Begin Source File | |
621 | ||
622 | SOURCE=..\..\src\stc\scintilla\src\LexMatlab.cxx | |
623 | # End Source File | |
624 | # Begin Source File | |
625 | ||
626 | SOURCE=..\..\src\stc\scintilla\src\LexMetapost.cxx | |
627 | # End Source File | |
628 | # Begin Source File | |
629 | ||
630 | SOURCE=..\..\src\stc\scintilla\src\LexNsis.cxx | |
631 | # End Source File | |
632 | # Begin Source File | |
633 | ||
634 | SOURCE=..\..\src\stc\scintilla\src\LexOpal.cxx | |
635 | # End Source File | |
636 | # Begin Source File | |
637 | ||
638 | SOURCE=..\..\src\stc\scintilla\src\LexOthers.cxx | |
639 | # End Source File | |
640 | # Begin Source File | |
641 | ||
642 | SOURCE=..\..\src\stc\scintilla\src\LexPB.cxx | |
643 | # End Source File | |
644 | # Begin Source File | |
645 | ||
646 | SOURCE=..\..\src\stc\scintilla\src\LexPOV.cxx | |
647 | # End Source File | |
648 | # Begin Source File | |
649 | ||
650 | SOURCE=..\..\src\stc\scintilla\src\LexPS.cxx | |
651 | # End Source File | |
652 | # Begin Source File | |
653 | ||
654 | SOURCE=..\..\src\stc\scintilla\src\LexPascal.cxx | |
655 | # End Source File | |
656 | # Begin Source File | |
657 | ||
658 | SOURCE=..\..\src\stc\scintilla\src\LexPerl.cxx | |
659 | # End Source File | |
660 | # Begin Source File | |
661 | ||
662 | SOURCE=..\..\src\stc\scintilla\src\LexPython.cxx | |
663 | # End Source File | |
664 | # Begin Source File | |
665 | ||
666 | SOURCE=..\..\src\stc\scintilla\src\LexRebol.cxx | |
667 | # End Source File | |
668 | # Begin Source File | |
669 | ||
670 | SOURCE=..\..\src\stc\scintilla\src\LexRuby.cxx | |
671 | # End Source File | |
672 | # Begin Source File | |
673 | ||
674 | SOURCE=..\..\src\stc\scintilla\src\LexSQL.cxx | |
675 | # End Source File | |
676 | # Begin Source File | |
677 | ||
678 | SOURCE=..\..\src\stc\scintilla\src\LexScriptol.cxx | |
679 | # End Source File | |
680 | # Begin Source File | |
681 | ||
682 | SOURCE=..\..\src\stc\scintilla\src\LexSmalltalk.cxx | |
683 | # End Source File | |
684 | # Begin Source File | |
685 | ||
686 | SOURCE=..\..\src\stc\scintilla\src\LexSpecman.cxx | |
687 | # End Source File | |
688 | # Begin Source File | |
689 | ||
690 | SOURCE=..\..\src\stc\scintilla\src\LexSpice.cxx | |
691 | # End Source File | |
692 | # Begin Source File | |
693 | ||
694 | SOURCE=..\..\src\stc\scintilla\src\LexTADS3.cxx | |
695 | # End Source File | |
696 | # Begin Source File | |
697 | ||
698 | SOURCE=..\..\src\stc\scintilla\src\LexTCL.cxx | |
699 | # End Source File | |
700 | # Begin Source File | |
701 | ||
702 | SOURCE=..\..\src\stc\scintilla\src\LexTeX.cxx | |
703 | # End Source File | |
704 | # Begin Source File | |
705 | ||
706 | SOURCE=..\..\src\stc\scintilla\src\LexVB.cxx | |
707 | # End Source File | |
708 | # Begin Source File | |
709 | ||
710 | SOURCE=..\..\src\stc\scintilla\src\LexVHDL.cxx | |
711 | # End Source File | |
712 | # Begin Source File | |
713 | ||
714 | SOURCE=..\..\src\stc\scintilla\src\LexVerilog.cxx | |
715 | # End Source File | |
716 | # Begin Source File | |
717 | ||
718 | SOURCE=..\..\src\stc\scintilla\src\LexYAML.cxx | |
719 | # End Source File | |
720 | # Begin Source File | |
721 | ||
722 | SOURCE=..\..\src\stc\scintilla\src\LineMarker.cxx | |
723 | # End Source File | |
724 | # Begin Source File | |
725 | ||
726 | SOURCE=..\..\src\stc\scintilla\src\PropSet.cxx | |
727 | # End Source File | |
728 | # Begin Source File | |
729 | ||
730 | SOURCE=..\..\src\stc\scintilla\src\RESearch.cxx | |
731 | # End Source File | |
732 | # Begin Source File | |
733 | ||
734 | SOURCE=..\..\src\stc\scintilla\src\ScintillaBase.cxx | |
735 | # End Source File | |
736 | # Begin Source File | |
737 | ||
738 | SOURCE=..\..\src\stc\scintilla\src\Style.cxx | |
739 | # End Source File | |
740 | # Begin Source File | |
741 | ||
742 | SOURCE=..\..\src\stc\scintilla\src\StyleContext.cxx | |
743 | # End Source File | |
744 | # Begin Source File | |
745 | ||
746 | SOURCE=..\..\src\stc\scintilla\src\UniConversion.cxx | |
747 | # End Source File | |
748 | # Begin Source File | |
749 | ||
750 | SOURCE=..\..\src\stc\scintilla\src\ViewStyle.cxx | |
751 | # End Source File | |
752 | # Begin Source File | |
753 | ||
754 | SOURCE=..\..\src\stc\scintilla\src\WindowAccessor.cxx | |
755 | # End Source File | |
756 | # Begin Source File | |
757 | ||
758 | SOURCE=..\..\src\stc\scintilla\src\XPM.cxx | |
759 | # End Source File | |
760 | # End Group | |
761 | # End Target | |
762 | # End Project | |
763 |