| 1 | # Microsoft Developer Studio Project File - Name="wxBase" - Package Owner=<4> |
| 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
| 3 | # ** DO NOT EDIT ** |
| 4 | |
| 5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 |
| 6 | # TARGTYPE "Win32 (x86) Static Library" 0x0104 |
| 7 | |
| 8 | CFG=wxBase - Win32 Debug |
| 9 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, |
| 10 | !MESSAGE use the Export Makefile command and run |
| 11 | !MESSAGE |
| 12 | !MESSAGE NMAKE /f "wxBase.mak". |
| 13 | !MESSAGE |
| 14 | !MESSAGE You can specify a configuration when running NMAKE |
| 15 | !MESSAGE by defining the macro CFG on the command line. For example: |
| 16 | !MESSAGE |
| 17 | !MESSAGE NMAKE /f "wxBase.mak" CFG="wxBase - Win32 Debug" |
| 18 | !MESSAGE |
| 19 | !MESSAGE Possible choices for configuration are: |
| 20 | !MESSAGE |
| 21 | !MESSAGE "wxBase - Win32 Release Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library") |
| 22 | !MESSAGE "wxBase - Win32 Debug Unicode DLL" (based on "Win32 (x86) Dynamic-Link Library") |
| 23 | !MESSAGE "wxBase - Win32 Release Unicode" (based on "Win32 (x86) Static Library") |
| 24 | !MESSAGE "wxBase - Win32 Debug Unicode" (based on "Win32 (x86) Static Library") |
| 25 | !MESSAGE "wxBase - Win32 Release DLL" (based on "Win32 (x86) Dynamic-Link Library") |
| 26 | !MESSAGE "wxBase - Win32 Debug DLL" (based on "Win32 (x86) Dynamic-Link Library") |
| 27 | !MESSAGE "wxBase - Win32 Release" (based on "Win32 (x86) Static Library") |
| 28 | !MESSAGE "wxBase - Win32 Debug" (based on "Win32 (x86) Static Library") |
| 29 | !MESSAGE |
| 30 | |
| 31 | # Begin Project |
| 32 | # PROP AllowPerConfigDependencies 0 |
| 33 | # PROP Scc_ProjName "" |
| 34 | # PROP Scc_LocalPath "" |
| 35 | |
| 36 | !IF "$(CFG)" == "wxBase - Win32 Release Unicode DLL" |
| 37 | |
| 38 | # PROP BASE Use_MFC 0 |
| 39 | # PROP BASE Use_Debug_Libraries 0 |
| 40 | # PROP BASE Output_Dir "../lib" |
| 41 | # PROP BASE Intermediate_Dir "../BaseReleaseUnicodeDll" |
| 42 | # PROP BASE Target_Dir "" |
| 43 | # PROP Use_MFC 0 |
| 44 | # PROP Use_Debug_Libraries 0 |
| 45 | # PROP Output_Dir "../lib" |
| 46 | # PROP Intermediate_Dir "../BaseReleaseUnicodeDll" |
| 47 | # PROP Ignore_Export_Lib 0 |
| 48 | # PROP Target_Dir "" |
| 49 | CPP=cl.exe |
| 50 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
| 51 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/basedllu" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 52 | MTL=midl.exe |
| 53 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
| 54 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
| 55 | RSC=rc.exe |
| 56 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 57 | # ADD RSC /l 0x409 /i "../include" /d "NDEBUG" |
| 58 | BSC32=bscmake.exe |
| 59 | # ADD BASE BSC32 /nologo |
| 60 | # ADD BSC32 /nologo |
| 61 | LINK32=link.exe |
| 62 | # 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 /out:"../lib/wxbase250u.dll" |
| 63 | # ADD LINK32 ../lib/zlib.lib ../lib/regex.lib kernel32.lib user32.lib advapi32.lib shell32.lib wsock32.lib gdi32.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxbase250u.dll" |
| 64 | |
| 65 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode DLL" |
| 66 | |
| 67 | # PROP BASE Use_MFC 0 |
| 68 | # PROP BASE Use_Debug_Libraries 1 |
| 69 | # PROP BASE Output_Dir "../lib" |
| 70 | # PROP BASE Intermediate_Dir "../BaseDebugUnicodeDll" |
| 71 | # PROP BASE Target_Dir "" |
| 72 | # PROP Use_MFC 0 |
| 73 | # PROP Use_Debug_Libraries 1 |
| 74 | # PROP Output_Dir "../lib" |
| 75 | # PROP Intermediate_Dir "../BaseDebugUnicodeDll" |
| 76 | # PROP Ignore_Export_Lib 0 |
| 77 | # PROP Target_Dir "" |
| 78 | CPP=cl.exe |
| 79 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
| 80 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/basedllud" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D "WXMAKINGDLL" /D "_UNICODE" /D "UNICODE" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 81 | MTL=midl.exe |
| 82 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
| 83 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
| 84 | RSC=rc.exe |
| 85 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
| 86 | # ADD RSC /l 0x409 /i "../include" /d "_DEBUG" |
| 87 | BSC32=bscmake.exe |
| 88 | # ADD BASE BSC32 /nologo |
| 89 | # ADD BSC32 /nologo |
| 90 | LINK32=link.exe |
| 91 | # 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 /out:"../lib/wxbase250ud.dll" /pdbtype:sept |
| 92 | # ADD LINK32 ../lib/zlibd.lib ../lib/regexd.lib kernel32.lib user32.lib advapi32.lib shell32.lib wsock32.lib gdi32.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxbase250ud.dll" |
| 93 | |
| 94 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release Unicode" |
| 95 | |
| 96 | # PROP BASE Use_MFC 0 |
| 97 | # PROP BASE Use_Debug_Libraries 0 |
| 98 | # PROP BASE Output_Dir "..\lib" |
| 99 | # PROP BASE Intermediate_Dir "..\BaseReleaseUnicode" |
| 100 | # PROP BASE Target_Dir "" |
| 101 | # PROP Use_MFC 0 |
| 102 | # PROP Use_Debug_Libraries 0 |
| 103 | # PROP Output_Dir "..\lib" |
| 104 | # PROP Intermediate_Dir "..\BaseReleaseUnicode" |
| 105 | # PROP Target_Dir "" |
| 106 | CPP=cl.exe |
| 107 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c |
| 108 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/baseu" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 109 | RSC=rc.exe |
| 110 | # ADD BASE RSC /l 0x409 |
| 111 | # ADD RSC /l 0x409 |
| 112 | BSC32=bscmake.exe |
| 113 | # ADD BASE BSC32 /nologo |
| 114 | # ADD BSC32 /nologo |
| 115 | LIB32=link.exe -lib |
| 116 | # ADD BASE LIB32 /nologo |
| 117 | # ADD LIB32 /nologo /out:"..\lib\wxbaseu.lib" |
| 118 | |
| 119 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode" |
| 120 | |
| 121 | # PROP BASE Use_MFC 0 |
| 122 | # PROP BASE Use_Debug_Libraries 1 |
| 123 | # PROP BASE Output_Dir "..\lib" |
| 124 | # PROP BASE Intermediate_Dir "..\BaseDebugUnicode" |
| 125 | # PROP BASE Target_Dir "" |
| 126 | # PROP Use_MFC 0 |
| 127 | # PROP Use_Debug_Libraries 1 |
| 128 | # PROP Output_Dir "..\lib" |
| 129 | # PROP Intermediate_Dir "..\BaseDebugUnicode" |
| 130 | # PROP Target_Dir "" |
| 131 | CPP=cl.exe |
| 132 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c |
| 133 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/baseud" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D "__WXDEBUG__" /D "_UNICODE" /D "UNICODE" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 134 | RSC=rc.exe |
| 135 | # ADD BASE RSC /l 0x409 |
| 136 | # ADD RSC /l 0x409 |
| 137 | BSC32=bscmake.exe |
| 138 | # ADD BASE BSC32 /nologo |
| 139 | # ADD BSC32 /nologo |
| 140 | LIB32=link.exe -lib |
| 141 | # ADD BASE LIB32 /nologo |
| 142 | # ADD LIB32 /nologo /out:"..\lib\wxbaseud.lib" |
| 143 | |
| 144 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release DLL" |
| 145 | |
| 146 | # PROP BASE Use_MFC 0 |
| 147 | # PROP BASE Use_Debug_Libraries 0 |
| 148 | # PROP BASE Output_Dir "../lib" |
| 149 | # PROP BASE Intermediate_Dir "../BaseReleaseDll" |
| 150 | # PROP BASE Target_Dir "" |
| 151 | # PROP Use_MFC 0 |
| 152 | # PROP Use_Debug_Libraries 0 |
| 153 | # PROP Output_Dir "../lib" |
| 154 | # PROP Intermediate_Dir "../BaseReleaseDll" |
| 155 | # PROP Ignore_Export_Lib 0 |
| 156 | # PROP Target_Dir "" |
| 157 | CPP=cl.exe |
| 158 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
| 159 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/basedll" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D "WXMAKINGDLL" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 160 | MTL=midl.exe |
| 161 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
| 162 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
| 163 | RSC=rc.exe |
| 164 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 165 | # ADD RSC /l 0x409 /i "../include" /d "NDEBUG" |
| 166 | BSC32=bscmake.exe |
| 167 | # ADD BASE BSC32 /nologo |
| 168 | # ADD BSC32 /nologo |
| 169 | LINK32=link.exe |
| 170 | # 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 /out:"../lib/wxbase250.dll" |
| 171 | # ADD LINK32 ../lib/zlib.lib ../lib/regex.lib kernel32.lib user32.lib advapi32.lib shell32.lib wsock32.lib gdi32.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxbase250.dll" |
| 172 | |
| 173 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug DLL" |
| 174 | |
| 175 | # PROP BASE Use_MFC 0 |
| 176 | # PROP BASE Use_Debug_Libraries 1 |
| 177 | # PROP BASE Output_Dir "../lib" |
| 178 | # PROP BASE Intermediate_Dir "../BaseDebugDll" |
| 179 | # PROP BASE Target_Dir "" |
| 180 | # PROP Use_MFC 0 |
| 181 | # PROP Use_Debug_Libraries 1 |
| 182 | # PROP Output_Dir "../lib" |
| 183 | # PROP Intermediate_Dir "../BaseDebugDll" |
| 184 | # PROP Ignore_Export_Lib 0 |
| 185 | # PROP Target_Dir "" |
| 186 | CPP=cl.exe |
| 187 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WXBASEDLL_EXPORTS" /YX /FD /c |
| 188 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/basedlld" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D "WXMAKINGDLL" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 189 | MTL=midl.exe |
| 190 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
| 191 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
| 192 | RSC=rc.exe |
| 193 | # ADD BASE RSC /l 0x409 /d "_DEBUG" |
| 194 | # ADD RSC /l 0x409 /i "../include" /d "_DEBUG" |
| 195 | BSC32=bscmake.exe |
| 196 | # ADD BASE BSC32 /nologo |
| 197 | # ADD BSC32 /nologo |
| 198 | LINK32=link.exe |
| 199 | # 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 /out:"../lib/wxbase250d.dll" /pdbtype:sept |
| 200 | # ADD LINK32 ../lib/zlibd.lib ../lib/regexd.lib kernel32.lib user32.lib advapi32.lib shell32.lib wsock32.lib gdi32.lib /nologo /version:2.5 /dll /machine:I386 /out:"../lib/wxbase250d.dll" |
| 201 | |
| 202 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release" |
| 203 | |
| 204 | # PROP BASE Use_MFC 0 |
| 205 | # PROP BASE Use_Debug_Libraries 0 |
| 206 | # PROP BASE Output_Dir "..\lib" |
| 207 | # PROP BASE Intermediate_Dir "..\BaseRelease" |
| 208 | # PROP BASE Target_Dir "" |
| 209 | # PROP Use_MFC 0 |
| 210 | # PROP Use_Debug_Libraries 0 |
| 211 | # PROP Output_Dir "..\lib" |
| 212 | # PROP Intermediate_Dir "..\BaseRelease" |
| 213 | # PROP Target_Dir "" |
| 214 | CPP=cl.exe |
| 215 | # ADD BASE CPP /nologo /MD /W4 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c |
| 216 | # ADD CPP /nologo /MD /W4 /O2 /I "../lib/base" /I "../include" /I "./regex" /I "./zlib" /D "NDEBUG" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 217 | RSC=rc.exe |
| 218 | # ADD BASE RSC /l 0x409 |
| 219 | # ADD RSC /l 0x409 |
| 220 | BSC32=bscmake.exe |
| 221 | # ADD BASE BSC32 /nologo |
| 222 | # ADD BSC32 /nologo |
| 223 | LIB32=link.exe -lib |
| 224 | # ADD BASE LIB32 /nologo |
| 225 | # ADD LIB32 /nologo |
| 226 | |
| 227 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug" |
| 228 | |
| 229 | # PROP BASE Use_MFC 0 |
| 230 | # PROP BASE Use_Debug_Libraries 1 |
| 231 | # PROP BASE Output_Dir "..\lib" |
| 232 | # PROP BASE Intermediate_Dir "..\BaseDebug" |
| 233 | # PROP BASE Target_Dir "" |
| 234 | # PROP Use_MFC 0 |
| 235 | # PROP Use_Debug_Libraries 1 |
| 236 | # PROP Output_Dir "..\lib" |
| 237 | # PROP Intermediate_Dir "..\BaseDebug" |
| 238 | # PROP Target_Dir "" |
| 239 | CPP=cl.exe |
| 240 | # ADD BASE CPP /nologo /MDd /W4 /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c |
| 241 | # ADD CPP /nologo /MDd /W4 /Zi /Od /I "../lib/based" /I "../include" /I "./regex" /I "./zlib" /D "_DEBUG" /D "__WXDEBUG__" /D wxUSE_BASE=1 /D wxUSE_GUI=0 /D "WIN32" /D WINVER=0x400 /Yu"wx/wxprec.h" /FD /c |
| 242 | RSC=rc.exe |
| 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 |
| 250 | # ADD LIB32 /nologo /out:"..\lib\wxbased.lib" |
| 251 | |
| 252 | !ENDIF |
| 253 | |
| 254 | # Begin Target |
| 255 | |
| 256 | # Name "wxBase - Win32 Release Unicode DLL" |
| 257 | # Name "wxBase - Win32 Debug Unicode DLL" |
| 258 | # Name "wxBase - Win32 Release Unicode" |
| 259 | # Name "wxBase - Win32 Debug Unicode" |
| 260 | # Name "wxBase - Win32 Release DLL" |
| 261 | # Name "wxBase - Win32 Debug DLL" |
| 262 | # Name "wxBase - Win32 Release" |
| 263 | # Name "wxBase - Win32 Debug" |
| 264 | # Begin Group "Common Files" |
| 265 | |
| 266 | # PROP Default_Filter "" |
| 267 | # Begin Source File |
| 268 | |
| 269 | SOURCE=.\common\appbase.cpp |
| 270 | # End Source File |
| 271 | # Begin Source File |
| 272 | |
| 273 | SOURCE=.\common\clntdata.cpp |
| 274 | # End Source File |
| 275 | # Begin Source File |
| 276 | |
| 277 | SOURCE=.\common\cmdline.cpp |
| 278 | # End Source File |
| 279 | # Begin Source File |
| 280 | |
| 281 | SOURCE=.\common\config.cpp |
| 282 | # End Source File |
| 283 | # Begin Source File |
| 284 | |
| 285 | SOURCE=.\common\datetime.cpp |
| 286 | # End Source File |
| 287 | # Begin Source File |
| 288 | |
| 289 | SOURCE=.\common\datstrm.cpp |
| 290 | # End Source File |
| 291 | # Begin Source File |
| 292 | |
| 293 | SOURCE=.\common\db.cpp |
| 294 | # End Source File |
| 295 | # Begin Source File |
| 296 | |
| 297 | SOURCE=.\common\dbtable.cpp |
| 298 | # End Source File |
| 299 | # Begin Source File |
| 300 | |
| 301 | SOURCE=.\common\dircmn.cpp |
| 302 | # End Source File |
| 303 | # Begin Source File |
| 304 | |
| 305 | SOURCE=.\common\dynarray.cpp |
| 306 | # End Source File |
| 307 | # Begin Source File |
| 308 | |
| 309 | SOURCE=.\common\dynlib.cpp |
| 310 | # End Source File |
| 311 | # Begin Source File |
| 312 | |
| 313 | SOURCE=.\common\dynload.cpp |
| 314 | # End Source File |
| 315 | # Begin Source File |
| 316 | |
| 317 | SOURCE=.\common\encconv.cpp |
| 318 | # End Source File |
| 319 | # Begin Source File |
| 320 | |
| 321 | SOURCE=.\common\event.cpp |
| 322 | # End Source File |
| 323 | # Begin Source File |
| 324 | |
| 325 | SOURCE=.\common\extended.c |
| 326 | # SUBTRACT CPP /YX /Yc /Yu |
| 327 | # End Source File |
| 328 | # Begin Source File |
| 329 | |
| 330 | SOURCE=.\common\ffile.cpp |
| 331 | # End Source File |
| 332 | # Begin Source File |
| 333 | |
| 334 | SOURCE=.\common\file.cpp |
| 335 | # End Source File |
| 336 | # Begin Source File |
| 337 | |
| 338 | SOURCE=.\common\fileconf.cpp |
| 339 | # End Source File |
| 340 | # Begin Source File |
| 341 | |
| 342 | SOURCE=.\common\filefn.cpp |
| 343 | # End Source File |
| 344 | # Begin Source File |
| 345 | |
| 346 | SOURCE=.\common\filename.cpp |
| 347 | # End Source File |
| 348 | # Begin Source File |
| 349 | |
| 350 | SOURCE=.\common\filesys.cpp |
| 351 | # End Source File |
| 352 | # Begin Source File |
| 353 | |
| 354 | SOURCE=.\common\fmapbase.cpp |
| 355 | # End Source File |
| 356 | # Begin Source File |
| 357 | |
| 358 | SOURCE=.\common\fs_inet.cpp |
| 359 | # End Source File |
| 360 | # Begin Source File |
| 361 | |
| 362 | SOURCE=.\common\fs_mem.cpp |
| 363 | # End Source File |
| 364 | # Begin Source File |
| 365 | |
| 366 | SOURCE=.\common\fs_zip.cpp |
| 367 | # End Source File |
| 368 | # Begin Source File |
| 369 | |
| 370 | SOURCE=.\common\ftp.cpp |
| 371 | # End Source File |
| 372 | # Begin Source File |
| 373 | |
| 374 | SOURCE=.\common\hash.cpp |
| 375 | # End Source File |
| 376 | # Begin Source File |
| 377 | |
| 378 | SOURCE=.\common\hashmap.cpp |
| 379 | # End Source File |
| 380 | # Begin Source File |
| 381 | |
| 382 | SOURCE=.\common\http.cpp |
| 383 | # End Source File |
| 384 | # Begin Source File |
| 385 | |
| 386 | SOURCE=.\common\init.cpp |
| 387 | # End Source File |
| 388 | # Begin Source File |
| 389 | |
| 390 | SOURCE=.\common\intl.cpp |
| 391 | # End Source File |
| 392 | # Begin Source File |
| 393 | |
| 394 | SOURCE=.\common\ipcbase.cpp |
| 395 | # End Source File |
| 396 | # Begin Source File |
| 397 | |
| 398 | SOURCE=.\common\list.cpp |
| 399 | # End Source File |
| 400 | # Begin Source File |
| 401 | |
| 402 | SOURCE=.\common\log.cpp |
| 403 | # End Source File |
| 404 | # Begin Source File |
| 405 | |
| 406 | SOURCE=.\common\longlong.cpp |
| 407 | # End Source File |
| 408 | # Begin Source File |
| 409 | |
| 410 | SOURCE=.\common\memory.cpp |
| 411 | # End Source File |
| 412 | # Begin Source File |
| 413 | |
| 414 | SOURCE=.\common\mimecmn.cpp |
| 415 | # End Source File |
| 416 | # Begin Source File |
| 417 | |
| 418 | SOURCE=.\common\module.cpp |
| 419 | # End Source File |
| 420 | # Begin Source File |
| 421 | |
| 422 | SOURCE=.\common\msgout.cpp |
| 423 | # End Source File |
| 424 | # Begin Source File |
| 425 | |
| 426 | SOURCE=.\common\mstream.cpp |
| 427 | # End Source File |
| 428 | # Begin Source File |
| 429 | |
| 430 | SOURCE=.\common\object.cpp |
| 431 | # End Source File |
| 432 | # Begin Source File |
| 433 | |
| 434 | SOURCE=.\common\process.cpp |
| 435 | # End Source File |
| 436 | # Begin Source File |
| 437 | |
| 438 | SOURCE=.\common\protocol.cpp |
| 439 | # End Source File |
| 440 | # Begin Source File |
| 441 | |
| 442 | SOURCE=.\common\regex.cpp |
| 443 | # End Source File |
| 444 | # Begin Source File |
| 445 | |
| 446 | SOURCE=.\common\sckaddr.cpp |
| 447 | # End Source File |
| 448 | # Begin Source File |
| 449 | |
| 450 | SOURCE=.\common\sckfile.cpp |
| 451 | # End Source File |
| 452 | # Begin Source File |
| 453 | |
| 454 | SOURCE=.\common\sckipc.cpp |
| 455 | # End Source File |
| 456 | # Begin Source File |
| 457 | |
| 458 | SOURCE=.\common\sckstrm.cpp |
| 459 | # End Source File |
| 460 | # Begin Source File |
| 461 | |
| 462 | SOURCE=.\common\socket.cpp |
| 463 | # End Source File |
| 464 | # Begin Source File |
| 465 | |
| 466 | SOURCE=.\common\stopwatch.cpp |
| 467 | # End Source File |
| 468 | # Begin Source File |
| 469 | |
| 470 | SOURCE=.\common\strconv.cpp |
| 471 | # End Source File |
| 472 | # Begin Source File |
| 473 | |
| 474 | SOURCE=.\common\stream.cpp |
| 475 | # End Source File |
| 476 | # Begin Source File |
| 477 | |
| 478 | SOURCE=.\common\string.cpp |
| 479 | # End Source File |
| 480 | # Begin Source File |
| 481 | |
| 482 | SOURCE=.\common\sysopt.cpp |
| 483 | # End Source File |
| 484 | # Begin Source File |
| 485 | |
| 486 | SOURCE=.\common\textbuf.cpp |
| 487 | # End Source File |
| 488 | # Begin Source File |
| 489 | |
| 490 | SOURCE=.\common\textfile.cpp |
| 491 | # End Source File |
| 492 | # Begin Source File |
| 493 | |
| 494 | SOURCE=.\common\tokenzr.cpp |
| 495 | # End Source File |
| 496 | # Begin Source File |
| 497 | |
| 498 | SOURCE=.\common\txtstrm.cpp |
| 499 | # End Source File |
| 500 | # Begin Source File |
| 501 | |
| 502 | SOURCE=.\common\unzip.c |
| 503 | # SUBTRACT CPP /YX /Yc /Yu |
| 504 | # End Source File |
| 505 | # Begin Source File |
| 506 | |
| 507 | SOURCE=.\common\url.cpp |
| 508 | # End Source File |
| 509 | # Begin Source File |
| 510 | |
| 511 | SOURCE=.\common\utilscmn.cpp |
| 512 | # End Source File |
| 513 | # Begin Source File |
| 514 | |
| 515 | SOURCE=.\common\variant.cpp |
| 516 | # End Source File |
| 517 | # Begin Source File |
| 518 | |
| 519 | SOURCE=.\common\wfstream.cpp |
| 520 | # End Source File |
| 521 | # Begin Source File |
| 522 | |
| 523 | SOURCE=.\common\wxchar.cpp |
| 524 | # End Source File |
| 525 | # Begin Source File |
| 526 | |
| 527 | SOURCE=.\common\zipstrm.cpp |
| 528 | # End Source File |
| 529 | # Begin Source File |
| 530 | |
| 531 | SOURCE=.\common\zstream.cpp |
| 532 | # End Source File |
| 533 | # End Group |
| 534 | # Begin Group "MSW Files" |
| 535 | |
| 536 | # PROP Default_Filter "" |
| 537 | # Begin Source File |
| 538 | |
| 539 | SOURCE=.\msw\basemsw.cpp |
| 540 | # End Source File |
| 541 | # Begin Source File |
| 542 | |
| 543 | SOURCE=.\msw\dde.cpp |
| 544 | # End Source File |
| 545 | # Begin Source File |
| 546 | |
| 547 | SOURCE=.\msw\dir.cpp |
| 548 | # End Source File |
| 549 | # Begin Source File |
| 550 | |
| 551 | SOURCE=.\msw\dummy.cpp |
| 552 | # ADD CPP /Yc"wx/wxprec.h" |
| 553 | # End Source File |
| 554 | # Begin Source File |
| 555 | |
| 556 | SOURCE=.\msw\gsocket.c |
| 557 | # SUBTRACT CPP /YX /Yc /Yu |
| 558 | # End Source File |
| 559 | # Begin Source File |
| 560 | |
| 561 | SOURCE=.\msw\gsockmsw.c |
| 562 | # SUBTRACT CPP /YX /Yc /Yu |
| 563 | # End Source File |
| 564 | # Begin Source File |
| 565 | |
| 566 | SOURCE=.\msw\main.cpp |
| 567 | # End Source File |
| 568 | # Begin Source File |
| 569 | |
| 570 | SOURCE=.\msw\mimetype.cpp |
| 571 | # End Source File |
| 572 | # Begin Source File |
| 573 | |
| 574 | SOURCE=.\msw\mslu.cpp |
| 575 | # End Source File |
| 576 | # Begin Source File |
| 577 | |
| 578 | SOURCE=.\msw\regconf.cpp |
| 579 | # End Source File |
| 580 | # Begin Source File |
| 581 | |
| 582 | SOURCE=.\msw\registry.cpp |
| 583 | # End Source File |
| 584 | # Begin Source File |
| 585 | |
| 586 | SOURCE=.\msw\snglinst.cpp |
| 587 | # End Source File |
| 588 | # Begin Source File |
| 589 | |
| 590 | SOURCE=.\msw\thread.cpp |
| 591 | # End Source File |
| 592 | # Begin Source File |
| 593 | |
| 594 | SOURCE=.\msw\utils.cpp |
| 595 | # End Source File |
| 596 | # Begin Source File |
| 597 | |
| 598 | SOURCE=.\msw\utilsexc.cpp |
| 599 | # End Source File |
| 600 | # Begin Source File |
| 601 | |
| 602 | SOURCE=.\msw\volume.cpp |
| 603 | # End Source File |
| 604 | # End Group |
| 605 | # Begin Group "Headers" |
| 606 | |
| 607 | # PROP Default_Filter "" |
| 608 | # Begin Group "Setup" |
| 609 | |
| 610 | # PROP Default_Filter "" |
| 611 | # Begin Source File |
| 612 | |
| 613 | SOURCE=..\include\wx\msw\setup.h |
| 614 | |
| 615 | !IF "$(CFG)" == "wxBase - Win32 Release Unicode DLL" |
| 616 | |
| 617 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 618 | InputPath=..\include\wx\msw\setup.h |
| 619 | |
| 620 | "../lib/basedllu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 621 | copy "$(InputPath)" ..\lib\basedllu\wx\setup.h |
| 622 | |
| 623 | # End Custom Build |
| 624 | |
| 625 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode DLL" |
| 626 | |
| 627 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 628 | InputPath=..\include\wx\msw\setup.h |
| 629 | |
| 630 | "../lib/basedllud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 631 | copy "$(InputPath)" ..\lib\basedllud\wx\setup.h |
| 632 | |
| 633 | # End Custom Build |
| 634 | |
| 635 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release Unicode" |
| 636 | |
| 637 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 638 | InputPath=..\include\wx\msw\setup.h |
| 639 | |
| 640 | "../lib/baseu/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 641 | copy "$(InputPath)" ..\lib\baseu\wx\setup.h |
| 642 | |
| 643 | # End Custom Build |
| 644 | |
| 645 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug Unicode" |
| 646 | |
| 647 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 648 | InputPath=..\include\wx\msw\setup.h |
| 649 | |
| 650 | "../lib/baseud/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 651 | copy "$(InputPath)" ..\lib\baseud\wx\setup.h |
| 652 | |
| 653 | # End Custom Build |
| 654 | |
| 655 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release DLL" |
| 656 | |
| 657 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 658 | InputPath=..\include\wx\msw\setup.h |
| 659 | |
| 660 | "../lib/basedll/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 661 | copy "$(InputPath)" ..\lib\basedll\wx\setup.h |
| 662 | |
| 663 | # End Custom Build |
| 664 | |
| 665 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug DLL" |
| 666 | |
| 667 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 668 | InputPath=..\include\wx\msw\setup.h |
| 669 | |
| 670 | "../lib/basedlld/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 671 | copy "$(InputPath)" ..\lib\basedlld\wx\setup.h |
| 672 | |
| 673 | # End Custom Build |
| 674 | |
| 675 | !ELSEIF "$(CFG)" == "wxBase - Win32 Release" |
| 676 | |
| 677 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 678 | InputPath=..\include\wx\msw\setup.h |
| 679 | |
| 680 | "../lib/base/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 681 | copy "$(InputPath)" ..\lib\base\wx\setup.h |
| 682 | |
| 683 | # End Custom Build |
| 684 | |
| 685 | !ELSEIF "$(CFG)" == "wxBase - Win32 Debug" |
| 686 | |
| 687 | # Begin Custom Build - Copying $(InputPath) to $(TargetDir) |
| 688 | InputPath=..\include\wx\msw\setup.h |
| 689 | |
| 690 | "../lib/based/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
| 691 | copy "$(InputPath)" ..\lib\based\wx\setup.h |
| 692 | |
| 693 | # End Custom Build |
| 694 | |
| 695 | !ENDIF |
| 696 | |
| 697 | # End Source File |
| 698 | # End Group |
| 699 | # Begin Group "Common" |
| 700 | |
| 701 | # PROP Default_Filter "" |
| 702 | # Begin Source File |
| 703 | |
| 704 | SOURCE=..\include\wx\app.h |
| 705 | # End Source File |
| 706 | # Begin Source File |
| 707 | |
| 708 | SOURCE=..\include\wx\apptrait.h |
| 709 | # End Source File |
| 710 | # Begin Source File |
| 711 | |
| 712 | SOURCE=..\include\wx\buffer.h |
| 713 | # End Source File |
| 714 | # Begin Source File |
| 715 | |
| 716 | SOURCE=..\include\wx\build.h |
| 717 | # End Source File |
| 718 | # Begin Source File |
| 719 | |
| 720 | SOURCE=..\include\wx\chkconf.h |
| 721 | # End Source File |
| 722 | # Begin Source File |
| 723 | |
| 724 | SOURCE=..\include\wx\clntdata.h |
| 725 | # End Source File |
| 726 | # Begin Source File |
| 727 | |
| 728 | SOURCE=..\include\wx\cmdline.h |
| 729 | # End Source File |
| 730 | # Begin Source File |
| 731 | |
| 732 | SOURCE=..\include\wx\confbase.h |
| 733 | # End Source File |
| 734 | # Begin Source File |
| 735 | |
| 736 | SOURCE=..\include\wx\config.h |
| 737 | # End Source File |
| 738 | # Begin Source File |
| 739 | |
| 740 | SOURCE=..\include\wx\datetime.h |
| 741 | # End Source File |
| 742 | # Begin Source File |
| 743 | |
| 744 | SOURCE=..\include\wx\datetime.inl |
| 745 | # End Source File |
| 746 | # Begin Source File |
| 747 | |
| 748 | SOURCE=..\include\wx\datstrm.h |
| 749 | # End Source File |
| 750 | # Begin Source File |
| 751 | |
| 752 | SOURCE=..\include\wx\db.h |
| 753 | # End Source File |
| 754 | # Begin Source File |
| 755 | |
| 756 | SOURCE=..\include\wx\dbkeyg.h |
| 757 | # End Source File |
| 758 | # Begin Source File |
| 759 | |
| 760 | SOURCE=..\include\wx\dbtable.h |
| 761 | # End Source File |
| 762 | # Begin Source File |
| 763 | |
| 764 | SOURCE=..\include\wx\dde.h |
| 765 | # End Source File |
| 766 | # Begin Source File |
| 767 | |
| 768 | SOURCE=..\include\wx\debug.h |
| 769 | # End Source File |
| 770 | # Begin Source File |
| 771 | |
| 772 | SOURCE=..\include\wx\defs.h |
| 773 | # End Source File |
| 774 | # Begin Source File |
| 775 | |
| 776 | SOURCE=..\include\wx\dir.h |
| 777 | # End Source File |
| 778 | # Begin Source File |
| 779 | |
| 780 | SOURCE=..\include\wx\dynarray.h |
| 781 | # End Source File |
| 782 | # Begin Source File |
| 783 | |
| 784 | SOURCE=..\include\wx\dynlib.h |
| 785 | # End Source File |
| 786 | # Begin Source File |
| 787 | |
| 788 | SOURCE=..\include\wx\dynload.h |
| 789 | # End Source File |
| 790 | # Begin Source File |
| 791 | |
| 792 | SOURCE=..\include\wx\encconv.h |
| 793 | # End Source File |
| 794 | # Begin Source File |
| 795 | |
| 796 | SOURCE=..\include\wx\event.h |
| 797 | # End Source File |
| 798 | # Begin Source File |
| 799 | |
| 800 | SOURCE=..\include\wx\features.h |
| 801 | # End Source File |
| 802 | # Begin Source File |
| 803 | |
| 804 | SOURCE=..\include\wx\ffile.h |
| 805 | # End Source File |
| 806 | # Begin Source File |
| 807 | |
| 808 | SOURCE=..\include\wx\file.h |
| 809 | # End Source File |
| 810 | # Begin Source File |
| 811 | |
| 812 | SOURCE=..\include\wx\fileconf.h |
| 813 | # End Source File |
| 814 | # Begin Source File |
| 815 | |
| 816 | SOURCE=..\include\wx\filefn.h |
| 817 | # End Source File |
| 818 | # Begin Source File |
| 819 | |
| 820 | SOURCE=..\include\wx\filename.h |
| 821 | # End Source File |
| 822 | # Begin Source File |
| 823 | |
| 824 | SOURCE=..\include\wx\filesys.h |
| 825 | # End Source File |
| 826 | # Begin Source File |
| 827 | |
| 828 | SOURCE=..\include\wx\fmappriv.h |
| 829 | # End Source File |
| 830 | # Begin Source File |
| 831 | |
| 832 | SOURCE=..\include\wx\fontenc.h |
| 833 | # End Source File |
| 834 | # Begin Source File |
| 835 | |
| 836 | SOURCE=..\include\wx\fontmap.h |
| 837 | # End Source File |
| 838 | # Begin Source File |
| 839 | |
| 840 | SOURCE=..\include\wx\fs_inet.h |
| 841 | # End Source File |
| 842 | # Begin Source File |
| 843 | |
| 844 | SOURCE=..\include\wx\fs_mem.h |
| 845 | # End Source File |
| 846 | # Begin Source File |
| 847 | |
| 848 | SOURCE=..\include\wx\fs_zip.h |
| 849 | # End Source File |
| 850 | # Begin Source File |
| 851 | |
| 852 | SOURCE=..\include\wx\gsocket.h |
| 853 | # End Source File |
| 854 | # Begin Source File |
| 855 | |
| 856 | SOURCE=..\include\wx\hash.h |
| 857 | # End Source File |
| 858 | # Begin Source File |
| 859 | |
| 860 | SOURCE=..\include\wx\hashmap.h |
| 861 | # End Source File |
| 862 | # Begin Source File |
| 863 | |
| 864 | SOURCE=..\include\wx\intl.h |
| 865 | # End Source File |
| 866 | # Begin Source File |
| 867 | |
| 868 | SOURCE=..\include\wx\iosfwrap.h |
| 869 | # End Source File |
| 870 | # Begin Source File |
| 871 | |
| 872 | SOURCE=..\include\wx\ioswrap.h |
| 873 | # End Source File |
| 874 | # Begin Source File |
| 875 | |
| 876 | SOURCE=..\include\wx\ipc.h |
| 877 | # End Source File |
| 878 | # Begin Source File |
| 879 | |
| 880 | SOURCE=..\include\wx\ipcbase.h |
| 881 | # End Source File |
| 882 | # Begin Source File |
| 883 | |
| 884 | SOURCE=..\include\wx\isql.h |
| 885 | # End Source File |
| 886 | # Begin Source File |
| 887 | |
| 888 | SOURCE=..\include\wx\isqlext.h |
| 889 | # End Source File |
| 890 | # Begin Source File |
| 891 | |
| 892 | SOURCE=..\include\wx\list.h |
| 893 | # End Source File |
| 894 | # Begin Source File |
| 895 | |
| 896 | SOURCE=..\include\wx\log.h |
| 897 | # End Source File |
| 898 | # Begin Source File |
| 899 | |
| 900 | SOURCE=..\include\wx\longlong.h |
| 901 | # End Source File |
| 902 | # Begin Source File |
| 903 | |
| 904 | SOURCE=..\include\wx\math.h |
| 905 | # End Source File |
| 906 | # Begin Source File |
| 907 | |
| 908 | SOURCE=..\include\wx\memconf.h |
| 909 | # End Source File |
| 910 | # Begin Source File |
| 911 | |
| 912 | SOURCE=..\include\wx\memory.h |
| 913 | # End Source File |
| 914 | # Begin Source File |
| 915 | |
| 916 | SOURCE=..\include\wx\memtext.h |
| 917 | # End Source File |
| 918 | # Begin Source File |
| 919 | |
| 920 | SOURCE=..\include\wx\mimetype.h |
| 921 | # End Source File |
| 922 | # Begin Source File |
| 923 | |
| 924 | SOURCE=..\include\wx\module.h |
| 925 | # End Source File |
| 926 | # Begin Source File |
| 927 | |
| 928 | SOURCE=..\include\wx\msgout.h |
| 929 | # End Source File |
| 930 | # Begin Source File |
| 931 | |
| 932 | SOURCE=..\include\wx\mstream.h |
| 933 | # End Source File |
| 934 | # Begin Source File |
| 935 | |
| 936 | SOURCE=..\include\wx\object.h |
| 937 | # End Source File |
| 938 | # Begin Source File |
| 939 | |
| 940 | SOURCE=..\include\wx\platform.h |
| 941 | # End Source File |
| 942 | # Begin Source File |
| 943 | |
| 944 | SOURCE=..\include\wx\process.h |
| 945 | # End Source File |
| 946 | # Begin Source File |
| 947 | |
| 948 | SOURCE=..\include\wx\regex.h |
| 949 | # End Source File |
| 950 | # Begin Source File |
| 951 | |
| 952 | SOURCE=..\include\wx\sckaddr.h |
| 953 | # End Source File |
| 954 | # Begin Source File |
| 955 | |
| 956 | SOURCE=..\include\wx\sckipc.h |
| 957 | # End Source File |
| 958 | # Begin Source File |
| 959 | |
| 960 | SOURCE=..\include\wx\sckstrm.h |
| 961 | # End Source File |
| 962 | # Begin Source File |
| 963 | |
| 964 | SOURCE=..\include\wx\snglinst.h |
| 965 | # End Source File |
| 966 | # Begin Source File |
| 967 | |
| 968 | SOURCE=..\include\wx\socket.h |
| 969 | # End Source File |
| 970 | # Begin Source File |
| 971 | |
| 972 | SOURCE=..\include\wx\strconv.h |
| 973 | # End Source File |
| 974 | # Begin Source File |
| 975 | |
| 976 | SOURCE=..\include\wx\stream.h |
| 977 | # End Source File |
| 978 | # Begin Source File |
| 979 | |
| 980 | SOURCE=..\include\wx\string.h |
| 981 | # End Source File |
| 982 | # Begin Source File |
| 983 | |
| 984 | SOURCE=..\include\wx\sysopt.h |
| 985 | # End Source File |
| 986 | # Begin Source File |
| 987 | |
| 988 | SOURCE=..\include\wx\textbuf.h |
| 989 | # End Source File |
| 990 | # Begin Source File |
| 991 | |
| 992 | SOURCE=..\include\wx\textfile.h |
| 993 | # End Source File |
| 994 | # Begin Source File |
| 995 | |
| 996 | SOURCE=..\include\wx\thread.h |
| 997 | # End Source File |
| 998 | # Begin Source File |
| 999 | |
| 1000 | SOURCE=..\include\wx\timer.h |
| 1001 | # End Source File |
| 1002 | # Begin Source File |
| 1003 | |
| 1004 | SOURCE=..\include\wx\tokenzr.h |
| 1005 | # End Source File |
| 1006 | # Begin Source File |
| 1007 | |
| 1008 | SOURCE=..\include\wx\txtstrm.h |
| 1009 | # End Source File |
| 1010 | # Begin Source File |
| 1011 | |
| 1012 | SOURCE=..\include\wx\url.h |
| 1013 | # End Source File |
| 1014 | # Begin Source File |
| 1015 | |
| 1016 | SOURCE=..\include\wx\utils.h |
| 1017 | # End Source File |
| 1018 | # Begin Source File |
| 1019 | |
| 1020 | SOURCE=..\include\wx\variant.h |
| 1021 | # End Source File |
| 1022 | # Begin Source File |
| 1023 | |
| 1024 | SOURCE=..\include\wx\vector.h |
| 1025 | # End Source File |
| 1026 | # Begin Source File |
| 1027 | |
| 1028 | SOURCE=..\include\wx\version.h |
| 1029 | # End Source File |
| 1030 | # Begin Source File |
| 1031 | |
| 1032 | SOURCE=..\include\wx\volume.h |
| 1033 | # End Source File |
| 1034 | # Begin Source File |
| 1035 | |
| 1036 | SOURCE=..\include\wx\wfstream.h |
| 1037 | # End Source File |
| 1038 | # Begin Source File |
| 1039 | |
| 1040 | SOURCE=..\include\wx\wx.h |
| 1041 | # End Source File |
| 1042 | # Begin Source File |
| 1043 | |
| 1044 | SOURCE=..\include\wx\wxchar.h |
| 1045 | # End Source File |
| 1046 | # Begin Source File |
| 1047 | |
| 1048 | SOURCE=..\include\wx\wxprec.h |
| 1049 | # End Source File |
| 1050 | # Begin Source File |
| 1051 | |
| 1052 | SOURCE=..\include\wx\zipstrm.h |
| 1053 | # End Source File |
| 1054 | # Begin Source File |
| 1055 | |
| 1056 | SOURCE=..\include\wx\zstream.h |
| 1057 | # End Source File |
| 1058 | # End Group |
| 1059 | # Begin Group "MSW" |
| 1060 | |
| 1061 | # PROP Default_Filter "" |
| 1062 | # Begin Source File |
| 1063 | |
| 1064 | SOURCE=..\include\wx\msw\apptbase.h |
| 1065 | # End Source File |
| 1066 | # Begin Source File |
| 1067 | |
| 1068 | SOURCE=..\include\wx\msw\apptrait.h |
| 1069 | # End Source File |
| 1070 | # Begin Source File |
| 1071 | |
| 1072 | SOURCE=..\include\wx\msw\dde.h |
| 1073 | # End Source File |
| 1074 | # Begin Source File |
| 1075 | |
| 1076 | SOURCE=..\include\wx\msw\gccpriv.h |
| 1077 | # End Source File |
| 1078 | # Begin Source File |
| 1079 | |
| 1080 | SOURCE=..\include\wx\msw\mimetype.h |
| 1081 | # End Source File |
| 1082 | # Begin Source File |
| 1083 | |
| 1084 | SOURCE=..\include\wx\msw\winundef.h |
| 1085 | # End Source File |
| 1086 | # End Group |
| 1087 | # End Group |
| 1088 | # End Target |
| 1089 | # End Project |