diff --git a/Makefile.in b/Makefile.in index e72cef992b..ae99b8b2cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2801,6 +2801,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \ wx/notebook.h \ wx/ownerdrw.h \ wx/paper.h \ + wx/pickerbase.h \ wx/popupwin.h \ wx/print.h \ wx/printdlg.h \ @@ -27110,6 +27111,7 @@ GENDIR = $(WXDIR)/src/generic COMMDIR = $(WXDIR)/src/common HTMLDIR = $(WXDIR)/src/html RICHTEXTDIR = $(WXDIR)/src/richtext +AUIDIR = $(WXDIR)/src/aui UNIXDIR = $(WXDIR)/src/unix PNGDIR = $(WXDIR)/src/png JPEGDIR = $(WXDIR)/src/jpeg @@ -27253,6 +27255,7 @@ ALL_GUI_DIST: ALL_DIST mkdir $(DISTDIR)/include/wx/generic mkdir $(DISTDIR)/include/wx/html mkdir $(DISTDIR)/include/wx/richtext + mkdir $(DISTDIR)/include/wx/aui mkdir $(DISTDIR)/include/wx/protocol mkdir $(DISTDIR)/include/wx/unix mkdir $(DISTDIR)/include/wx/xml @@ -27262,6 +27265,7 @@ ALL_GUI_DIST: ALL_DIST $(CP_P) $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic $(CP_P) $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html $(CP_P) $(INCDIR)/wx/richtext/*.h $(DISTDIR)/include/wx/richtext + $(CP_P) $(INCDIR)/wx/aui/*.h $(DISTDIR)/include/wx/aui $(CP_P) $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix $(CP_P) $(INCDIR)/wx/xml/*.h $(DISTDIR)/include/wx/xml $(CP_P) $(INCDIR)/wx/xrc/*.h $(DISTDIR)/include/wx/xrc @@ -27275,6 +27279,7 @@ ALL_GUI_DIST: ALL_DIST mkdir $(DISTDIR)/src/generic mkdir $(DISTDIR)/src/html mkdir $(DISTDIR)/src/richtext + mkdir $(DISTDIR)/src/aui mkdir $(DISTDIR)/src/$(TOOLKITDIR) mkdir $(DISTDIR)/src/png mkdir $(DISTDIR)/src/jpeg @@ -27292,6 +27297,7 @@ ALL_GUI_DIST: ALL_DIST $(CP_P) $(GENDIR)/*.mms $(DISTDIR)/src/generic $(CP_P) $(HTMLDIR)/*.cpp $(DISTDIR)/src/html $(CP_P) $(RICHTEXTDIR)/*.cpp $(DISTDIR)/src/richtext + $(CP_P) $(AUIDIR)/*.cpp $(DISTDIR)/src/aui $(CP_P) $(PNGDIR)/*.h $(DISTDIR)/src/png $(CP_P) $(PNGDIR)/*.c $(DISTDIR)/src/png $(CP_P) $(PNGDIR)/README $(DISTDIR)/src/png @@ -27318,6 +27324,7 @@ BASE_DIST: ALL_DIST mkdir $(DISTDIR)/include/wx/msw mkdir $(DISTDIR)/include/wx/html mkdir $(DISTDIR)/include/wx/richtext + mkdir $(DISTDIR)/include/wx/aui mkdir $(DISTDIR)/include/wx/mac mkdir $(DISTDIR)/include/wx/mac/carbon mkdir $(DISTDIR)/include/wx/mac/corefoundation @@ -28001,6 +28008,10 @@ SAMPLES_DIST: ALL_GUI_DIST $(CP_P) $(SAMPDIR)/richtext/readme.txt $(DISTDIR)/samples/richtext $(CP_P) $(SAMPDIR)/richtext/todo.txt $(DISTDIR)/samples/richtext + mkdir $(DISTDIR)/samples/aui + $(CP_P) $(SAMPDIR)/aui/Makefile.in $(DISTDIR)/samples/aui + $(CP_P) $(SAMPDIR)/aui/*.cpp $(DISTDIR)/samples/aui + mkdir $(DISTDIR)/samples/propsize $(CP_P) $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize $(CP_P) $(SAMPDIR)/propsize/makefile.unx $(DISTDIR)/samples/propsize diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 726c3b427f..1822ce6184 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -419,8 +419,9 @@ Set the version of your Mingw installation here. dynamic 0 + 1 1 - 1 + 1 1 1 1 diff --git a/build/msw/wx_adv.dsp b/build/msw/wx_adv.dsp index ccd50dbfaa..035f26028f 100644 --- a/build/msw/wx_adv.dsp +++ b/build/msw/wx_adv.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=adv - Win32 Debug USE_AUI_0 +CFG=adv - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=adv - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_adv.mak" CFG="adv - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_adv.mak" CFG="adv - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "adv - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "adv - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "adv - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "adv - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "adv - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=adv - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_adv.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_adv.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_adv.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_adv.lib" /debug -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_adv.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_adv.lib" /debug - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_adv.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_adv.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_adv.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_adv.lib" /debug -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_adv.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_adv.lib" /debug - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_adv.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_adv.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_adv.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_adv.lib" /debug -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_adv.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_adv.lib" /debug - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_adv.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmsw270_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_advdll.pch" /Fd..\..\lib\vc_dll\wxmsw270_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_adv.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_adv.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_adv.lib" /debug -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_advdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_adv_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_ADV" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_adv_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_ADV -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_adv.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_adv_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_adv.lib" /debug - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_adv.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_adv.lib" -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\adv" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\adv" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_adv.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_advlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_adv.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_adv.lib" - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "adv - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "adv - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "adv - Win32 DLL Universal Release USE_AUI_1" -# Name "adv - Win32 DLL Universal Release USE_AUI_0" -# Name "adv - Win32 DLL Universal Debug USE_AUI_1" -# Name "adv - Win32 DLL Universal Debug USE_AUI_0" -# Name "adv - Win32 DLL Unicode Release USE_AUI_1" -# Name "adv - Win32 DLL Unicode Release USE_AUI_0" -# Name "adv - Win32 DLL Unicode Debug USE_AUI_1" -# Name "adv - Win32 DLL Unicode Debug USE_AUI_0" -# Name "adv - Win32 DLL Release USE_AUI_1" -# Name "adv - Win32 DLL Release USE_AUI_0" -# Name "adv - Win32 DLL Debug USE_AUI_1" -# Name "adv - Win32 DLL Debug USE_AUI_0" -# Name "adv - Win32 Universal Unicode Release USE_AUI_1" -# Name "adv - Win32 Universal Unicode Release USE_AUI_0" -# Name "adv - Win32 Universal Unicode Debug USE_AUI_1" -# Name "adv - Win32 Universal Unicode Debug USE_AUI_0" -# Name "adv - Win32 Universal Release USE_AUI_1" -# Name "adv - Win32 Universal Release USE_AUI_0" -# Name "adv - Win32 Universal Debug USE_AUI_1" -# Name "adv - Win32 Universal Debug USE_AUI_0" -# Name "adv - Win32 Unicode Release USE_AUI_1" -# Name "adv - Win32 Unicode Release USE_AUI_0" -# Name "adv - Win32 Unicode Debug USE_AUI_1" -# Name "adv - Win32 Unicode Debug USE_AUI_0" -# Name "adv - Win32 Release USE_AUI_1" -# Name "adv - Win32 Release USE_AUI_0" -# Name "adv - Win32 Debug USE_AUI_1" -# Name "adv - Win32 Debug USE_AUI_0" +# Name "adv - Win32 DLL Universal Unicode Release" +# Name "adv - Win32 DLL Universal Unicode Debug" +# Name "adv - Win32 DLL Universal Release" +# Name "adv - Win32 DLL Universal Debug" +# Name "adv - Win32 DLL Unicode Release" +# Name "adv - Win32 DLL Unicode Debug" +# Name "adv - Win32 DLL Release" +# Name "adv - Win32 DLL Debug" +# Name "adv - Win32 Universal Unicode Release" +# Name "adv - Win32 Universal Unicode Debug" +# Name "adv - Win32 Universal Release" +# Name "adv - Win32 Universal Debug" +# Name "adv - Win32 Unicode Release" +# Name "adv - Win32 Unicode Debug" +# Name "adv - Win32 Release" +# Name "adv - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -888,116 +472,60 @@ SOURCE=..\..\src\common\taskbarcmn.cpp SOURCE=..\..\src\msw\datectrl.cpp -!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "adv - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Release" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Debug" !ENDIF @@ -1019,115 +547,59 @@ SOURCE=..\..\src\msw\taskbar.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Release" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1206,7 +678,7 @@ SOURCE=..\..\src\generic\wizard.cpp SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1216,17 +688,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1236,17 +698,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1256,17 +708,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1276,65 +718,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1344,17 +752,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1364,17 +762,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1384,17 +772,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1404,59 +782,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Debug" # Begin Custom Build - @@ -1469,55 +813,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1527,17 +847,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1547,17 +857,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1567,17 +867,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1587,65 +877,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1655,17 +911,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1675,17 +921,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1695,27 +931,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1740,7 +956,7 @@ SOURCE=..\..\include\wx\msw\datectrl.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1749,16 +965,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1767,16 +974,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1785,16 +983,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1803,16 +992,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1821,16 +1001,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1839,16 +1010,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1857,16 +1019,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1875,16 +1028,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1893,16 +1037,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1911,16 +1046,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1929,16 +1055,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1947,16 +1064,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1965,16 +1073,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1983,16 +1082,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "adv - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -2001,25 +1091,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "adv - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "adv - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "adv - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_aui.dsp b/build/msw/wx_aui.dsp index ad8fdfb2e1..4d95305ca6 100644 --- a/build/msw/wx_aui.dsp +++ b/build/msw/wx_aui.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=aui - Win32 Debug USE_AUI_1 +CFG=aui - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,26 +14,26 @@ CFG=aui - Win32 Debug USE_AUI_1 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_aui.mak" CFG="aui - Win32 Debug USE_AUI_1" +!MESSAGE NMAKE /f "wx_aui.mak" CFG="aui - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "aui - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "aui - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "aui - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "aui - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "aui - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -43,7 +43,7 @@ CFG=aui - Win32 Debug USE_AUI_1 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -68,7 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_aui.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -93,7 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_aui.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_aui.lib" /debug -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -118,7 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_aui.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -143,7 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_aui.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_aui.lib" /debug -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -168,7 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_aui.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -193,7 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_aui.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_aui.lib" /debug -!ELSEIF "$(CFG)" == "aui - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -218,7 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_aui.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -243,7 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_aui.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_aui_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_aui.lib" /debug -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -266,7 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -289,7 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -312,7 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -335,7 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -358,7 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -381,7 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -404,7 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_aui.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_aui.lib" -!ELSEIF "$(CFG)" == "aui - Win32 Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -431,22 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "aui - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "aui - Win32 DLL Universal Release USE_AUI_1" -# Name "aui - Win32 DLL Universal Debug USE_AUI_1" -# Name "aui - Win32 DLL Unicode Release USE_AUI_1" -# Name "aui - Win32 DLL Unicode Debug USE_AUI_1" -# Name "aui - Win32 DLL Release USE_AUI_1" -# Name "aui - Win32 DLL Debug USE_AUI_1" -# Name "aui - Win32 Universal Unicode Release USE_AUI_1" -# Name "aui - Win32 Universal Unicode Debug USE_AUI_1" -# Name "aui - Win32 Universal Release USE_AUI_1" -# Name "aui - Win32 Universal Debug USE_AUI_1" -# Name "aui - Win32 Unicode Release USE_AUI_1" -# Name "aui - Win32 Unicode Debug USE_AUI_1" -# Name "aui - Win32 Release USE_AUI_1" -# Name "aui - Win32 Debug USE_AUI_1" +# Name "aui - Win32 DLL Universal Unicode Release" +# Name "aui - Win32 DLL Universal Unicode Debug" +# Name "aui - Win32 DLL Universal Release" +# Name "aui - Win32 DLL Universal Debug" +# Name "aui - Win32 DLL Unicode Release" +# Name "aui - Win32 DLL Unicode Debug" +# Name "aui - Win32 DLL Release" +# Name "aui - Win32 DLL Debug" +# Name "aui - Win32 Universal Unicode Release" +# Name "aui - Win32 Universal Unicode Debug" +# Name "aui - Win32 Universal Release" +# Name "aui - Win32 Universal Debug" +# Name "aui - Win32 Unicode Release" +# Name "aui - Win32 Unicode Debug" +# Name "aui - Win32 Release" +# Name "aui - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -464,59 +464,59 @@ SOURCE=..\..\src\common\dummy.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Release" -!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "aui - Win32 Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Debug" # PROP Exclude_From_Build 1 @@ -531,7 +531,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -541,7 +541,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -551,7 +551,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -561,7 +561,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -571,31 +571,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -605,7 +605,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -615,7 +615,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -625,7 +625,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -635,25 +635,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Debug" # Begin Custom Build - @@ -666,31 +666,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -700,7 +700,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -710,7 +710,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -720,7 +720,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -730,31 +730,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -764,7 +764,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -774,7 +774,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -784,7 +784,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -805,7 +805,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "aui - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -814,7 +814,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -823,7 +823,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -832,7 +832,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -841,7 +841,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -850,7 +850,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -859,7 +859,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -868,7 +868,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -877,7 +877,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -886,7 +886,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -895,7 +895,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -904,7 +904,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -913,7 +913,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -922,7 +922,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -931,7 +931,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -940,7 +940,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "aui - Win32 Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "aui - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_base.dsp b/build/msw/wx_base.dsp index 69745ac529..daa5a2287c 100644 --- a/build/msw/wx_base.dsp +++ b/build/msw/wx_base.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=base - Win32 Debug USE_AUI_0 +CFG=base - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=base - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_base.mak" CFG="base - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_base.mak" CFG="base - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "base - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "base - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "base - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "base - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "base - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=base - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270u_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u.lib" - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud.lib" /debug - -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_basedll.pch" /Fd..\..\lib\vc_dll\wxbase270_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27.lib" - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_basedll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXMAKINGDLL_BASE" /D wxUSE_BASE=1 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXMAKINGDLL_BASE" /d wxUSE_BASE=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d.lib" /debug - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d.lib" -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\base" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\base" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_baselib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D wxUSE_BASE=1 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d.lib" - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "base - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "base - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "base - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "base - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "base - Win32 DLL Universal Release USE_AUI_1" -# Name "base - Win32 DLL Universal Release USE_AUI_0" -# Name "base - Win32 DLL Universal Debug USE_AUI_1" -# Name "base - Win32 DLL Universal Debug USE_AUI_0" -# Name "base - Win32 DLL Unicode Release USE_AUI_1" -# Name "base - Win32 DLL Unicode Release USE_AUI_0" -# Name "base - Win32 DLL Unicode Debug USE_AUI_1" -# Name "base - Win32 DLL Unicode Debug USE_AUI_0" -# Name "base - Win32 DLL Release USE_AUI_1" -# Name "base - Win32 DLL Release USE_AUI_0" -# Name "base - Win32 DLL Debug USE_AUI_1" -# Name "base - Win32 DLL Debug USE_AUI_0" -# Name "base - Win32 Universal Unicode Release USE_AUI_1" -# Name "base - Win32 Universal Unicode Release USE_AUI_0" -# Name "base - Win32 Universal Unicode Debug USE_AUI_1" -# Name "base - Win32 Universal Unicode Debug USE_AUI_0" -# Name "base - Win32 Universal Release USE_AUI_1" -# Name "base - Win32 Universal Release USE_AUI_0" -# Name "base - Win32 Universal Debug USE_AUI_1" -# Name "base - Win32 Universal Debug USE_AUI_0" -# Name "base - Win32 Unicode Release USE_AUI_1" -# Name "base - Win32 Unicode Release USE_AUI_0" -# Name "base - Win32 Unicode Debug USE_AUI_1" -# Name "base - Win32 Unicode Debug USE_AUI_0" -# Name "base - Win32 Release USE_AUI_1" -# Name "base - Win32 Release USE_AUI_0" -# Name "base - Win32 Debug USE_AUI_1" -# Name "base - Win32 Debug USE_AUI_0" +# Name "base - Win32 DLL Universal Unicode Release" +# Name "base - Win32 DLL Universal Unicode Debug" +# Name "base - Win32 DLL Universal Release" +# Name "base - Win32 DLL Universal Debug" +# Name "base - Win32 DLL Unicode Release" +# Name "base - Win32 DLL Unicode Debug" +# Name "base - Win32 DLL Release" +# Name "base - Win32 DLL Debug" +# Name "base - Win32 Universal Unicode Release" +# Name "base - Win32 Universal Unicode Debug" +# Name "base - Win32 Universal Release" +# Name "base - Win32 Universal Debug" +# Name "base - Win32 Unicode Release" +# Name "base - Win32 Unicode Debug" +# Name "base - Win32 Release" +# Name "base - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -1197,115 +781,59 @@ SOURCE=..\..\src\msw\utilsexc.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Release" -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1324,55 +852,31 @@ SOURCE=..\..\src\msw\volume.cpp SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1382,17 +886,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1402,17 +896,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1422,17 +906,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1442,65 +916,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1510,17 +950,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1530,17 +960,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1550,27 +970,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1587,7 +987,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1597,17 +997,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1617,17 +1007,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1637,17 +1017,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1657,65 +1027,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1725,17 +1061,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1745,17 +1071,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1765,17 +1081,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1785,59 +1091,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Debug" # Begin Custom Build - @@ -1882,7 +1154,7 @@ SOURCE=..\..\include\wx\msw\gccpriv.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "base - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1891,16 +1163,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1909,16 +1172,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1927,16 +1181,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1945,16 +1190,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1963,16 +1199,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1981,16 +1208,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1999,16 +1217,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -2017,16 +1226,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -2035,16 +1235,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -2053,16 +1244,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -2071,16 +1253,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -2089,16 +1262,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -2107,16 +1271,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -2125,16 +1280,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "base - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -2143,25 +1289,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "base - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "base - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "base - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_core.dsp b/build/msw/wx_core.dsp index 168712f0ff..3142ed8738 100644 --- a/build/msw/wx_core.dsp +++ b/build/msw/wx_core.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=core - Win32 Debug USE_AUI_0 +CFG=core - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=core - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_core.mak" CFG="core - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_core.mak" CFG="core - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "core - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "core - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "core - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "core - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "core - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=core - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_core.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_core.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_core.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_core.lib" /debug -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_core.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_core.lib" /debug - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_core.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_core.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_core.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_core.lib" /debug -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_core.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_core.lib" /debug - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_core.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_core.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_core.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_core.lib" /debug -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_core.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_core.lib" /debug - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_core.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmsw270_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_coredll.pch" /Fd..\..\lib\vc_dll\wxmsw270_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_core.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_core.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_core.lib" /debug -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_coredll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_core_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_CORE" /D wxUSE_BASE=0 /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_core_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d "WXMAKINGDLL_CORE" /d wxUSE_BASE=0 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_core.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_core_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_core.lib" /debug - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_core.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_core.lib" -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_core.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_core.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\core" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\core" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_BASE=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_core.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_corelib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_BASE=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_core.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_core.lib" - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "core - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "core - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "core - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "core - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "core - Win32 DLL Universal Release USE_AUI_1" -# Name "core - Win32 DLL Universal Release USE_AUI_0" -# Name "core - Win32 DLL Universal Debug USE_AUI_1" -# Name "core - Win32 DLL Universal Debug USE_AUI_0" -# Name "core - Win32 DLL Unicode Release USE_AUI_1" -# Name "core - Win32 DLL Unicode Release USE_AUI_0" -# Name "core - Win32 DLL Unicode Debug USE_AUI_1" -# Name "core - Win32 DLL Unicode Debug USE_AUI_0" -# Name "core - Win32 DLL Release USE_AUI_1" -# Name "core - Win32 DLL Release USE_AUI_0" -# Name "core - Win32 DLL Debug USE_AUI_1" -# Name "core - Win32 DLL Debug USE_AUI_0" -# Name "core - Win32 Universal Unicode Release USE_AUI_1" -# Name "core - Win32 Universal Unicode Release USE_AUI_0" -# Name "core - Win32 Universal Unicode Debug USE_AUI_1" -# Name "core - Win32 Universal Unicode Debug USE_AUI_0" -# Name "core - Win32 Universal Release USE_AUI_1" -# Name "core - Win32 Universal Release USE_AUI_0" -# Name "core - Win32 Universal Debug USE_AUI_1" -# Name "core - Win32 Universal Debug USE_AUI_0" -# Name "core - Win32 Unicode Release USE_AUI_1" -# Name "core - Win32 Unicode Release USE_AUI_0" -# Name "core - Win32 Unicode Debug USE_AUI_1" -# Name "core - Win32 Unicode Debug USE_AUI_0" -# Name "core - Win32 Release USE_AUI_1" -# Name "core - Win32 Release USE_AUI_0" -# Name "core - Win32 Debug USE_AUI_1" -# Name "core - Win32 Debug USE_AUI_0" +# Name "core - Win32 DLL Universal Unicode Release" +# Name "core - Win32 DLL Universal Unicode Debug" +# Name "core - Win32 DLL Universal Release" +# Name "core - Win32 DLL Universal Debug" +# Name "core - Win32 DLL Unicode Release" +# Name "core - Win32 DLL Unicode Debug" +# Name "core - Win32 DLL Release" +# Name "core - Win32 DLL Debug" +# Name "core - Win32 Universal Unicode Release" +# Name "core - Win32 Universal Unicode Debug" +# Name "core - Win32 Universal Release" +# Name "core - Win32 Universal Debug" +# Name "core - Win32 Unicode Release" +# Name "core - Win32 Unicode Debug" +# Name "core - Win32 Release" +# Name "core - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -1224,116 +808,60 @@ SOURCE=..\..\src\common\xpmdecod.cpp SOURCE=..\..\src\msw\accel.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -1343,116 +871,60 @@ SOURCE=..\..\src\msw\accel.cpp SOURCE=..\..\src\msw\ole\access.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -1474,116 +946,60 @@ SOURCE=..\..\src\msw\bitmap.cpp SOURCE=..\..\src\msw\bmpbuttn.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -1597,116 +1013,60 @@ SOURCE=..\..\src\msw\brush.cpp SOURCE=..\..\src\msw\button.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -1720,116 +1080,60 @@ SOURCE=..\..\src\msw\caret.cpp SOURCE=..\..\src\msw\checkbox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -1839,116 +1143,60 @@ SOURCE=..\..\src\msw\checkbox.cpp SOURCE=..\..\src\msw\checklst.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -1958,116 +1206,60 @@ SOURCE=..\..\src\msw\checklst.cpp SOURCE=..\..\src\msw\choice.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2081,116 +1273,60 @@ SOURCE=..\..\src\msw\clipbrd.cpp SOURCE=..\..\src\msw\colordlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2204,116 +1340,60 @@ SOURCE=..\..\src\msw\colour.cpp SOURCE=..\..\src\msw\combo.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2323,116 +1403,60 @@ SOURCE=..\..\src\msw\combo.cpp SOURCE=..\..\src\msw\combobox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2442,116 +1466,60 @@ SOURCE=..\..\src\msw\combobox.cpp SOURCE=..\..\src\msw\control.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2593,116 +1561,60 @@ SOURCE=..\..\src\msw\dcscreen.cpp SOURCE=..\..\src\msw\dialog.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2720,116 +1632,60 @@ SOURCE=..\..\src\msw\dib.cpp SOURCE=..\..\src\msw\dirdlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2843,116 +1699,60 @@ SOURCE=..\..\src\msw\display.cpp SOURCE=..\..\src\msw\dragimag.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -2978,116 +1778,60 @@ SOURCE=..\..\src\msw\evtloop.cpp SOURCE=..\..\src\msw\fdrepdlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3097,116 +1841,60 @@ SOURCE=..\..\src\msw\fdrepdlg.cpp SOURCE=..\..\src\msw\filedlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3220,116 +1908,60 @@ SOURCE=..\..\src\msw\font.cpp SOURCE=..\..\src\msw\fontdlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3347,116 +1979,60 @@ SOURCE=..\..\src\msw\fontutil.cpp SOURCE=..\..\src\msw\frame.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3466,116 +2042,60 @@ SOURCE=..\..\src\msw\frame.cpp SOURCE=..\..\src\msw\gauge95.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3609,116 +2129,60 @@ SOURCE=..\..\src\msw\icon.cpp SOURCE=..\..\src\msw\imaglist.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3728,116 +2192,60 @@ SOURCE=..\..\src\msw\imaglist.cpp SOURCE=..\..\src\msw\iniconf.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3847,116 +2255,60 @@ SOURCE=..\..\src\msw\iniconf.cpp SOURCE=..\..\src\msw\listbox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -3966,116 +2318,60 @@ SOURCE=..\..\src\msw\listbox.cpp SOURCE=..\..\src\msw\listctrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4089,116 +2385,60 @@ SOURCE=..\..\src\msw\main.cpp SOURCE=..\..\src\msw\mdi.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4208,116 +2448,60 @@ SOURCE=..\..\src\msw\mdi.cpp SOURCE=..\..\src\msw\menu.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4327,116 +2511,60 @@ SOURCE=..\..\src\msw\menu.cpp SOURCE=..\..\src\msw\menuitem.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4446,116 +2574,60 @@ SOURCE=..\..\src\msw\menuitem.cpp SOURCE=..\..\src\msw\metafile.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4569,116 +2641,60 @@ SOURCE=..\..\src\msw\minifram.cpp SOURCE=..\..\src\msw\msgdlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4692,116 +2708,60 @@ SOURCE=..\..\src\msw\mslu.cpp SOURCE=..\..\src\msw\nativdlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4811,116 +2771,60 @@ SOURCE=..\..\src\msw\nativdlg.cpp SOURCE=..\..\src\msw\notebook.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -4934,116 +2838,60 @@ SOURCE=..\..\src\msw\ole\oleutils.cpp SOURCE=..\..\src\msw\ownerdrw.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5073,116 +2921,60 @@ SOURCE=..\..\src\msw\printwin.cpp SOURCE=..\..\src\msw\radiobox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5192,116 +2984,60 @@ SOURCE=..\..\src\msw\radiobox.cpp SOURCE=..\..\src\msw\radiobut.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5319,116 +3055,60 @@ SOURCE=..\..\src\msw\renderer.cpp SOURCE=..\..\src\msw\scrolbar.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5442,116 +3122,60 @@ SOURCE=..\..\src\msw\settings.cpp SOURCE=..\..\src\msw\slider95.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5561,116 +3185,60 @@ SOURCE=..\..\src\msw\slider95.cpp SOURCE=..\..\src\msw\spinbutt.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5680,116 +3248,60 @@ SOURCE=..\..\src\msw\spinbutt.cpp SOURCE=..\..\src\msw\spinctrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5799,116 +3311,60 @@ SOURCE=..\..\src\msw\spinctrl.cpp SOURCE=..\..\src\msw\statbmp.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -5918,116 +3374,60 @@ SOURCE=..\..\src\msw\statbmp.cpp SOURCE=..\..\src\msw\statbox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6037,116 +3437,60 @@ SOURCE=..\..\src\msw\statbox.cpp SOURCE=..\..\src\msw\statbr95.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6156,116 +3500,60 @@ SOURCE=..\..\src\msw\statbr95.cpp SOURCE=..\..\src\msw\statline.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6275,116 +3563,60 @@ SOURCE=..\..\src\msw\statline.cpp SOURCE=..\..\src\msw\stattext.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6394,116 +3626,60 @@ SOURCE=..\..\src\msw\stattext.cpp SOURCE=..\..\src\msw\tabctrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6513,116 +3689,60 @@ SOURCE=..\..\src\msw\tabctrl.cpp SOURCE=..\..\src\msw\tbar95.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6632,116 +3752,60 @@ SOURCE=..\..\src\msw\tbar95.cpp SOURCE=..\..\src\msw\textctrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6751,116 +3815,60 @@ SOURCE=..\..\src\msw\textctrl.cpp SOURCE=..\..\src\msw\tglbtn.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -6882,116 +3890,60 @@ SOURCE=..\..\src\msw\toplevel.cpp SOURCE=..\..\src\msw\treectrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -7013,115 +3965,59 @@ SOURCE=..\..\src\msw\uxtheme.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7144,115 +4040,59 @@ SOURCE=..\..\src\msw\window.cpp SOURCE=..\..\src\generic\accel.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7283,115 +4123,59 @@ SOURCE=..\..\src\generic\clrpickerg.cpp SOURCE=..\..\src\generic\colrdlgg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7414,115 +4198,59 @@ SOURCE=..\..\src\generic\dirctrlg.cpp SOURCE=..\..\src\generic\dirdlgg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7537,115 +4265,59 @@ SOURCE=..\..\src\generic\dragimgg.cpp SOURCE=..\..\src\generic\fdrepdlg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7656,115 +4328,59 @@ SOURCE=..\..\src\generic\fdrepdlg.cpp SOURCE=..\..\src\generic\filedlgg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7779,115 +4395,59 @@ SOURCE=..\..\src\generic\filepickerg.cpp SOURCE=..\..\src\generic\fontdlgg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -7902,115 +4462,59 @@ SOURCE=..\..\src\generic\fontpickerg.cpp SOURCE=..\..\src\generic\imaglist.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8025,115 +4529,59 @@ SOURCE=..\..\src\generic\listbkg.cpp SOURCE=..\..\src\generic\listctrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8148,115 +4596,59 @@ SOURCE=..\..\src\generic\logg.cpp SOURCE=..\..\src\generic\mdig.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8267,115 +4659,59 @@ SOURCE=..\..\src\generic\mdig.cpp SOURCE=..\..\src\generic\msgdlgg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8426,116 +4762,60 @@ SOURCE=..\..\src\generic\splitter.cpp SOURCE=..\..\src\generic\statusbr.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" + + +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" !ENDIF @@ -8545,115 +4825,59 @@ SOURCE=..\..\src\generic\statusbr.cpp SOURCE=..\..\src\generic\tabg.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8696,115 +4920,59 @@ SOURCE=..\..\src\generic\vscroll.cpp SOURCE=..\..\src\univ\bmpbuttn.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8815,115 +4983,59 @@ SOURCE=..\..\src\univ\bmpbuttn.cpp SOURCE=..\..\src\univ\button.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -8934,115 +5046,59 @@ SOURCE=..\..\src\univ\button.cpp SOURCE=..\..\src\univ\checkbox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9053,115 +5109,59 @@ SOURCE=..\..\src\univ\checkbox.cpp SOURCE=..\..\src\univ\checklst.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9172,115 +5172,59 @@ SOURCE=..\..\src\univ\checklst.cpp SOURCE=..\..\src\univ\choice.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9291,115 +5235,59 @@ SOURCE=..\..\src\univ\choice.cpp SOURCE=..\..\src\univ\colschem.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9410,115 +5298,59 @@ SOURCE=..\..\src\univ\colschem.cpp SOURCE=..\..\src\univ\combobox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9529,115 +5361,59 @@ SOURCE=..\..\src\univ\combobox.cpp SOURCE=..\..\src\univ\control.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9648,115 +5424,59 @@ SOURCE=..\..\src\univ\control.cpp SOURCE=..\..\src\univ\ctrlrend.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9767,115 +5487,59 @@ SOURCE=..\..\src\univ\ctrlrend.cpp SOURCE=..\..\src\univ\dialog.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -9886,115 +5550,59 @@ SOURCE=..\..\src\univ\dialog.cpp SOURCE=..\..\src\univ\framuniv.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10005,115 +5613,59 @@ SOURCE=..\..\src\univ\framuniv.cpp SOURCE=..\..\src\univ\gauge.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10124,115 +5676,59 @@ SOURCE=..\..\src\univ\gauge.cpp SOURCE=..\..\src\univ\themes\gtk.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10243,115 +5739,59 @@ SOURCE=..\..\src\univ\themes\gtk.cpp SOURCE=..\..\src\univ\inpcons.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10362,115 +5802,59 @@ SOURCE=..\..\src\univ\inpcons.cpp SOURCE=..\..\src\univ\inphand.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10481,115 +5865,59 @@ SOURCE=..\..\src\univ\inphand.cpp SOURCE=..\..\src\univ\listbox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10600,115 +5928,59 @@ SOURCE=..\..\src\univ\listbox.cpp SOURCE=..\..\src\univ\menu.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10719,115 +5991,59 @@ SOURCE=..\..\src\univ\menu.cpp SOURCE=..\..\src\univ\themes\metal.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10838,115 +6054,59 @@ SOURCE=..\..\src\univ\themes\metal.cpp SOURCE=..\..\src\univ\notebook.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -10957,115 +6117,59 @@ SOURCE=..\..\src\univ\notebook.cpp SOURCE=..\..\src\univ\radiobox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11076,115 +6180,59 @@ SOURCE=..\..\src\univ\radiobox.cpp SOURCE=..\..\src\univ\radiobut.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11195,115 +6243,59 @@ SOURCE=..\..\src\univ\radiobut.cpp SOURCE=..\..\src\univ\scrarrow.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11314,115 +6306,59 @@ SOURCE=..\..\src\univ\scrarrow.cpp SOURCE=..\..\src\univ\scrolbar.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11433,115 +6369,59 @@ SOURCE=..\..\src\univ\scrolbar.cpp SOURCE=..\..\src\univ\scrthumb.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11552,115 +6432,59 @@ SOURCE=..\..\src\univ\scrthumb.cpp SOURCE=..\..\src\univ\slider.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11671,115 +6495,59 @@ SOURCE=..\..\src\univ\slider.cpp SOURCE=..\..\src\univ\spinbutt.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11790,115 +6558,59 @@ SOURCE=..\..\src\univ\spinbutt.cpp SOURCE=..\..\src\univ\statbmp.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -11909,115 +6621,59 @@ SOURCE=..\..\src\univ\statbmp.cpp SOURCE=..\..\src\univ\statbox.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12028,115 +6684,59 @@ SOURCE=..\..\src\univ\statbox.cpp SOURCE=..\..\src\univ\statline.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12147,115 +6747,59 @@ SOURCE=..\..\src\univ\statline.cpp SOURCE=..\..\src\univ\stattext.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12266,115 +6810,59 @@ SOURCE=..\..\src\univ\stattext.cpp SOURCE=..\..\src\univ\statusbr.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12385,115 +6873,59 @@ SOURCE=..\..\src\univ\statusbr.cpp SOURCE=..\..\src\univ\textctrl.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12504,115 +6936,59 @@ SOURCE=..\..\src\univ\textctrl.cpp SOURCE=..\..\src\univ\tglbtn.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12623,115 +6999,59 @@ SOURCE=..\..\src\univ\tglbtn.cpp SOURCE=..\..\src\univ\theme.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12742,115 +7062,59 @@ SOURCE=..\..\src\univ\theme.cpp SOURCE=..\..\src\univ\toolbar.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12861,115 +7125,59 @@ SOURCE=..\..\src\univ\toolbar.cpp SOURCE=..\..\src\univ\topluniv.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -12980,115 +7188,59 @@ SOURCE=..\..\src\univ\topluniv.cpp SOURCE=..\..\src\univ\themes\win32.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -13099,115 +7251,59 @@ SOURCE=..\..\src\univ\themes\win32.cpp SOURCE=..\..\src\univ\winuniv.cpp -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" + + +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" + + +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # PROP Exclude_From_Build 1 @@ -13222,55 +7318,31 @@ SOURCE=..\..\src\univ\winuniv.cpp SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13280,17 +7352,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13300,17 +7362,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13320,17 +7372,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13340,65 +7382,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13408,17 +7416,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13428,17 +7426,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13448,27 +7436,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -13485,7 +7453,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13495,17 +7463,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13515,17 +7473,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13535,17 +7483,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13555,65 +7493,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13623,17 +7527,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13643,17 +7537,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13663,17 +7547,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -13683,59 +7557,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # Begin Custom Build - @@ -13928,7 +7768,7 @@ SOURCE=..\..\include\wx\msw\gdiimage.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "core - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -13937,16 +7777,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -13955,16 +7786,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -13973,16 +7795,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -13991,16 +7804,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -14009,16 +7813,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -14027,16 +7822,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -14045,16 +7831,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -14063,16 +7840,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -14081,16 +7849,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -14099,16 +7858,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -14117,16 +7867,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -14135,16 +7876,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -14153,16 +7885,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -14171,16 +7894,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "core - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -14189,25 +7903,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "core - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "core - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "core - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h @@ -15337,6 +9033,10 @@ SOURCE=..\..\include\wx\pen.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\pickerbase.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\popupwin.h # End Source File # Begin Source File diff --git a/build/msw/wx_dbgrid.dsp b/build/msw/wx_dbgrid.dsp index cfc165e4b5..1a76540df7 100644 --- a/build/msw/wx_dbgrid.dsp +++ b/build/msw/wx_dbgrid.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=dbgrid - Win32 Debug USE_AUI_0 +CFG=dbgrid - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=dbgrid - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_dbgrid.mak" CFG="dbgrid - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_dbgrid.mak" CFG="dbgrid - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "dbgrid - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "dbgrid - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "dbgrid - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "dbgrid - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=dbgrid - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_dbgrid.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_dbgrid.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_dbgrid.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_dbgrid.lib" /debug -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_dbgrid.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_dbgrid.lib" /debug - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_dbgrid.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_dbgrid.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_dbgrid.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_dbgrid.lib" /debug -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_dbgrid.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_dbgrid.lib" /debug - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_dbgrid.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_dbgrid.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxbase27u_odbc.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_dbgrid.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_dbgrid.lib" /debug -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_dbgrid.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxbase27ud_odbc.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_dbgrid.lib" /debug - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_dbgrid.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmsw270_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_dbgriddll.pch" /Fd..\..\lib\vc_dll\wxmsw270_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_dbgrid.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxbase27_odbc.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_dbgrid.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_dbgrid.lib" /debug -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_dbgriddll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_dbgrid_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_DBGRID" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_dbgrid_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_DBGRID -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_dbgrid.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxbase27d_odbc.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_dbgrid_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_dbgrid.lib" /debug - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_dbgrid.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_dbgrid.lib" -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\dbgrid" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\dbgrid" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_dbgrid.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_dbgridlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_dbgrid.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_dbgrid.lib" - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "dbgrid - Win32 DLL Universal Release USE_AUI_1" -# Name "dbgrid - Win32 DLL Universal Release USE_AUI_0" -# Name "dbgrid - Win32 DLL Universal Debug USE_AUI_1" -# Name "dbgrid - Win32 DLL Universal Debug USE_AUI_0" -# Name "dbgrid - Win32 DLL Unicode Release USE_AUI_1" -# Name "dbgrid - Win32 DLL Unicode Release USE_AUI_0" -# Name "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" -# Name "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" -# Name "dbgrid - Win32 DLL Release USE_AUI_1" -# Name "dbgrid - Win32 DLL Release USE_AUI_0" -# Name "dbgrid - Win32 DLL Debug USE_AUI_1" -# Name "dbgrid - Win32 DLL Debug USE_AUI_0" -# Name "dbgrid - Win32 Universal Unicode Release USE_AUI_1" -# Name "dbgrid - Win32 Universal Unicode Release USE_AUI_0" -# Name "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" -# Name "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" -# Name "dbgrid - Win32 Universal Release USE_AUI_1" -# Name "dbgrid - Win32 Universal Release USE_AUI_0" -# Name "dbgrid - Win32 Universal Debug USE_AUI_1" -# Name "dbgrid - Win32 Universal Debug USE_AUI_0" -# Name "dbgrid - Win32 Unicode Release USE_AUI_1" -# Name "dbgrid - Win32 Unicode Release USE_AUI_0" -# Name "dbgrid - Win32 Unicode Debug USE_AUI_1" -# Name "dbgrid - Win32 Unicode Debug USE_AUI_0" -# Name "dbgrid - Win32 Release USE_AUI_1" -# Name "dbgrid - Win32 Release USE_AUI_0" -# Name "dbgrid - Win32 Debug USE_AUI_1" -# Name "dbgrid - Win32 Debug USE_AUI_0" +# Name "dbgrid - Win32 DLL Universal Unicode Release" +# Name "dbgrid - Win32 DLL Universal Unicode Debug" +# Name "dbgrid - Win32 DLL Universal Release" +# Name "dbgrid - Win32 DLL Universal Debug" +# Name "dbgrid - Win32 DLL Unicode Release" +# Name "dbgrid - Win32 DLL Unicode Debug" +# Name "dbgrid - Win32 DLL Release" +# Name "dbgrid - Win32 DLL Debug" +# Name "dbgrid - Win32 Universal Unicode Release" +# Name "dbgrid - Win32 Universal Unicode Debug" +# Name "dbgrid - Win32 Universal Release" +# Name "dbgrid - Win32 Universal Debug" +# Name "dbgrid - Win32 Unicode Release" +# Name "dbgrid - Win32 Unicode Debug" +# Name "dbgrid - Win32 Release" +# Name "dbgrid - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -884,115 +468,59 @@ SOURCE=..\..\src\common\dummy.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1007,7 +535,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1017,17 +545,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1037,17 +555,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1057,17 +565,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1077,65 +575,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1145,17 +609,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1165,17 +619,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1185,17 +629,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1205,59 +639,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug" # Begin Custom Build - @@ -1270,55 +670,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1328,17 +704,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1348,17 +714,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1368,17 +724,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1388,65 +734,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1456,17 +768,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1476,17 +778,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1496,27 +788,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1537,7 +809,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1546,16 +818,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1564,16 +827,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1582,16 +836,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1600,16 +845,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1618,16 +854,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1636,16 +863,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1654,16 +872,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1672,16 +881,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1690,16 +890,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1708,16 +899,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1726,16 +908,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1744,16 +917,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1762,16 +926,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1780,16 +935,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1798,25 +944,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "dbgrid - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "dbgrid - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_gl.dsp b/build/msw/wx_gl.dsp index 57a9b85324..28449f5450 100644 --- a/build/msw/wx_gl.dsp +++ b/build/msw/wx_gl.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=gl - Win32 Debug USE_AUI_0 +CFG=gl - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=gl - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_gl.mak" CFG="gl - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_gl.mak" CFG="gl - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "gl - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "gl - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "gl - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "gl - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "gl - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=gl - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_gl.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_gl.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_gl.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_gl.lib" /debug -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_gl.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_gl.lib" /debug - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_gl.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_gl.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_gl.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_gl.lib" /debug -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_gl.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmswuniv27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_gl.lib" /debug - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_gl.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_gl.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27u_core.lib wxbase27u.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_gl.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_gl.lib" /debug -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_gl.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27ud_core.lib wxbase27ud.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_gl.lib" /debug - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_gl.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmsw270_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_gldll.pch" /Fd..\..\lib\vc_dll\wxmsw270_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_gl.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27_core.lib wxbase27.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_gl.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_gl.lib" /debug -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_gldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_gl_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_GL" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_gl_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_GL -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_gl.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib wxmsw27d_core.lib wxbase27d.lib opengl32.lib glu32.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_gl_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_gl.lib" /debug - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_gl.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_gl.lib" -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\gl" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\gl" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_gl.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_gllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_gl.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_gl.lib" - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "gl - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "gl - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "gl - Win32 DLL Universal Release USE_AUI_1" -# Name "gl - Win32 DLL Universal Release USE_AUI_0" -# Name "gl - Win32 DLL Universal Debug USE_AUI_1" -# Name "gl - Win32 DLL Universal Debug USE_AUI_0" -# Name "gl - Win32 DLL Unicode Release USE_AUI_1" -# Name "gl - Win32 DLL Unicode Release USE_AUI_0" -# Name "gl - Win32 DLL Unicode Debug USE_AUI_1" -# Name "gl - Win32 DLL Unicode Debug USE_AUI_0" -# Name "gl - Win32 DLL Release USE_AUI_1" -# Name "gl - Win32 DLL Release USE_AUI_0" -# Name "gl - Win32 DLL Debug USE_AUI_1" -# Name "gl - Win32 DLL Debug USE_AUI_0" -# Name "gl - Win32 Universal Unicode Release USE_AUI_1" -# Name "gl - Win32 Universal Unicode Release USE_AUI_0" -# Name "gl - Win32 Universal Unicode Debug USE_AUI_1" -# Name "gl - Win32 Universal Unicode Debug USE_AUI_0" -# Name "gl - Win32 Universal Release USE_AUI_1" -# Name "gl - Win32 Universal Release USE_AUI_0" -# Name "gl - Win32 Universal Debug USE_AUI_1" -# Name "gl - Win32 Universal Debug USE_AUI_0" -# Name "gl - Win32 Unicode Release USE_AUI_1" -# Name "gl - Win32 Unicode Release USE_AUI_0" -# Name "gl - Win32 Unicode Debug USE_AUI_1" -# Name "gl - Win32 Unicode Debug USE_AUI_0" -# Name "gl - Win32 Release USE_AUI_1" -# Name "gl - Win32 Release USE_AUI_0" -# Name "gl - Win32 Debug USE_AUI_1" -# Name "gl - Win32 Debug USE_AUI_0" +# Name "gl - Win32 DLL Universal Unicode Release" +# Name "gl - Win32 DLL Universal Unicode Debug" +# Name "gl - Win32 DLL Universal Release" +# Name "gl - Win32 DLL Universal Debug" +# Name "gl - Win32 DLL Unicode Release" +# Name "gl - Win32 DLL Unicode Debug" +# Name "gl - Win32 DLL Release" +# Name "gl - Win32 DLL Debug" +# Name "gl - Win32 Universal Unicode Release" +# Name "gl - Win32 Universal Unicode Debug" +# Name "gl - Win32 Universal Release" +# Name "gl - Win32 Universal Debug" +# Name "gl - Win32 Unicode Release" +# Name "gl - Win32 Unicode Debug" +# Name "gl - Win32 Release" +# Name "gl - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -884,115 +468,59 @@ SOURCE=..\..\src\msw\glcanvas.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Release" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1007,7 +535,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1017,17 +545,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1037,17 +555,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1057,17 +565,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1077,65 +575,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1145,17 +609,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1165,17 +619,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1185,17 +629,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1205,59 +639,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Debug" # Begin Custom Build - @@ -1270,55 +670,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1328,17 +704,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1348,17 +714,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1368,17 +724,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1388,65 +734,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1456,17 +768,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1476,17 +778,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1496,27 +788,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1537,7 +809,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1546,16 +818,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1564,16 +827,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1582,16 +836,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1600,16 +845,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1618,16 +854,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1636,16 +863,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1654,16 +872,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1672,16 +881,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1690,16 +890,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1708,16 +899,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1726,16 +908,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1744,16 +917,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1762,16 +926,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1780,16 +935,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "gl - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1798,25 +944,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "gl - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "gl - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "gl - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_html.dsp b/build/msw/wx_html.dsp index 913e5da52b..c7bf6fa194 100644 --- a/build/msw/wx_html.dsp +++ b/build/msw/wx_html.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=html - Win32 Debug USE_AUI_0 +CFG=html - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=html - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_html.mak" CFG="html - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_html.mak" CFG="html - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "html - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "html - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "html - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "html - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "html - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=html - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_html.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_html.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_html.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_html.lib" /debug -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_html.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_html.lib" /debug - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_html.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_html.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_html.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_html.lib" /debug -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_html.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_html.lib" /debug - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_html.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_html.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_html.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_html.lib" /debug -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_html.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_html.lib" /debug - -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_html.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmsw270_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_htmldll.pch" /Fd..\..\lib\vc_dll\wxmsw270_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_html.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_html.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_html.lib" /debug -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_htmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_html_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_HTML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_html_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_HTML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_html.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_html_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_html.lib" /debug - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_html.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_html.lib" -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_html.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_html.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\html" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\html" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_html.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_htmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_html.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_html.lib" - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "html - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "html - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "html - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "html - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "html - Win32 DLL Universal Release USE_AUI_1" -# Name "html - Win32 DLL Universal Release USE_AUI_0" -# Name "html - Win32 DLL Universal Debug USE_AUI_1" -# Name "html - Win32 DLL Universal Debug USE_AUI_0" -# Name "html - Win32 DLL Unicode Release USE_AUI_1" -# Name "html - Win32 DLL Unicode Release USE_AUI_0" -# Name "html - Win32 DLL Unicode Debug USE_AUI_1" -# Name "html - Win32 DLL Unicode Debug USE_AUI_0" -# Name "html - Win32 DLL Release USE_AUI_1" -# Name "html - Win32 DLL Release USE_AUI_0" -# Name "html - Win32 DLL Debug USE_AUI_1" -# Name "html - Win32 DLL Debug USE_AUI_0" -# Name "html - Win32 Universal Unicode Release USE_AUI_1" -# Name "html - Win32 Universal Unicode Release USE_AUI_0" -# Name "html - Win32 Universal Unicode Debug USE_AUI_1" -# Name "html - Win32 Universal Unicode Debug USE_AUI_0" -# Name "html - Win32 Universal Release USE_AUI_1" -# Name "html - Win32 Universal Release USE_AUI_0" -# Name "html - Win32 Universal Debug USE_AUI_1" -# Name "html - Win32 Universal Debug USE_AUI_0" -# Name "html - Win32 Unicode Release USE_AUI_1" -# Name "html - Win32 Unicode Release USE_AUI_0" -# Name "html - Win32 Unicode Debug USE_AUI_1" -# Name "html - Win32 Unicode Debug USE_AUI_0" -# Name "html - Win32 Release USE_AUI_1" -# Name "html - Win32 Release USE_AUI_0" -# Name "html - Win32 Debug USE_AUI_1" -# Name "html - Win32 Debug USE_AUI_0" +# Name "html - Win32 DLL Universal Unicode Release" +# Name "html - Win32 DLL Universal Unicode Debug" +# Name "html - Win32 DLL Universal Release" +# Name "html - Win32 DLL Universal Debug" +# Name "html - Win32 DLL Unicode Release" +# Name "html - Win32 DLL Unicode Debug" +# Name "html - Win32 DLL Release" +# Name "html - Win32 DLL Debug" +# Name "html - Win32 Universal Unicode Release" +# Name "html - Win32 Universal Unicode Debug" +# Name "html - Win32 Universal Release" +# Name "html - Win32 Universal Debug" +# Name "html - Win32 Unicode Release" +# Name "html - Win32 Unicode Debug" +# Name "html - Win32 Release" +# Name "html - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -884,115 +468,59 @@ SOURCE=..\..\src\msw\helpbest.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Release" -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1107,55 +635,31 @@ SOURCE=..\..\src\html\winpars.cpp SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1165,17 +669,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1185,17 +679,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1205,17 +689,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1225,65 +699,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1293,17 +733,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1313,17 +743,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1333,27 +753,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1370,7 +770,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1380,17 +780,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1400,17 +790,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1420,17 +800,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1440,65 +810,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1508,17 +844,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1528,17 +854,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1548,17 +864,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1568,59 +874,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Debug" # Begin Custom Build - @@ -1637,7 +909,7 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "html - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1646,16 +918,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1664,16 +927,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1682,16 +936,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1700,16 +945,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1718,16 +954,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1736,16 +963,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1754,16 +972,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1772,16 +981,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1790,16 +990,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1808,16 +999,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1826,16 +1008,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1844,16 +1017,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1862,16 +1026,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1880,16 +1035,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "html - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1898,25 +1044,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "html - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "html - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "html - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_media.dsp b/build/msw/wx_media.dsp index 55be59359e..62e8ff6dfc 100644 --- a/build/msw/wx_media.dsp +++ b/build/msw/wx_media.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=media - Win32 Debug USE_AUI_0 +CFG=media - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=media - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_media.mak" CFG="media - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_media.mak" CFG="media - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "media - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "media - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "media - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "media - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "media - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=media - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_media.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_media.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_media.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_media.lib" /debug -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_media.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_media.lib" /debug - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_media.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_media.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_media.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_media.lib" /debug -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_media.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_media.lib" /debug - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_media.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_media.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_media.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_media.lib" /debug -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_media.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_media.lib" /debug - -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_media.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmsw270_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_mediadll.pch" /Fd..\..\lib\vc_dll\wxmsw270_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_media.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_media.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_media.lib" /debug -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_mediadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_media_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_MEDIA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_media_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_MEDIA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_media.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_media_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_media.lib" /debug - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_media.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_media.lib" -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_media.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_media.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\media" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\media" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_media.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_medialib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_media.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_media.lib" - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "media - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "media - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "media - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "media - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "media - Win32 DLL Universal Release USE_AUI_1" -# Name "media - Win32 DLL Universal Release USE_AUI_0" -# Name "media - Win32 DLL Universal Debug USE_AUI_1" -# Name "media - Win32 DLL Universal Debug USE_AUI_0" -# Name "media - Win32 DLL Unicode Release USE_AUI_1" -# Name "media - Win32 DLL Unicode Release USE_AUI_0" -# Name "media - Win32 DLL Unicode Debug USE_AUI_1" -# Name "media - Win32 DLL Unicode Debug USE_AUI_0" -# Name "media - Win32 DLL Release USE_AUI_1" -# Name "media - Win32 DLL Release USE_AUI_0" -# Name "media - Win32 DLL Debug USE_AUI_1" -# Name "media - Win32 DLL Debug USE_AUI_0" -# Name "media - Win32 Universal Unicode Release USE_AUI_1" -# Name "media - Win32 Universal Unicode Release USE_AUI_0" -# Name "media - Win32 Universal Unicode Debug USE_AUI_1" -# Name "media - Win32 Universal Unicode Debug USE_AUI_0" -# Name "media - Win32 Universal Release USE_AUI_1" -# Name "media - Win32 Universal Release USE_AUI_0" -# Name "media - Win32 Universal Debug USE_AUI_1" -# Name "media - Win32 Universal Debug USE_AUI_0" -# Name "media - Win32 Unicode Release USE_AUI_1" -# Name "media - Win32 Unicode Release USE_AUI_0" -# Name "media - Win32 Unicode Debug USE_AUI_1" -# Name "media - Win32 Unicode Debug USE_AUI_0" -# Name "media - Win32 Release USE_AUI_1" -# Name "media - Win32 Release USE_AUI_0" -# Name "media - Win32 Debug USE_AUI_1" -# Name "media - Win32 Debug USE_AUI_0" +# Name "media - Win32 DLL Universal Unicode Release" +# Name "media - Win32 DLL Universal Unicode Debug" +# Name "media - Win32 DLL Universal Release" +# Name "media - Win32 DLL Universal Debug" +# Name "media - Win32 DLL Unicode Release" +# Name "media - Win32 DLL Unicode Debug" +# Name "media - Win32 DLL Release" +# Name "media - Win32 DLL Debug" +# Name "media - Win32 Universal Unicode Release" +# Name "media - Win32 Universal Unicode Debug" +# Name "media - Win32 Universal Release" +# Name "media - Win32 Universal Debug" +# Name "media - Win32 Unicode Release" +# Name "media - Win32 Unicode Debug" +# Name "media - Win32 Release" +# Name "media - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -896,115 +480,59 @@ SOURCE=..\..\src\msw\mediactrl_wmp10.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Release" -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1019,7 +547,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1029,17 +557,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1049,17 +567,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1069,17 +577,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1089,65 +587,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1157,17 +621,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1177,17 +631,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1197,17 +641,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1217,59 +651,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Debug" # Begin Custom Build - @@ -1282,55 +682,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1340,17 +716,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1360,17 +726,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1380,17 +736,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1400,65 +746,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1468,17 +780,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1488,17 +790,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1508,27 +800,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1553,7 +825,7 @@ SOURCE=..\..\include\wx\msw\ole\activex.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "media - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1562,16 +834,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1580,16 +843,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1598,16 +852,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1616,16 +861,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1634,16 +870,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1652,16 +879,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1670,16 +888,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1688,16 +897,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1706,16 +906,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1724,16 +915,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1742,16 +924,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1760,16 +933,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1778,16 +942,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1796,16 +951,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "media - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1814,25 +960,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "media - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "media - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "media - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_net.dsp b/build/msw/wx_net.dsp index 57c80be128..dd3b69a757 100644 --- a/build/msw/wx_net.dsp +++ b/build/msw/wx_net.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=net - Win32 Debug USE_AUI_0 +CFG=net - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=net - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_net.mak" CFG="net - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_net.mak" CFG="net - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "net - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "net - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "net - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "net - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "net - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=net - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_net.lib" /debug - -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_netdll.pch" /Fd..\..\lib\vc_dll\wxbase270_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_netdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_net_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_NET" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_net_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_NET -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_net_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_net.lib" /debug - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_net.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_net.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\net" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\net" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_net.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_netlib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_net.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_net.lib" - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "net - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "net - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "net - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "net - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "net - Win32 DLL Universal Release USE_AUI_1" -# Name "net - Win32 DLL Universal Release USE_AUI_0" -# Name "net - Win32 DLL Universal Debug USE_AUI_1" -# Name "net - Win32 DLL Universal Debug USE_AUI_0" -# Name "net - Win32 DLL Unicode Release USE_AUI_1" -# Name "net - Win32 DLL Unicode Release USE_AUI_0" -# Name "net - Win32 DLL Unicode Debug USE_AUI_1" -# Name "net - Win32 DLL Unicode Debug USE_AUI_0" -# Name "net - Win32 DLL Release USE_AUI_1" -# Name "net - Win32 DLL Release USE_AUI_0" -# Name "net - Win32 DLL Debug USE_AUI_1" -# Name "net - Win32 DLL Debug USE_AUI_0" -# Name "net - Win32 Universal Unicode Release USE_AUI_1" -# Name "net - Win32 Universal Unicode Release USE_AUI_0" -# Name "net - Win32 Universal Unicode Debug USE_AUI_1" -# Name "net - Win32 Universal Unicode Debug USE_AUI_0" -# Name "net - Win32 Universal Release USE_AUI_1" -# Name "net - Win32 Universal Release USE_AUI_0" -# Name "net - Win32 Universal Debug USE_AUI_1" -# Name "net - Win32 Universal Debug USE_AUI_0" -# Name "net - Win32 Unicode Release USE_AUI_1" -# Name "net - Win32 Unicode Release USE_AUI_0" -# Name "net - Win32 Unicode Debug USE_AUI_1" -# Name "net - Win32 Unicode Debug USE_AUI_0" -# Name "net - Win32 Release USE_AUI_1" -# Name "net - Win32 Release USE_AUI_0" -# Name "net - Win32 Debug USE_AUI_1" -# Name "net - Win32 Debug USE_AUI_0" +# Name "net - Win32 DLL Universal Unicode Release" +# Name "net - Win32 DLL Universal Unicode Debug" +# Name "net - Win32 DLL Universal Release" +# Name "net - Win32 DLL Universal Debug" +# Name "net - Win32 DLL Unicode Release" +# Name "net - Win32 DLL Unicode Debug" +# Name "net - Win32 DLL Release" +# Name "net - Win32 DLL Debug" +# Name "net - Win32 Universal Unicode Release" +# Name "net - Win32 Universal Unicode Debug" +# Name "net - Win32 Universal Release" +# Name "net - Win32 Universal Debug" +# Name "net - Win32 Unicode Release" +# Name "net - Win32 Unicode Debug" +# Name "net - Win32 Release" +# Name "net - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -928,115 +512,59 @@ SOURCE=..\..\src\msw\urlmsw.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Release" -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1051,7 +579,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1061,17 +589,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1081,17 +599,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1101,17 +609,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1121,65 +619,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1189,17 +653,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1209,17 +663,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1229,17 +673,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1249,59 +683,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Debug" # Begin Custom Build - @@ -1314,55 +714,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1372,17 +748,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1392,17 +758,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1412,17 +768,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1432,65 +778,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1500,17 +812,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1520,17 +822,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1540,27 +832,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1581,7 +853,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "net - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1590,16 +862,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1608,16 +871,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1626,16 +880,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1644,16 +889,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1662,16 +898,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1680,16 +907,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1698,16 +916,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1716,16 +925,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1734,16 +934,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1752,16 +943,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1770,16 +952,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1788,16 +961,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1806,16 +970,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1824,16 +979,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "net - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1842,25 +988,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "net - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "net - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "net - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_odbc.dsp b/build/msw/wx_odbc.dsp index 9e11b93a4d..11896f2911 100644 --- a/build/msw/wx_odbc.dsp +++ b/build/msw/wx_odbc.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=odbc - Win32 Debug USE_AUI_0 +CFG=odbc - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=odbc - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_odbc.mak" CFG="odbc - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_odbc.mak" CFG="odbc - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "odbc - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "odbc - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "odbc - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "odbc - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=odbc - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_odbc.lib" /debug - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_odbcdll.pch" /Fd..\..\lib\vc_dll\wxbase270_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_odbcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_ODBC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_odbc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_ODBC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_odbc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_odbc.lib" /debug - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\odbc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\odbc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_odbc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_odbclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_odbc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_odbc.lib" - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "odbc - Win32 DLL Universal Release USE_AUI_1" -# Name "odbc - Win32 DLL Universal Release USE_AUI_0" -# Name "odbc - Win32 DLL Universal Debug USE_AUI_1" -# Name "odbc - Win32 DLL Universal Debug USE_AUI_0" -# Name "odbc - Win32 DLL Unicode Release USE_AUI_1" -# Name "odbc - Win32 DLL Unicode Release USE_AUI_0" -# Name "odbc - Win32 DLL Unicode Debug USE_AUI_1" -# Name "odbc - Win32 DLL Unicode Debug USE_AUI_0" -# Name "odbc - Win32 DLL Release USE_AUI_1" -# Name "odbc - Win32 DLL Release USE_AUI_0" -# Name "odbc - Win32 DLL Debug USE_AUI_1" -# Name "odbc - Win32 DLL Debug USE_AUI_0" -# Name "odbc - Win32 Universal Unicode Release USE_AUI_1" -# Name "odbc - Win32 Universal Unicode Release USE_AUI_0" -# Name "odbc - Win32 Universal Unicode Debug USE_AUI_1" -# Name "odbc - Win32 Universal Unicode Debug USE_AUI_0" -# Name "odbc - Win32 Universal Release USE_AUI_1" -# Name "odbc - Win32 Universal Release USE_AUI_0" -# Name "odbc - Win32 Universal Debug USE_AUI_1" -# Name "odbc - Win32 Universal Debug USE_AUI_0" -# Name "odbc - Win32 Unicode Release USE_AUI_1" -# Name "odbc - Win32 Unicode Release USE_AUI_0" -# Name "odbc - Win32 Unicode Debug USE_AUI_1" -# Name "odbc - Win32 Unicode Debug USE_AUI_0" -# Name "odbc - Win32 Release USE_AUI_1" -# Name "odbc - Win32 Release USE_AUI_0" -# Name "odbc - Win32 Debug USE_AUI_1" -# Name "odbc - Win32 Debug USE_AUI_0" +# Name "odbc - Win32 DLL Universal Unicode Release" +# Name "odbc - Win32 DLL Universal Unicode Debug" +# Name "odbc - Win32 DLL Universal Release" +# Name "odbc - Win32 DLL Universal Debug" +# Name "odbc - Win32 DLL Unicode Release" +# Name "odbc - Win32 DLL Unicode Debug" +# Name "odbc - Win32 DLL Release" +# Name "odbc - Win32 DLL Debug" +# Name "odbc - Win32 Universal Unicode Release" +# Name "odbc - Win32 Universal Unicode Debug" +# Name "odbc - Win32 Universal Release" +# Name "odbc - Win32 Universal Debug" +# Name "odbc - Win32 Unicode Release" +# Name "odbc - Win32 Unicode Debug" +# Name "odbc - Win32 Release" +# Name "odbc - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -888,115 +472,59 @@ SOURCE=..\..\src\common\dummy.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1011,7 +539,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1021,17 +549,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1041,17 +559,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1061,17 +569,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1081,65 +579,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1149,17 +613,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1169,17 +623,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1189,17 +633,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1209,59 +643,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Debug" # Begin Custom Build - @@ -1274,55 +674,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1332,17 +708,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1352,17 +718,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1372,17 +728,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1392,65 +738,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1460,17 +772,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1480,17 +782,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1500,27 +792,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1541,7 +813,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1550,16 +822,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1568,16 +831,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1586,16 +840,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1604,16 +849,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1622,16 +858,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1640,16 +867,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1658,16 +876,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1676,16 +885,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1694,16 +894,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1712,16 +903,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1730,16 +912,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1748,16 +921,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1766,16 +930,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1784,16 +939,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "odbc - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1802,25 +948,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "odbc - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "odbc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "odbc - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_qa.dsp b/build/msw/wx_qa.dsp index 611fd8cdac..3da377b4dc 100644 --- a/build/msw/wx_qa.dsp +++ b/build/msw/wx_qa.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=qa - Win32 Debug USE_AUI_0 +CFG=qa - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=qa - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_qa.mak" CFG="qa - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_qa.mak" CFG="qa - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "qa - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "qa - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "qa - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "qa - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "qa - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=qa - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_qa.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_qa.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_qa.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_qa.lib" /debug -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_qa.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_qa.lib" /debug - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_qa.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_qa.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_qa.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_qa.lib" /debug -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_qa.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_qa.lib" /debug - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_qa.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_qa.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u.lib ..\..\lib\vc_dll\wxbase27u_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_qa.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_qa.lib" /debug -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_qa.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_qa.lib" /debug - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_qa.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmsw270_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_qadll.pch" /Fd..\..\lib\vc_dll\wxmsw270_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_qa.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27.lib ..\..\lib\vc_dll\wxbase27_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_qa.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_qa.lib" /debug -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_qadll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_qa_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_QA" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_qa_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_QA -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_qa.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d.lib ..\..\lib\vc_dll\wxbase27d_xml.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_qa_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_qa.lib" /debug - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_qa.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_qa.lib" -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\qa" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\qa" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_qa.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_qalib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_qa.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_qa.lib" - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "qa - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "qa - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "qa - Win32 DLL Universal Release USE_AUI_1" -# Name "qa - Win32 DLL Universal Release USE_AUI_0" -# Name "qa - Win32 DLL Universal Debug USE_AUI_1" -# Name "qa - Win32 DLL Universal Debug USE_AUI_0" -# Name "qa - Win32 DLL Unicode Release USE_AUI_1" -# Name "qa - Win32 DLL Unicode Release USE_AUI_0" -# Name "qa - Win32 DLL Unicode Debug USE_AUI_1" -# Name "qa - Win32 DLL Unicode Debug USE_AUI_0" -# Name "qa - Win32 DLL Release USE_AUI_1" -# Name "qa - Win32 DLL Release USE_AUI_0" -# Name "qa - Win32 DLL Debug USE_AUI_1" -# Name "qa - Win32 DLL Debug USE_AUI_0" -# Name "qa - Win32 Universal Unicode Release USE_AUI_1" -# Name "qa - Win32 Universal Unicode Release USE_AUI_0" -# Name "qa - Win32 Universal Unicode Debug USE_AUI_1" -# Name "qa - Win32 Universal Unicode Debug USE_AUI_0" -# Name "qa - Win32 Universal Release USE_AUI_1" -# Name "qa - Win32 Universal Release USE_AUI_0" -# Name "qa - Win32 Universal Debug USE_AUI_1" -# Name "qa - Win32 Universal Debug USE_AUI_0" -# Name "qa - Win32 Unicode Release USE_AUI_1" -# Name "qa - Win32 Unicode Release USE_AUI_0" -# Name "qa - Win32 Unicode Debug USE_AUI_1" -# Name "qa - Win32 Unicode Debug USE_AUI_0" -# Name "qa - Win32 Release USE_AUI_1" -# Name "qa - Win32 Release USE_AUI_0" -# Name "qa - Win32 Debug USE_AUI_1" -# Name "qa - Win32 Debug USE_AUI_0" +# Name "qa - Win32 DLL Universal Unicode Release" +# Name "qa - Win32 DLL Universal Unicode Debug" +# Name "qa - Win32 DLL Universal Release" +# Name "qa - Win32 DLL Universal Debug" +# Name "qa - Win32 DLL Unicode Release" +# Name "qa - Win32 DLL Unicode Debug" +# Name "qa - Win32 DLL Release" +# Name "qa - Win32 DLL Debug" +# Name "qa - Win32 Universal Unicode Release" +# Name "qa - Win32 Universal Unicode Debug" +# Name "qa - Win32 Universal Release" +# Name "qa - Win32 Universal Debug" +# Name "qa - Win32 Unicode Release" +# Name "qa - Win32 Unicode Debug" +# Name "qa - Win32 Release" +# Name "qa - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -884,115 +468,59 @@ SOURCE=..\..\src\common\dummy.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Release" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1015,7 +543,7 @@ SOURCE=..\..\src\generic\dbgrptg.cpp SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1025,17 +553,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1045,17 +563,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1065,17 +573,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1085,65 +583,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1153,17 +617,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1173,17 +627,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1193,17 +637,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1213,59 +647,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Debug" # Begin Custom Build - @@ -1278,55 +678,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1336,17 +712,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1356,17 +722,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1376,17 +732,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1396,65 +742,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1464,17 +776,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1484,17 +786,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1504,27 +796,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1545,7 +817,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1554,16 +826,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1572,16 +835,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1590,16 +844,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1608,16 +853,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1626,16 +862,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1644,16 +871,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1662,16 +880,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1680,16 +889,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1698,16 +898,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1716,16 +907,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1734,16 +916,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1752,16 +925,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1770,16 +934,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1788,16 +943,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "qa - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1806,25 +952,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "qa - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "qa - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "qa - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_wxexpat.dsp b/build/msw/wx_wxexpat.dsp index 62c004378e..27c623f922 100644 --- a/build/msw/wx_wxexpat.dsp +++ b/build/msw/wx_wxexpat.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=wxexpat - Win32 Debug USE_AUI_0 +CFG=wxexpat - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,42 +13,26 @@ CFG=wxexpat - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_wxexpat.mak" CFG="wxexpat - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_wxexpat.mak" CFG="wxexpat - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "wxexpat - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxexpat - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 DLL Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxexpat - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -58,7 +42,7 @@ CFG=wxexpat - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "wxexpat - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxexpat - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -81,30 +65,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -127,30 +88,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -173,30 +111,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -219,30 +134,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -265,30 +157,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -311,30 +180,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -357,30 +203,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxexpat.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -403,30 +226,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxexpatd.pdb /I "..\..\lib\vc_dll" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -449,30 +249,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -495,30 +272,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -541,30 +295,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -587,30 +318,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -633,30 +341,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -679,30 +364,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -725,53 +387,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -!ELSEIF "$(CFG)" == "wxexpat - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxexpat.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpat.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\wxexpat" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\wxexpat" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxexpatd.pdb /I "..\..\lib\vc_lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "COMPILED_FROM_DSP" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxexpatd.lib" - -!ELSEIF "$(CFG)" == "wxexpat - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxexpat - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -798,38 +414,22 @@ LIB32=link.exe -lib # Begin Target -# Name "wxexpat - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "wxexpat - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "wxexpat - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "wxexpat - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "wxexpat - Win32 DLL Universal Release USE_AUI_1" -# Name "wxexpat - Win32 DLL Universal Release USE_AUI_0" -# Name "wxexpat - Win32 DLL Universal Debug USE_AUI_1" -# Name "wxexpat - Win32 DLL Universal Debug USE_AUI_0" -# Name "wxexpat - Win32 DLL Unicode Release USE_AUI_1" -# Name "wxexpat - Win32 DLL Unicode Release USE_AUI_0" -# Name "wxexpat - Win32 DLL Unicode Debug USE_AUI_1" -# Name "wxexpat - Win32 DLL Unicode Debug USE_AUI_0" -# Name "wxexpat - Win32 DLL Release USE_AUI_1" -# Name "wxexpat - Win32 DLL Release USE_AUI_0" -# Name "wxexpat - Win32 DLL Debug USE_AUI_1" -# Name "wxexpat - Win32 DLL Debug USE_AUI_0" -# Name "wxexpat - Win32 Universal Unicode Release USE_AUI_1" -# Name "wxexpat - Win32 Universal Unicode Release USE_AUI_0" -# Name "wxexpat - Win32 Universal Unicode Debug USE_AUI_1" -# Name "wxexpat - Win32 Universal Unicode Debug USE_AUI_0" -# Name "wxexpat - Win32 Universal Release USE_AUI_1" -# Name "wxexpat - Win32 Universal Release USE_AUI_0" -# Name "wxexpat - Win32 Universal Debug USE_AUI_1" -# Name "wxexpat - Win32 Universal Debug USE_AUI_0" -# Name "wxexpat - Win32 Unicode Release USE_AUI_1" -# Name "wxexpat - Win32 Unicode Release USE_AUI_0" -# Name "wxexpat - Win32 Unicode Debug USE_AUI_1" -# Name "wxexpat - Win32 Unicode Debug USE_AUI_0" -# Name "wxexpat - Win32 Release USE_AUI_1" -# Name "wxexpat - Win32 Release USE_AUI_0" -# Name "wxexpat - Win32 Debug USE_AUI_1" -# Name "wxexpat - Win32 Debug USE_AUI_0" +# Name "wxexpat - Win32 DLL Universal Unicode Release" +# Name "wxexpat - Win32 DLL Universal Unicode Debug" +# Name "wxexpat - Win32 DLL Universal Release" +# Name "wxexpat - Win32 DLL Universal Debug" +# Name "wxexpat - Win32 DLL Unicode Release" +# Name "wxexpat - Win32 DLL Unicode Debug" +# Name "wxexpat - Win32 DLL Release" +# Name "wxexpat - Win32 DLL Debug" +# Name "wxexpat - Win32 Universal Unicode Release" +# Name "wxexpat - Win32 Universal Unicode Debug" +# Name "wxexpat - Win32 Universal Release" +# Name "wxexpat - Win32 Universal Debug" +# Name "wxexpat - Win32 Unicode Release" +# Name "wxexpat - Win32 Unicode Debug" +# Name "wxexpat - Win32 Release" +# Name "wxexpat - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "" diff --git a/build/msw/wx_wxjpeg.dsp b/build/msw/wx_wxjpeg.dsp index 20474d0598..8d776b2396 100644 --- a/build/msw/wx_wxjpeg.dsp +++ b/build/msw/wx_wxjpeg.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=wxjpeg - Win32 Debug USE_AUI_0 +CFG=wxjpeg - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,42 +13,26 @@ CFG=wxjpeg - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_wxjpeg.mak" CFG="wxjpeg - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_wxjpeg.mak" CFG="wxjpeg - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "wxjpeg - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxjpeg - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 DLL Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxjpeg - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -58,7 +42,7 @@ CFG=wxjpeg - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "wxjpeg - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxjpeg - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -81,30 +65,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\mswunivu" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\mswunivu" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -127,30 +88,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswunivud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswunivud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -173,30 +111,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\mswuniv" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\mswuniv" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -219,30 +134,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswunivd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswunivd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -265,30 +157,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\mswu" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\mswu" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -311,30 +180,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -357,30 +203,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\msw" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxjpeg.pdb /I "..\..\lib\vc_dll\msw" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -403,30 +226,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxjpegd.pdb /I "..\..\lib\vc_dll\mswd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -449,30 +249,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\mswunivu" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\mswunivu" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -495,30 +272,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswunivud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswunivud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -541,30 +295,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\mswuniv" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\mswuniv" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -587,30 +318,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswunivd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswunivd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -633,30 +341,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\mswu" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\mswu" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -679,30 +364,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswud" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -725,53 +387,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\msw" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxjpeg.pdb /I "..\..\lib\vc_lib\msw" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpeg.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\wxjpeg" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\wxjpeg" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxjpegd.pdb /I "..\..\lib\vc_lib\mswd" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxjpegd.lib" - -!ELSEIF "$(CFG)" == "wxjpeg - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxjpeg - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -798,38 +414,22 @@ LIB32=link.exe -lib # Begin Target -# Name "wxjpeg - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "wxjpeg - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "wxjpeg - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "wxjpeg - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "wxjpeg - Win32 DLL Universal Release USE_AUI_1" -# Name "wxjpeg - Win32 DLL Universal Release USE_AUI_0" -# Name "wxjpeg - Win32 DLL Universal Debug USE_AUI_1" -# Name "wxjpeg - Win32 DLL Universal Debug USE_AUI_0" -# Name "wxjpeg - Win32 DLL Unicode Release USE_AUI_1" -# Name "wxjpeg - Win32 DLL Unicode Release USE_AUI_0" -# Name "wxjpeg - Win32 DLL Unicode Debug USE_AUI_1" -# Name "wxjpeg - Win32 DLL Unicode Debug USE_AUI_0" -# Name "wxjpeg - Win32 DLL Release USE_AUI_1" -# Name "wxjpeg - Win32 DLL Release USE_AUI_0" -# Name "wxjpeg - Win32 DLL Debug USE_AUI_1" -# Name "wxjpeg - Win32 DLL Debug USE_AUI_0" -# Name "wxjpeg - Win32 Universal Unicode Release USE_AUI_1" -# Name "wxjpeg - Win32 Universal Unicode Release USE_AUI_0" -# Name "wxjpeg - Win32 Universal Unicode Debug USE_AUI_1" -# Name "wxjpeg - Win32 Universal Unicode Debug USE_AUI_0" -# Name "wxjpeg - Win32 Universal Release USE_AUI_1" -# Name "wxjpeg - Win32 Universal Release USE_AUI_0" -# Name "wxjpeg - Win32 Universal Debug USE_AUI_1" -# Name "wxjpeg - Win32 Universal Debug USE_AUI_0" -# Name "wxjpeg - Win32 Unicode Release USE_AUI_1" -# Name "wxjpeg - Win32 Unicode Release USE_AUI_0" -# Name "wxjpeg - Win32 Unicode Debug USE_AUI_1" -# Name "wxjpeg - Win32 Unicode Debug USE_AUI_0" -# Name "wxjpeg - Win32 Release USE_AUI_1" -# Name "wxjpeg - Win32 Release USE_AUI_0" -# Name "wxjpeg - Win32 Debug USE_AUI_1" -# Name "wxjpeg - Win32 Debug USE_AUI_0" +# Name "wxjpeg - Win32 DLL Universal Unicode Release" +# Name "wxjpeg - Win32 DLL Universal Unicode Debug" +# Name "wxjpeg - Win32 DLL Universal Release" +# Name "wxjpeg - Win32 DLL Universal Debug" +# Name "wxjpeg - Win32 DLL Unicode Release" +# Name "wxjpeg - Win32 DLL Unicode Debug" +# Name "wxjpeg - Win32 DLL Release" +# Name "wxjpeg - Win32 DLL Debug" +# Name "wxjpeg - Win32 Universal Unicode Release" +# Name "wxjpeg - Win32 Universal Unicode Debug" +# Name "wxjpeg - Win32 Universal Release" +# Name "wxjpeg - Win32 Universal Debug" +# Name "wxjpeg - Win32 Unicode Release" +# Name "wxjpeg - Win32 Unicode Debug" +# Name "wxjpeg - Win32 Release" +# Name "wxjpeg - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "" diff --git a/build/msw/wx_wxpng.dsp b/build/msw/wx_wxpng.dsp index c092a20c68..0530292c01 100644 --- a/build/msw/wx_wxpng.dsp +++ b/build/msw/wx_wxpng.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=wxpng - Win32 Debug USE_AUI_0 +CFG=wxpng - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,42 +13,26 @@ CFG=wxpng - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_wxpng.mak" CFG="wxpng - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_wxpng.mak" CFG="wxpng - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "wxpng - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxpng - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 DLL Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxpng - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -58,7 +42,7 @@ CFG=wxpng - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "wxpng - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxpng - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -81,30 +65,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -127,30 +88,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -173,30 +111,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -219,30 +134,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -265,30 +157,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -311,30 +180,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -357,30 +203,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -403,30 +226,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -449,30 +249,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -495,30 +272,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -541,30 +295,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -587,30 +318,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -633,30 +341,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -679,30 +364,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxpng - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -725,53 +387,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -!ELSEIF "$(CFG)" == "wxpng - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxpng.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpng.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\wxpng" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\wxpng" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxpngd.pdb /I "..\..\src\zlib" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxpngd.lib" - -!ELSEIF "$(CFG)" == "wxpng - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxpng - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -798,38 +414,22 @@ LIB32=link.exe -lib # Begin Target -# Name "wxpng - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "wxpng - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "wxpng - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "wxpng - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "wxpng - Win32 DLL Universal Release USE_AUI_1" -# Name "wxpng - Win32 DLL Universal Release USE_AUI_0" -# Name "wxpng - Win32 DLL Universal Debug USE_AUI_1" -# Name "wxpng - Win32 DLL Universal Debug USE_AUI_0" -# Name "wxpng - Win32 DLL Unicode Release USE_AUI_1" -# Name "wxpng - Win32 DLL Unicode Release USE_AUI_0" -# Name "wxpng - Win32 DLL Unicode Debug USE_AUI_1" -# Name "wxpng - Win32 DLL Unicode Debug USE_AUI_0" -# Name "wxpng - Win32 DLL Release USE_AUI_1" -# Name "wxpng - Win32 DLL Release USE_AUI_0" -# Name "wxpng - Win32 DLL Debug USE_AUI_1" -# Name "wxpng - Win32 DLL Debug USE_AUI_0" -# Name "wxpng - Win32 Universal Unicode Release USE_AUI_1" -# Name "wxpng - Win32 Universal Unicode Release USE_AUI_0" -# Name "wxpng - Win32 Universal Unicode Debug USE_AUI_1" -# Name "wxpng - Win32 Universal Unicode Debug USE_AUI_0" -# Name "wxpng - Win32 Universal Release USE_AUI_1" -# Name "wxpng - Win32 Universal Release USE_AUI_0" -# Name "wxpng - Win32 Universal Debug USE_AUI_1" -# Name "wxpng - Win32 Universal Debug USE_AUI_0" -# Name "wxpng - Win32 Unicode Release USE_AUI_1" -# Name "wxpng - Win32 Unicode Release USE_AUI_0" -# Name "wxpng - Win32 Unicode Debug USE_AUI_1" -# Name "wxpng - Win32 Unicode Debug USE_AUI_0" -# Name "wxpng - Win32 Release USE_AUI_1" -# Name "wxpng - Win32 Release USE_AUI_0" -# Name "wxpng - Win32 Debug USE_AUI_1" -# Name "wxpng - Win32 Debug USE_AUI_0" +# Name "wxpng - Win32 DLL Universal Unicode Release" +# Name "wxpng - Win32 DLL Universal Unicode Debug" +# Name "wxpng - Win32 DLL Universal Release" +# Name "wxpng - Win32 DLL Universal Debug" +# Name "wxpng - Win32 DLL Unicode Release" +# Name "wxpng - Win32 DLL Unicode Debug" +# Name "wxpng - Win32 DLL Release" +# Name "wxpng - Win32 DLL Debug" +# Name "wxpng - Win32 Universal Unicode Release" +# Name "wxpng - Win32 Universal Unicode Debug" +# Name "wxpng - Win32 Universal Release" +# Name "wxpng - Win32 Universal Debug" +# Name "wxpng - Win32 Unicode Release" +# Name "wxpng - Win32 Unicode Debug" +# Name "wxpng - Win32 Release" +# Name "wxpng - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "" diff --git a/build/msw/wx_wxregex.dsp b/build/msw/wx_wxregex.dsp index 92c62ae13c..d8e904bd7b 100644 --- a/build/msw/wx_wxregex.dsp +++ b/build/msw/wx_wxregex.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=wxregex - Win32 Debug USE_AUI_0 +CFG=wxregex - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,42 +13,26 @@ CFG=wxregex - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_wxregex.mak" CFG="wxregex - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_wxregex.mak" CFG="wxregex - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "wxregex - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxregex - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 DLL Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxregex - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -58,7 +42,7 @@ CFG=wxregex - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -81,30 +65,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswunivu" /Fd..\..\lib\vc_dll\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswunivu" /Fd..\..\lib\vc_dll\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -127,30 +88,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswunivud" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswunivud" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -173,30 +111,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswuniv" /Fd..\..\lib\vc_dll\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswuniv" /Fd..\..\lib\vc_dll\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -219,30 +134,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswunivd" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswunivd" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -265,30 +157,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswu" /Fd..\..\lib\vc_dll\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswu" /Fd..\..\lib\vc_dll\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexu.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -311,30 +180,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswud" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswud" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexud.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -357,30 +203,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\msw" /Fd..\..\lib\vc_dll\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\msw" /Fd..\..\lib\vc_dll\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregex.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -403,30 +226,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswd" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_dll\mswd" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxregexd.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -449,30 +249,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswunivu" /Fd..\..\lib\vc_lib\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswunivu" /Fd..\..\lib\vc_lib\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -495,30 +272,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswunivud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswunivud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -541,30 +295,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswuniv" /Fd..\..\lib\vc_lib\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswuniv" /Fd..\..\lib\vc_lib\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -587,30 +318,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexd.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswunivd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswunivd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexd.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -633,30 +341,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswu" /Fd..\..\lib\vc_lib\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswu" /Fd..\..\lib\vc_lib\wxregexu.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexu.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -679,30 +364,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswud" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexud.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexud.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -725,53 +387,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\msw" /Fd..\..\lib\vc_lib\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\msw" /Fd..\..\lib\vc_lib\wxregex.pdb /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregex.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\wxregex" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\wxregex" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /I "..\..\include" /I "..\..\lib\vc_lib\mswd" /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxregexd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxregexd.lib" - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -798,38 +414,22 @@ LIB32=link.exe -lib # Begin Target -# Name "wxregex - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "wxregex - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "wxregex - Win32 DLL Universal Release USE_AUI_1" -# Name "wxregex - Win32 DLL Universal Release USE_AUI_0" -# Name "wxregex - Win32 DLL Universal Debug USE_AUI_1" -# Name "wxregex - Win32 DLL Universal Debug USE_AUI_0" -# Name "wxregex - Win32 DLL Unicode Release USE_AUI_1" -# Name "wxregex - Win32 DLL Unicode Release USE_AUI_0" -# Name "wxregex - Win32 DLL Unicode Debug USE_AUI_1" -# Name "wxregex - Win32 DLL Unicode Debug USE_AUI_0" -# Name "wxregex - Win32 DLL Release USE_AUI_1" -# Name "wxregex - Win32 DLL Release USE_AUI_0" -# Name "wxregex - Win32 DLL Debug USE_AUI_1" -# Name "wxregex - Win32 DLL Debug USE_AUI_0" -# Name "wxregex - Win32 Universal Unicode Release USE_AUI_1" -# Name "wxregex - Win32 Universal Unicode Release USE_AUI_0" -# Name "wxregex - Win32 Universal Unicode Debug USE_AUI_1" -# Name "wxregex - Win32 Universal Unicode Debug USE_AUI_0" -# Name "wxregex - Win32 Universal Release USE_AUI_1" -# Name "wxregex - Win32 Universal Release USE_AUI_0" -# Name "wxregex - Win32 Universal Debug USE_AUI_1" -# Name "wxregex - Win32 Universal Debug USE_AUI_0" -# Name "wxregex - Win32 Unicode Release USE_AUI_1" -# Name "wxregex - Win32 Unicode Release USE_AUI_0" -# Name "wxregex - Win32 Unicode Debug USE_AUI_1" -# Name "wxregex - Win32 Unicode Debug USE_AUI_0" -# Name "wxregex - Win32 Release USE_AUI_1" -# Name "wxregex - Win32 Release USE_AUI_0" -# Name "wxregex - Win32 Debug USE_AUI_1" -# Name "wxregex - Win32 Debug USE_AUI_0" +# Name "wxregex - Win32 DLL Universal Unicode Release" +# Name "wxregex - Win32 DLL Universal Unicode Debug" +# Name "wxregex - Win32 DLL Universal Release" +# Name "wxregex - Win32 DLL Universal Debug" +# Name "wxregex - Win32 DLL Unicode Release" +# Name "wxregex - Win32 DLL Unicode Debug" +# Name "wxregex - Win32 DLL Release" +# Name "wxregex - Win32 DLL Debug" +# Name "wxregex - Win32 Universal Unicode Release" +# Name "wxregex - Win32 Universal Unicode Debug" +# Name "wxregex - Win32 Universal Release" +# Name "wxregex - Win32 Universal Debug" +# Name "wxregex - Win32 Unicode Release" +# Name "wxregex - Win32 Unicode Debug" +# Name "wxregex - Win32 Release" +# Name "wxregex - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "" @@ -857,7 +457,7 @@ SOURCE=..\..\src\regex\regfree.c SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -866,16 +466,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -884,16 +475,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -902,16 +484,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -920,16 +493,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -938,16 +502,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -956,16 +511,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -974,16 +520,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -992,16 +529,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1010,16 +538,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1028,16 +547,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1046,16 +556,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1064,16 +565,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1082,16 +574,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1100,16 +583,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1118,25 +592,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h @@ -1152,7 +608,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1162,17 +618,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1182,17 +628,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1202,17 +638,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1222,65 +648,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1290,17 +682,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1310,17 +692,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1330,17 +702,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1350,59 +712,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Debug" # Begin Custom Build - @@ -1415,55 +743,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1473,17 +777,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1493,17 +787,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1513,17 +797,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1533,65 +807,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1601,17 +841,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1621,17 +851,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxregex - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1641,27 +861,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "wxregex - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "wxregex - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxregex - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h diff --git a/build/msw/wx_wxtiff.dsp b/build/msw/wx_wxtiff.dsp index efd3a5165b..4ba9593859 100644 --- a/build/msw/wx_wxtiff.dsp +++ b/build/msw/wx_wxtiff.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=wxtiff - Win32 Debug USE_AUI_0 +CFG=wxtiff - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,42 +13,26 @@ CFG=wxtiff - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_wxtiff.mak" CFG="wxtiff - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_wxtiff.mak" CFG="wxtiff - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "wxtiff - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxtiff - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 DLL Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxtiff - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -58,7 +42,7 @@ CFG=wxtiff - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "wxtiff - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxtiff - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -81,30 +65,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -127,30 +88,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -173,30 +111,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -219,30 +134,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -265,30 +157,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -311,30 +180,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -357,30 +203,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -403,30 +226,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -449,30 +249,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -495,30 +272,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -541,30 +295,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -587,30 +318,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -633,30 +341,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -679,30 +364,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -725,53 +387,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -!ELSEIF "$(CFG)" == "wxtiff - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxtiff.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiff.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\wxtiff" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\wxtiff" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxtiffd.pdb /I "..\..\src\zlib" /I "..\..\src\jpeg" /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxtiffd.lib" - -!ELSEIF "$(CFG)" == "wxtiff - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxtiff - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -798,38 +414,22 @@ LIB32=link.exe -lib # Begin Target -# Name "wxtiff - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "wxtiff - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "wxtiff - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "wxtiff - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "wxtiff - Win32 DLL Universal Release USE_AUI_1" -# Name "wxtiff - Win32 DLL Universal Release USE_AUI_0" -# Name "wxtiff - Win32 DLL Universal Debug USE_AUI_1" -# Name "wxtiff - Win32 DLL Universal Debug USE_AUI_0" -# Name "wxtiff - Win32 DLL Unicode Release USE_AUI_1" -# Name "wxtiff - Win32 DLL Unicode Release USE_AUI_0" -# Name "wxtiff - Win32 DLL Unicode Debug USE_AUI_1" -# Name "wxtiff - Win32 DLL Unicode Debug USE_AUI_0" -# Name "wxtiff - Win32 DLL Release USE_AUI_1" -# Name "wxtiff - Win32 DLL Release USE_AUI_0" -# Name "wxtiff - Win32 DLL Debug USE_AUI_1" -# Name "wxtiff - Win32 DLL Debug USE_AUI_0" -# Name "wxtiff - Win32 Universal Unicode Release USE_AUI_1" -# Name "wxtiff - Win32 Universal Unicode Release USE_AUI_0" -# Name "wxtiff - Win32 Universal Unicode Debug USE_AUI_1" -# Name "wxtiff - Win32 Universal Unicode Debug USE_AUI_0" -# Name "wxtiff - Win32 Universal Release USE_AUI_1" -# Name "wxtiff - Win32 Universal Release USE_AUI_0" -# Name "wxtiff - Win32 Universal Debug USE_AUI_1" -# Name "wxtiff - Win32 Universal Debug USE_AUI_0" -# Name "wxtiff - Win32 Unicode Release USE_AUI_1" -# Name "wxtiff - Win32 Unicode Release USE_AUI_0" -# Name "wxtiff - Win32 Unicode Debug USE_AUI_1" -# Name "wxtiff - Win32 Unicode Debug USE_AUI_0" -# Name "wxtiff - Win32 Release USE_AUI_1" -# Name "wxtiff - Win32 Release USE_AUI_0" -# Name "wxtiff - Win32 Debug USE_AUI_1" -# Name "wxtiff - Win32 Debug USE_AUI_0" +# Name "wxtiff - Win32 DLL Universal Unicode Release" +# Name "wxtiff - Win32 DLL Universal Unicode Debug" +# Name "wxtiff - Win32 DLL Universal Release" +# Name "wxtiff - Win32 DLL Universal Debug" +# Name "wxtiff - Win32 DLL Unicode Release" +# Name "wxtiff - Win32 DLL Unicode Debug" +# Name "wxtiff - Win32 DLL Release" +# Name "wxtiff - Win32 DLL Debug" +# Name "wxtiff - Win32 Universal Unicode Release" +# Name "wxtiff - Win32 Universal Unicode Debug" +# Name "wxtiff - Win32 Universal Release" +# Name "wxtiff - Win32 Universal Debug" +# Name "wxtiff - Win32 Unicode Release" +# Name "wxtiff - Win32 Unicode Debug" +# Name "wxtiff - Win32 Release" +# Name "wxtiff - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "" diff --git a/build/msw/wx_wxzlib.dsp b/build/msw/wx_wxzlib.dsp index 60203927bc..795819e0b6 100644 --- a/build/msw/wx_wxzlib.dsp +++ b/build/msw/wx_wxzlib.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=wxzlib - Win32 Debug USE_AUI_0 +CFG=wxzlib - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,42 +13,26 @@ CFG=wxzlib - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_wxzlib.mak" CFG="wxzlib - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_wxzlib.mak" CFG="wxzlib - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "wxzlib - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "wxzlib - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 DLL Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "wxzlib - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -58,7 +42,7 @@ CFG=wxzlib - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "wxzlib - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "wxzlib - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -81,30 +65,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -127,30 +88,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -173,30 +111,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -219,30 +134,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -265,30 +157,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -311,30 +180,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -357,30 +203,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_dll\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -403,30 +226,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_dll\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -449,30 +249,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -495,30 +272,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -541,30 +295,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -587,30 +318,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -633,30 +341,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -679,30 +364,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -725,53 +387,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -!ELSEIF "$(CFG)" == "wxzlib - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD CPP /nologo /FD /MD /W1 /O2 /GR /EHsc /Fd..\..\lib\vc_lib\wxzlib.pdb /D "WIN32" /D "_LIB" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlib.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\wxzlib" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\wxzlib" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD CPP /nologo /FD /MDd /W1 /Od /GR /EHsc /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxzlibd.pdb /D "WIN32" /D "_LIB" /D "_DEBUG" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxzlibd.lib" - -!ELSEIF "$(CFG)" == "wxzlib - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "wxzlib - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -798,38 +414,22 @@ LIB32=link.exe -lib # Begin Target -# Name "wxzlib - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "wxzlib - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "wxzlib - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "wxzlib - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "wxzlib - Win32 DLL Universal Release USE_AUI_1" -# Name "wxzlib - Win32 DLL Universal Release USE_AUI_0" -# Name "wxzlib - Win32 DLL Universal Debug USE_AUI_1" -# Name "wxzlib - Win32 DLL Universal Debug USE_AUI_0" -# Name "wxzlib - Win32 DLL Unicode Release USE_AUI_1" -# Name "wxzlib - Win32 DLL Unicode Release USE_AUI_0" -# Name "wxzlib - Win32 DLL Unicode Debug USE_AUI_1" -# Name "wxzlib - Win32 DLL Unicode Debug USE_AUI_0" -# Name "wxzlib - Win32 DLL Release USE_AUI_1" -# Name "wxzlib - Win32 DLL Release USE_AUI_0" -# Name "wxzlib - Win32 DLL Debug USE_AUI_1" -# Name "wxzlib - Win32 DLL Debug USE_AUI_0" -# Name "wxzlib - Win32 Universal Unicode Release USE_AUI_1" -# Name "wxzlib - Win32 Universal Unicode Release USE_AUI_0" -# Name "wxzlib - Win32 Universal Unicode Debug USE_AUI_1" -# Name "wxzlib - Win32 Universal Unicode Debug USE_AUI_0" -# Name "wxzlib - Win32 Universal Release USE_AUI_1" -# Name "wxzlib - Win32 Universal Release USE_AUI_0" -# Name "wxzlib - Win32 Universal Debug USE_AUI_1" -# Name "wxzlib - Win32 Universal Debug USE_AUI_0" -# Name "wxzlib - Win32 Unicode Release USE_AUI_1" -# Name "wxzlib - Win32 Unicode Release USE_AUI_0" -# Name "wxzlib - Win32 Unicode Debug USE_AUI_1" -# Name "wxzlib - Win32 Unicode Debug USE_AUI_0" -# Name "wxzlib - Win32 Release USE_AUI_1" -# Name "wxzlib - Win32 Release USE_AUI_0" -# Name "wxzlib - Win32 Debug USE_AUI_1" -# Name "wxzlib - Win32 Debug USE_AUI_0" +# Name "wxzlib - Win32 DLL Universal Unicode Release" +# Name "wxzlib - Win32 DLL Universal Unicode Debug" +# Name "wxzlib - Win32 DLL Universal Release" +# Name "wxzlib - Win32 DLL Universal Debug" +# Name "wxzlib - Win32 DLL Unicode Release" +# Name "wxzlib - Win32 DLL Unicode Debug" +# Name "wxzlib - Win32 DLL Release" +# Name "wxzlib - Win32 DLL Debug" +# Name "wxzlib - Win32 Universal Unicode Release" +# Name "wxzlib - Win32 Universal Unicode Debug" +# Name "wxzlib - Win32 Universal Release" +# Name "wxzlib - Win32 Universal Debug" +# Name "wxzlib - Win32 Unicode Release" +# Name "wxzlib - Win32 Unicode Debug" +# Name "wxzlib - Win32 Release" +# Name "wxzlib - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "" diff --git a/build/msw/wx_xml.dsp b/build/msw/wx_xml.dsp index b4931de950..fbd46ad0cf 100644 --- a/build/msw/wx_xml.dsp +++ b/build/msw/wx_xml.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=xml - Win32 Debug USE_AUI_0 +CFG=xml - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=xml - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_xml.mak" CFG="xml - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_xml.mak" CFG="xml - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "xml - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xml - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xml - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xml - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xml - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=xml - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270u_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270u_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxbase270u_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxbase270_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxbase270d_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" # ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270u_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270u_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxbase270u_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" -# ADD LINK32 wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270u_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27u_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug # ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxbase270ud_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270ud_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27ud_xml.lib" /debug - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" # ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_xmldll.pch" /Fd..\..\lib\vc_dll\wxbase270_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxbase270_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" -# ADD LINK32 wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug # ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_xmldll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxbase270d_xml_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /D "WXUSINGDLL" /D "WXMAKINGDLL_XML" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxbase270d_xml_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d wxUSE_GUI=0 /d "WXUSINGDLL" /d WXMAKINGDLL_XML -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug -# ADD LINK32 wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxbase270d_xml_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxbase27d_xml.lib" /debug - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27u_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27u_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27ud_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27ud_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxbase27_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\xml" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\xml" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxbase27d_xml.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_xmllib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D wxUSE_GUI=0 /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_xml.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxbase27d_xml.lib" - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "xml - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "xml - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "xml - Win32 DLL Universal Release USE_AUI_1" -# Name "xml - Win32 DLL Universal Release USE_AUI_0" -# Name "xml - Win32 DLL Universal Debug USE_AUI_1" -# Name "xml - Win32 DLL Universal Debug USE_AUI_0" -# Name "xml - Win32 DLL Unicode Release USE_AUI_1" -# Name "xml - Win32 DLL Unicode Release USE_AUI_0" -# Name "xml - Win32 DLL Unicode Debug USE_AUI_1" -# Name "xml - Win32 DLL Unicode Debug USE_AUI_0" -# Name "xml - Win32 DLL Release USE_AUI_1" -# Name "xml - Win32 DLL Release USE_AUI_0" -# Name "xml - Win32 DLL Debug USE_AUI_1" -# Name "xml - Win32 DLL Debug USE_AUI_0" -# Name "xml - Win32 Universal Unicode Release USE_AUI_1" -# Name "xml - Win32 Universal Unicode Release USE_AUI_0" -# Name "xml - Win32 Universal Unicode Debug USE_AUI_1" -# Name "xml - Win32 Universal Unicode Debug USE_AUI_0" -# Name "xml - Win32 Universal Release USE_AUI_1" -# Name "xml - Win32 Universal Release USE_AUI_0" -# Name "xml - Win32 Universal Debug USE_AUI_1" -# Name "xml - Win32 Universal Debug USE_AUI_0" -# Name "xml - Win32 Unicode Release USE_AUI_1" -# Name "xml - Win32 Unicode Release USE_AUI_0" -# Name "xml - Win32 Unicode Debug USE_AUI_1" -# Name "xml - Win32 Unicode Debug USE_AUI_0" -# Name "xml - Win32 Release USE_AUI_1" -# Name "xml - Win32 Release USE_AUI_0" -# Name "xml - Win32 Debug USE_AUI_1" -# Name "xml - Win32 Debug USE_AUI_0" +# Name "xml - Win32 DLL Universal Unicode Release" +# Name "xml - Win32 DLL Universal Unicode Debug" +# Name "xml - Win32 DLL Universal Release" +# Name "xml - Win32 DLL Universal Debug" +# Name "xml - Win32 DLL Unicode Release" +# Name "xml - Win32 DLL Unicode Debug" +# Name "xml - Win32 DLL Release" +# Name "xml - Win32 DLL Debug" +# Name "xml - Win32 Universal Unicode Release" +# Name "xml - Win32 Universal Unicode Debug" +# Name "xml - Win32 Universal Release" +# Name "xml - Win32 Universal Debug" +# Name "xml - Win32 Unicode Release" +# Name "xml - Win32 Unicode Debug" +# Name "xml - Win32 Release" +# Name "xml - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -884,115 +468,59 @@ SOURCE=..\..\src\common\xtixml.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Release" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1007,7 +535,7 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1017,17 +545,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1037,17 +555,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1057,17 +565,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1077,65 +575,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1145,17 +609,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1165,17 +619,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1185,17 +629,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1205,59 +639,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Debug" # Begin Custom Build - @@ -1270,55 +670,31 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1328,17 +704,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1348,17 +714,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1368,17 +724,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1388,65 +734,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1456,17 +768,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1476,17 +778,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1496,27 +788,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1537,7 +809,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1546,16 +818,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1564,16 +827,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1582,16 +836,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1600,16 +845,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1618,16 +854,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1636,16 +863,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1654,16 +872,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1672,16 +881,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1690,16 +890,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1708,16 +899,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1726,16 +908,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1744,16 +917,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1762,16 +926,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1780,16 +935,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xml - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1798,25 +944,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xml - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xml - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xml - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h diff --git a/build/msw/wx_xrc.dsp b/build/msw/wx_xrc.dsp index f83a99da0a..0c46997f55 100644 --- a/build/msw/wx_xrc.dsp +++ b/build/msw/wx_xrc.dsp @@ -2,10 +2,10 @@ # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** -# TARGTYPE "Win32 (x86) Static Library" 0x0104 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 +# TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=xrc - Win32 Debug USE_AUI_0 +CFG=xrc - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -14,42 +14,26 @@ CFG=xrc - Win32 Debug USE_AUI_0 !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "wx_xrc.mak" CFG="xrc - Win32 Debug USE_AUI_0" +!MESSAGE NMAKE /f "wx_xrc.mak" CFG="xrc - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Universal Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Unicode Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Unicode Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Unicode Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Unicode Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Release USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Release USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Debug USE_AUI_1" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 DLL Debug USE_AUI_0" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "xrc - Win32 Universal Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Universal Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Unicode Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Unicode Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Unicode Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Unicode Debug USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Release USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Release USE_AUI_0" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Debug USE_AUI_1" (based on "Win32 (x86) Static Library") -!MESSAGE "xrc - Win32 Debug USE_AUI_0" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 DLL Universal Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Universal Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Universal Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Universal Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Unicode Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "xrc - Win32 Universal Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Universal Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Universal Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Universal Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Unicode Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Unicode Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "xrc - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -59,7 +43,7 @@ CFG=xrc - Win32 Debug USE_AUI_0 CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -84,32 +68,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_xrc.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivudll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivudll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswunivu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivudll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270u_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivu" /i "..\..\include" /d WXDLLNAME=wxmswuniv270u_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_xrc.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27u_html.lib ..\..\lib\vc_dll\wxmswuniv27u_adv.lib ..\..\lib\vc_dll\wxmswuniv27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27u_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -134,32 +93,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_xrc.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_xrc.lib" /debug -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivuddll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivuddll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivuddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270ud_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswunivud" /i "..\..\include" /d WXDLLNAME=wxmswuniv270ud_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_xrc.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27ud_html.lib ..\..\lib\vc_dll\wxmswuniv27ud_adv.lib ..\..\lib\vc_dll\wxmswuniv27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27ud_xrc.lib" /debug - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -184,32 +118,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_xrc.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivdll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivdll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswuniv" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivdll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmswuniv270_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "__WXMSW__" /d "__WXUNIVERSAL__" /i "..\..\lib\vc_dll\mswuniv" /i "..\..\include" /d WXDLLNAME=wxmswuniv270_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_xrc.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27_html.lib ..\..\lib\vc_dll\wxmswuniv27_adv.lib ..\..\lib\vc_dll\wxmswuniv27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -234,32 +143,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_xrc.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_xrc.lib" /debug -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswunivddll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswunivddll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswunivd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswunivddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmswuniv270d_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXUNIVERSAL__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswunivd" /i "..\..\include" /d WXDLLNAME=wxmswuniv270d_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_xrc.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmswuniv27d_html.lib ..\..\lib\vc_dll\wxmswuniv27d_adv.lib ..\..\lib\vc_dll\wxmswuniv27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmswuniv270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmswuniv27d_xrc.lib" /debug - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -284,32 +168,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_xrc.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswudll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswudll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\mswu" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswudll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmsw270u_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "__WXMSW__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswu" /i "..\..\include" /d WXDLLNAME=wxmsw270u_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_xrc.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27u_html.lib ..\..\lib\vc_dll\wxmsw27u_adv.lib ..\..\lib\vc_dll\wxmsw27u_core.lib ..\..\lib\vc_dll\wxbase27u_xml.lib ..\..\lib\vc_dll\wxbase27u.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270u_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27u_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -334,32 +193,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_xrc.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_xrc.lib" /debug -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswuddll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswuddll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswud" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswuddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270ud_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /d "_UNICODE" /i "..\..\lib\vc_dll\mswud" /i "..\..\include" /d WXDLLNAME=wxmsw270ud_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_xrc.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27ud_html.lib ..\..\lib\vc_dll\wxmsw27ud_adv.lib ..\..\lib\vc_dll\wxmsw27ud_core.lib ..\..\lib\vc_dll\wxbase27ud_xml.lib ..\..\lib\vc_dll\wxbase27ud.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270ud_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27ud_xrc.lib" /debug - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -384,32 +218,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_xrc.lib" # ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswdll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswdll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmsw270_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_dll\msw" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswdll\wxprec_xrcdll.pch" /Fd..\..\lib\vc_dll\wxmsw270_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "__WXMSW__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "__WXMSW__" /i "..\..\lib\vc_dll\msw" /i "..\..\include" /d WXDLLNAME=wxmsw270_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_xrc.lib" -# ADD LINK32 wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregex.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27_html.lib ..\..\lib\vc_dll\wxmsw27_adv.lib ..\..\lib\vc_dll\wxmsw27_core.lib ..\..\lib\vc_dll\wxbase27_xml.lib ..\..\lib\vc_dll\wxbase27.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -434,32 +243,7 @@ LINK32=link.exe # ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_xrc.lib" /debug # ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_xrc.lib" /debug -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_dll" -# PROP BASE Intermediate_Dir "vc_mswddll\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_dll" -# PROP Intermediate_Dir "vc_mswddll\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_dll\mswd" /I "..\..\include" /W4 /Yu"wx/wxprec.h" /Fp"vc_mswddll\wxprec_xrcdll.pch" /Zi /Gm /GZ /Fd..\..\lib\vc_dll\wxmsw270d_xrc_vc_custom.pdb /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /c -# ADD BASE MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD MTL /nologo /D "WIN32" /D "_USRDLL" /D "DLL_EXPORTS" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "WXUSINGDLL" /D "WXMAKINGDLL_XRC" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -# ADD RSC /l 0x409 /d "_DEBUG" /d "__WXMSW__" /d "__WXDEBUG__" /i "..\..\lib\vc_dll\mswd" /i "..\..\include" /d WXDLLNAME=wxmsw270d_xrc_vc_custom /i "..\..\src\tiff" /i "..\..\src\jpeg" /i "..\..\src\png" /i "..\..\src\zlib" /i "..\..\src\regex" /i "..\..\src\expat\lib" /d "WXUSINGDLL" /d WXMAKINGDLL_XRC -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_xrc.lib" /debug -# ADD LINK32 wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ..\..\lib\vc_dll\wxmsw27d_html.lib ..\..\lib\vc_dll\wxmsw27d_adv.lib ..\..\lib\vc_dll\wxmsw27d_core.lib ..\..\lib\vc_dll\wxbase27d_xml.lib ..\..\lib\vc_dll\wxbase27d.lib /nologo /dll /machine:i386 /out:"..\..\lib\vc_dll\wxmsw270d_xrc_vc_custom.dll" /libpath:"..\..\lib\vc_dll" /implib:"..\..\lib\vc_dll\wxmsw27d_xrc.lib" /debug - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -482,30 +266,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivu\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivu\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswunivu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27u_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivu\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27u_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -528,30 +289,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivud\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivud\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27ud_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivud\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27ud_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -574,30 +312,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswuniv\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswuniv\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswuniv" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmswuniv27_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswuniv\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "__WXUNIVERSAL__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -620,30 +335,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswunivd\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswunivd\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswunivd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmswuniv27d_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswunivd\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXUNIVERSAL__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmswuniv27d_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -666,30 +358,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswu\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswu\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\mswu" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27u_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswu\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27u_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -712,30 +381,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswud\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswud\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswud" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27ud_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /D "_UNICODE" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27ud_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -758,53 +404,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_xrc.lib" # ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_xrc.lib" -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_0" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_msw\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_msw\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD CPP /nologo /FD /MD /O2 /GR /EHsc /I "..\..\lib\vc_lib\msw" /I "..\..\include" /W4 /Fd..\..\lib\vc_lib\wxmsw27_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_msw\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "__WXMSW__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_1" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "..\..\lib\vc_lib" -# PROP BASE Intermediate_Dir "vc_mswd\xrc" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\lib\vc_lib" -# PROP Intermediate_Dir "vc_mswd\xrc" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD CPP /nologo /FD /MDd /Od /GR /EHsc /I "..\..\lib\vc_lib\mswd" /I "..\..\include" /W4 /Zi /Gm /GZ /Fd..\..\lib\vc_lib\wxmsw27d_xrc.pdb /Yu"wx/wxprec.h" /Fp"vc_mswd\wxprec_xrclib.pch" /I "..\..\src\tiff" /I "..\..\src\jpeg" /I "..\..\src\png" /I "..\..\src\zlib" /I "..\..\src\regex" /I "..\..\src\expat\lib" /D "WIN32" /D "_LIB" /D "_DEBUG" /D "__WXMSW__" /D "__WXDEBUG__" /c -# ADD BASE RSC /l 0x409 -# ADD RSC /l 0x409 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_xrc.lib" -# ADD LIB32 /nologo /out:"..\..\lib\vc_lib\wxmsw27d_xrc.lib" - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -831,38 +431,22 @@ LIB32=link.exe -lib # Begin Target -# Name "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" -# Name "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" -# Name "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" -# Name "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" -# Name "xrc - Win32 DLL Universal Release USE_AUI_1" -# Name "xrc - Win32 DLL Universal Release USE_AUI_0" -# Name "xrc - Win32 DLL Universal Debug USE_AUI_1" -# Name "xrc - Win32 DLL Universal Debug USE_AUI_0" -# Name "xrc - Win32 DLL Unicode Release USE_AUI_1" -# Name "xrc - Win32 DLL Unicode Release USE_AUI_0" -# Name "xrc - Win32 DLL Unicode Debug USE_AUI_1" -# Name "xrc - Win32 DLL Unicode Debug USE_AUI_0" -# Name "xrc - Win32 DLL Release USE_AUI_1" -# Name "xrc - Win32 DLL Release USE_AUI_0" -# Name "xrc - Win32 DLL Debug USE_AUI_1" -# Name "xrc - Win32 DLL Debug USE_AUI_0" -# Name "xrc - Win32 Universal Unicode Release USE_AUI_1" -# Name "xrc - Win32 Universal Unicode Release USE_AUI_0" -# Name "xrc - Win32 Universal Unicode Debug USE_AUI_1" -# Name "xrc - Win32 Universal Unicode Debug USE_AUI_0" -# Name "xrc - Win32 Universal Release USE_AUI_1" -# Name "xrc - Win32 Universal Release USE_AUI_0" -# Name "xrc - Win32 Universal Debug USE_AUI_1" -# Name "xrc - Win32 Universal Debug USE_AUI_0" -# Name "xrc - Win32 Unicode Release USE_AUI_1" -# Name "xrc - Win32 Unicode Release USE_AUI_0" -# Name "xrc - Win32 Unicode Debug USE_AUI_1" -# Name "xrc - Win32 Unicode Debug USE_AUI_0" -# Name "xrc - Win32 Release USE_AUI_1" -# Name "xrc - Win32 Release USE_AUI_0" -# Name "xrc - Win32 Debug USE_AUI_1" -# Name "xrc - Win32 Debug USE_AUI_0" +# Name "xrc - Win32 DLL Universal Unicode Release" +# Name "xrc - Win32 DLL Universal Unicode Debug" +# Name "xrc - Win32 DLL Universal Release" +# Name "xrc - Win32 DLL Universal Debug" +# Name "xrc - Win32 DLL Unicode Release" +# Name "xrc - Win32 DLL Unicode Debug" +# Name "xrc - Win32 DLL Release" +# Name "xrc - Win32 DLL Debug" +# Name "xrc - Win32 Universal Unicode Release" +# Name "xrc - Win32 Universal Unicode Debug" +# Name "xrc - Win32 Universal Release" +# Name "xrc - Win32 Universal Debug" +# Name "xrc - Win32 Unicode Release" +# Name "xrc - Win32 Unicode Debug" +# Name "xrc - Win32 Release" +# Name "xrc - Win32 Debug" # Begin Group "Common Sources" # PROP Default_Filter "" @@ -880,115 +464,59 @@ SOURCE=..\..\src\common\dummy.cpp SOURCE=..\..\src\msw\version.rc -!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug" -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_1" - - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_0" - - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Release" # PROP Exclude_From_Build 1 -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_0" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_1" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Debug" # PROP Exclude_From_Build 1 @@ -1003,55 +531,31 @@ SOURCE=..\..\src\msw\version.rc SOURCE=..\..\include\wx\msw\setup.h -!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1061,17 +565,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1081,17 +575,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1101,17 +585,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1121,65 +595,31 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_dll\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1189,17 +629,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1209,17 +639,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1229,27 +649,7 @@ InputPath=..\include\wx\msw\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\msw\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\msw\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h -InputPath=..\include\wx\msw\setup.h - -"..\..\lib\vc_lib\mswd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\setup.h InputPath=..\include\wx\msw\setup.h @@ -1266,7 +666,7 @@ InputPath=..\include\wx\msw\setup.h SOURCE=..\..\include\wx\univ\setup.h -!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1276,17 +676,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1296,17 +686,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1316,17 +696,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1336,65 +706,31 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_dll\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_dll\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1404,17 +740,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivu\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1424,17 +750,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivud\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1444,17 +760,7 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswuniv\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswuniv\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h InputPath=..\include\wx\univ\setup.h @@ -1464,59 +770,25 @@ InputPath=..\include\wx\univ\setup.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\setup.h -InputPath=..\include\wx\univ\setup.h - -"..\..\lib\vc_lib\mswunivd\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy "$(InputPath)" ..\..\lib\vc_lib\mswunivd\wx\setup.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Release" # Begin Custom Build - # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_0" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_1" - -# Begin Custom Build - - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Debug" # Begin Custom Build - @@ -1533,7 +805,7 @@ InputPath=..\include\wx\univ\setup.h SOURCE=..\..\include\wx\msw\genrcdefs.h -!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_1" +!IF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h @@ -1542,16 +814,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h @@ -1560,16 +823,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h @@ -1578,16 +832,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h @@ -1596,16 +841,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h @@ -1614,16 +850,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h @@ -1632,16 +859,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release" # Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h @@ -1650,16 +868,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug" # Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h @@ -1668,16 +877,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 DLL Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h @@ -1686,16 +886,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h @@ -1704,16 +895,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h @@ -1722,16 +904,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswuniv\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h @@ -1740,16 +913,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Universal Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswunivd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h @@ -1758,16 +922,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h @@ -1776,16 +931,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Unicode Debug USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_1" +!ELSEIF "$(CFG)" == "xrc - Win32 Release" # Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h @@ -1794,25 +940,7 @@ SOURCE=..\..\include\wx\msw\genrcdefs.h # End Custom Build -!ELSEIF "$(CFG)" == "xrc - Win32 Release USE_AUI_0" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\msw\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_1" - -# Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h - -"..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" : "$(SOURCE)" "$(SETUPHDIR)\wx\msw" - cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h" - -# End Custom Build - -!ELSEIF "$(CFG)" == "xrc - Win32 Debug USE_AUI_0" +!ELSEIF "$(CFG)" == "xrc - Win32 Debug" # Begin Custom Build - Creating ..\..\lib\vc_lib\mswd\wx\msw\rcdefs.h