Update the version to 3.1.5
This was done by running misc/scripts/inc_release, bakefile_gen and autoconf.
This commit is contained in:
parent
47a168eaa2
commit
d1aa3d5663
16
Makefile.in
16
Makefile.in
@ -81,8 +81,8 @@ wxCFLAGS_C99 = @wxCFLAGS_C99@
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_RELEASE_NODOT = 31
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
WXREGEX_CFLAGS = $(WX_CPPFLAGS) -DNDEBUG -D__WX$(TOOLKIT)__ \
|
||||
$(__WXUNIV_DEFINE_p) $(WX_CFLAGS) $(____SHARED) $(CPPFLAGS) $(CFLAGS)
|
||||
@ -13765,17 +13765,17 @@ COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1___htmldll_library_link_LIBR_0 \
|
||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_65 = --define wxNO_EXCEPTIONS
|
||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_65 = --define wxNO_RTTI
|
||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_65 = --define wxNO_THREADS
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@dll___targetsuf2 = .$(SO_SUFFIX).4
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf2 = .4.$(SO_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@dll___targetsuf2 = .$(SO_SUFFIX).5
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf2 = .5.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_0@dll___targetsuf2 = .$(SO_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@dll___targetsuf3 \
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ = \
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ .$(SO_SUFFIX).4.0.0
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ .$(SO_SUFFIX).5.0.0
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf3 \
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .4.0.0.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -4.$(SO_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .5.0.0.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -5.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).4
|
||||
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).5
|
||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \
|
||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
||||
@COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \
|
||||
|
@ -22,7 +22,7 @@
|
||||
3. Else, i.e. if there were no changes at all to API but only internal
|
||||
changes, change C:R:A to C:R+1:A
|
||||
-->
|
||||
<set var="WX_CURRENT">4</set>
|
||||
<set var="WX_CURRENT">5</set>
|
||||
<set var="WX_REVISION">0</set>
|
||||
<set var="WX_AGE">0</set>
|
||||
|
||||
|
@ -39,7 +39,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
|
||||
-DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
|
||||
-DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
|
||||
WX_RELEASE_NODOT = 31
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)5
|
||||
COMPILER_PREFIX = bcc
|
||||
OBJS = \
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||
@ -5599,7 +5599,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=5 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@ -33,7 +33,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
||||
WINDRES="$(WINDRES)"
|
||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||
WX_RELEASE_NODOT = 31
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)5
|
||||
COMPILER_PREFIX = gcc
|
||||
OBJS = \
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||
@ -5903,7 +5903,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=5 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@ -31,7 +31,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
||||
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
||||
WX_RELEASE_NODOT = 31
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)5
|
||||
COMPILER_PREFIX = vc
|
||||
OBJS = \
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(ARCH_SUFFIX)
|
||||
@ -6514,7 +6514,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=5 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="UserMacros">
|
||||
<wxVersionString>314</wxVersionString>
|
||||
<wxVersionString>315</wxVersionString>
|
||||
<wxShortVersionString>31</wxShortVersionString>
|
||||
<wxToolkitPrefix>msw</wxToolkitPrefix>
|
||||
<wxCompilerPrefix>vc</wxCompilerPrefix>
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_adv.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_adv.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_core.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_core.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_html.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_html.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_net_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_net_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_richtext.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_richtext.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include;..\..\3rdparty\webview2\build\native\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include;..\..\3rdparty\webview2\build\native\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -156,7 +156,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -167,13 +167,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_xrc.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -187,7 +187,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"/>
|
||||
<Tool
|
||||
@ -221,7 +221,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
@ -232,13 +232,13 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_xrc.lib"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"/>
|
||||
@ -254,7 +254,7 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"/>
|
||||
<Tool
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_adv_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_adv_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_aui_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll_x64\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_aui_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314ud_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315ud_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315ud_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll_x64\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314u_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315u_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315u_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_core_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll_x64\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_core_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_gl_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_gl_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_html_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_html_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_media_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_media_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_net_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_net_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314ud_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315ud_net_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314u_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315u_net_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315u_net_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_propgrid_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll_x64\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_propgrid_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_qa_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_qa_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_ribbon_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll_x64\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_ribbon_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_richtext_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_richtext_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintillad.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_stc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintilla.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_stc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_webview_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_webview_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314ud_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315ud_xml_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314u_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315u_xml_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -232,7 +232,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -243,7 +243,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -254,14 +254,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -323,7 +323,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -334,7 +334,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -345,14 +345,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -586,7 +586,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -597,7 +597,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -608,14 +608,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_xrc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -677,7 +677,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
@ -688,7 +688,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -699,14 +699,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_xrc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_adv_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_adv_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_advdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\adv\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_adv_vc_custom;WXUSINGDLL;WXMAKINGDLL_ADV"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_adv_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_adv_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_adv.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_adv_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_adv_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_aui_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_aui_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_auidll.pch"
|
||||
ObjectFile="vc_mswudll_x64\aui\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_aui_vc_custom;WXUSINGDLL;WXMAKINGDLL_AUI"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_aui_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_aui_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_aui.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_aui_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_aui_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315ud_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314ud_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315ud_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314ud_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315ud_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_basedll.pch"
|
||||
ObjectFile="vc_mswudll_x64\base\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315u_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_vc_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314u_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315u_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314u_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315u_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_core_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_core_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_coredll.pch"
|
||||
ObjectFile="vc_mswudll_x64\core\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_core_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_core_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_core.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_core_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_core_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31ud_core.lib wxbase31ud.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_gl_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_gl_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_gldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\gl\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_gl_vc_custom;WXUSINGDLL;WXMAKINGDLL_GL"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib wxmsw31u_core.lib wxbase31u.lib opengl32.lib glu32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_gl_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_gl_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_gl.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_gl_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_gl_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_html_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_html_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_htmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\html\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_html_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_html_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_html.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_html_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_html_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_media_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_media_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_mediadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\media\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_media_vc_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_media_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_media_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_media.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_media_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_media_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_net_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_net_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314ud_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315ud_net_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314ud_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315ud_net_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_netdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\net\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315u_net_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_net_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314u_net_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315u_net_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_net.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314u_net_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315u_net_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_propgrid_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_propgrid_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_propgriddll.pch"
|
||||
ObjectFile="vc_mswudll_x64\propgrid\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_propgrid_vc_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_propgrid_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_propgrid_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_propgrid.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_propgrid_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_propgrid_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib ..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_qa_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_qa_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
|
||||
ObjectFile="vc_mswudll_x64\qa\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_qa_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_qa_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_qa.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_qa_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_qa_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_ribbon_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_ribbon_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
|
||||
ObjectFile="vc_mswudll_x64\ribbon\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_ribbon_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_ribbon_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_ribbon.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_ribbon_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_ribbon_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_richtext_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_richtext_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_richtextdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\richtext\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_richtext_vc_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_richtext_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_richtext_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_richtext.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_richtext_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_richtext_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintillad.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxscintilla.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintillad.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_stc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_stc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_stcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\stc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_stc_vc_custom;__WX__;SCI_LEXER;NO_CXX11_REGEX;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxscintilla.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib imm32.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_stc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_stc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_stc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_stc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_stc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_webview_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_webview_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\webview\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\3rdparty\webview2\build\native\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_webview_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_webview_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_webview.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_webview_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_webview_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31ud_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxbase31u_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315ud_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314ud_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315ud_xml_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31ud_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314ud_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315ud_xml_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xmldll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xml\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase314u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase315u_xml_vc_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase314u_xml_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxbase315u_xml_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxbase31u_xml.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase314u_xml_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxbase315u_xml_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -231,7 +231,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -241,7 +241,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -252,14 +252,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31ud_html.lib ..\..\lib\vc_dll\wxmsw31ud_core.lib ..\..\lib\vc_dll\wxbase31ud_xml.lib ..\..\lib\vc_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31ud_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -322,7 +322,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -332,7 +332,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -343,14 +343,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw31u_html.lib ..\..\lib\vc_dll\wxmsw31u_core.lib ..\..\lib\vc_dll\wxbase31u_xml.lib ..\..\lib\vc_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_dll\wxmsw31u_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
TargetMachine="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
@ -583,7 +583,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswuddll_x64\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -593,7 +593,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315ud_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswud;..\..\include"
|
||||
/>
|
||||
@ -604,14 +604,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31ud_html.lib ..\..\lib\vc_x64_dll\wxmsw31ud_core.lib ..\..\lib\vc_x64_dll\wxbase31ud_xml.lib ..\..\lib\vc_x64_dll\wxbase31ud.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314ud_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315ud_xrc_vc_custom.dll"
|
||||
LinkIncremental="2"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31ud_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314ud_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315ud_xrc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -674,7 +674,7 @@
|
||||
PrecompiledHeaderThrough="wx/wxprec.h"
|
||||
PrecompiledHeaderFile="vc_mswudll_x64\wxprec_xrcdll.pch"
|
||||
ObjectFile="vc_mswudll_x64\xrc\"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
WarningLevel="4"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
@ -684,7 +684,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw314u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw315u_xrc_vc_custom;WXUSINGDLL;WXMAKINGDLL_XRC"
|
||||
Culture="1033"
|
||||
AdditionalIncludeDirectories="..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\expat\lib;..\..\lib\vc_x64_dll\mswu;..\..\include"
|
||||
/>
|
||||
@ -695,14 +695,14 @@
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions=""
|
||||
AdditionalDependencies="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 shlwapi.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib version.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw31u_html.lib ..\..\lib\vc_x64_dll\wxmsw31u_core.lib ..\..\lib\vc_x64_dll\wxbase31u_xml.lib ..\..\lib\vc_x64_dll\wxbase31u.lib"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw314u_xrc_vc_custom.dll"
|
||||
OutputFile="..\..\lib\vc_x64_dll\wxmsw315u_xrc_vc_custom.dll"
|
||||
LinkIncremental="1"
|
||||
ImportLibrary="..\..\lib\vc_x64_dll\wxmsw31u_xrc.lib"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw314u_xrc_vc_custom.pdb"
|
||||
ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw315u_xrc_vc_custom.pdb"
|
||||
TargetMachine="17"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// update this file with new version numbers
|
||||
|
||||
DYLIB_COMPATIBILITY_VERSION = 3.1
|
||||
DYLIB_CURRENT_VERSION = 3.1.4
|
||||
DYLIB_CURRENT_VERSION = 3.1.5
|
||||
|
@ -1,3 +1,3 @@
|
||||
set wxMAJOR_VERSION=3
|
||||
set wxMINOR_VERSION=1
|
||||
set wxRELEASE_NUMBER=4
|
||||
set wxRELEASE_NUMBER=5
|
||||
|
20
configure
vendored
20
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for wxWidgets 3.1.4.
|
||||
# Generated by GNU Autoconf 2.69 for wxWidgets 3.1.5.
|
||||
#
|
||||
# Report bugs to <wx-dev@googlegroups.com>.
|
||||
#
|
||||
@ -580,8 +580,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='wxWidgets'
|
||||
PACKAGE_TARNAME='wxwidgets'
|
||||
PACKAGE_VERSION='3.1.4'
|
||||
PACKAGE_STRING='wxWidgets 3.1.4'
|
||||
PACKAGE_VERSION='3.1.5'
|
||||
PACKAGE_STRING='wxWidgets 3.1.5'
|
||||
PACKAGE_BUGREPORT='wx-dev@googlegroups.com'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1969,7 +1969,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures wxWidgets 3.1.4 to adapt to many kinds of systems.
|
||||
\`configure' configures wxWidgets 3.1.5 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -2039,7 +2039,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of wxWidgets 3.1.4:";;
|
||||
short | recursive ) echo "Configuration of wxWidgets 3.1.5:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -2513,7 +2513,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
wxWidgets configure 3.1.4
|
||||
wxWidgets configure 3.1.5
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@ -3330,7 +3330,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by wxWidgets $as_me 3.1.4, which was
|
||||
It was created by wxWidgets $as_me 3.1.5, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3793,7 +3793,7 @@ fi
|
||||
|
||||
wx_major_version_number=3
|
||||
wx_minor_version_number=1
|
||||
wx_release_number=4
|
||||
wx_release_number=5
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
@ -41429,7 +41429,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by wxWidgets $as_me 3.1.4, which was
|
||||
This file was extended by wxWidgets $as_me 3.1.5, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -41495,7 +41495,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
wxWidgets config.status 3.1.4
|
||||
wxWidgets config.status 3.1.5
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_INIT([wxWidgets], [3.1.4], [wx-dev@googlegroups.com])
|
||||
AC_INIT([wxWidgets], [3.1.5], [wx-dev@googlegroups.com])
|
||||
|
||||
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
|
||||
AC_CONFIG_SRCDIR([wx-config.in])
|
||||
@ -40,7 +40,7 @@ dnl wx_release_number += 1
|
||||
|
||||
wx_major_version_number=3
|
||||
wx_minor_version_number=1
|
||||
wx_release_number=4
|
||||
wx_release_number=5
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
BOMBS_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FORTY_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FRACTAL_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
LIFE_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
WXPOEM_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = wxWidgets
|
||||
PROJECT_NUMBER = 3.1.4
|
||||
PROJECT_NUMBER = 3.1.5
|
||||
PROJECT_BRIEF =
|
||||
PROJECT_LOGO = logo.png
|
||||
OUTPUT_DIRECTORY = out
|
||||
|
@ -1,4 +1,4 @@
|
||||
wxWidgets 3.1.4 Release Notes
|
||||
wxWidgets 3.1.5 Release Notes
|
||||
=============================
|
||||
|
||||
Welcome to the latest development release of wxWidgets, a free and open source
|
||||
@ -16,7 +16,7 @@ more about wxWidgets at:
|
||||
|
||||
Documentation is available online at:
|
||||
|
||||
* https://docs.wxwidgets.org/3.1.4/
|
||||
* https://docs.wxwidgets.org/3.1.5/
|
||||
|
||||
wxWidgets sources and binaries for the selected platforms are available for
|
||||
download from:
|
||||
@ -25,7 +25,7 @@ download from:
|
||||
|
||||
or, for a more more permanent but less convenient to use link, from
|
||||
|
||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.4/
|
||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.5/
|
||||
|
||||
|
||||
Changes since 3.1.3
|
||||
@ -36,7 +36,7 @@ commits from 74 unique contributors (37 with multiple contributions), so it is
|
||||
impossible to summarize all the changes in this document without making it too
|
||||
long, please see the fuller changelog at
|
||||
|
||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.4/docs/changes.txt
|
||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.5/docs/changes.txt
|
||||
|
||||
for more (but still not all) details, but some of the most important changes are:
|
||||
|
||||
|
@ -125,9 +125,9 @@
|
||||
|
||||
#define PACKAGE_BUGREPORT "wx-dev@googlegroups.com"
|
||||
#define PACKAGE_NAME "wxWidgets"
|
||||
#define PACKAGE_STRING "wxWidgets 3.1.4"
|
||||
#define PACKAGE_STRING "wxWidgets 3.1.5"
|
||||
#define PACKAGE_TARNAME "wxwidgets"
|
||||
#define PACKAGE_VERSION "3.1.4"
|
||||
#define PACKAGE_VERSION "3.1.5"
|
||||
|
||||
// for regex
|
||||
#define WX_NO_REGEX_ADVANCED 1
|
||||
|
@ -27,9 +27,9 @@
|
||||
/* NB: this file is parsed by automatic tools so don't change its format! */
|
||||
#define wxMAJOR_VERSION 3
|
||||
#define wxMINOR_VERSION 1
|
||||
#define wxRELEASE_NUMBER 4
|
||||
#define wxRELEASE_NUMBER 5
|
||||
#define wxSUBRELEASE_NUMBER 0
|
||||
#define wxVERSION_STRING wxT("wxWidgets 3.1.4")
|
||||
#define wxVERSION_STRING wxT("wxWidgets 3.1.5")
|
||||
|
||||
/* nothing to update below this line when updating the version */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ACCESSTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ANITEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ARTTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
AUIDEMO_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CALENDAR_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CARET_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CLIPBOARD_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
COLLPANE_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
COMBO_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CONFTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DATAVIEW_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DEBUGRPT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DIALOGS_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
NETTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DISPLAY_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -50,7 +50,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
MY_DLL_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DND_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -51,7 +51,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>$(PRODUCT_NAME) version 3.1.4, (c) 2005-2020 wxWidgets</string>
|
||||
<string>$(PRODUCT_NAME) version 3.1.5, (c) 2005-2020 wxWidgets</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>doc</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -66,17 +66,17 @@
|
||||
<string>it</string>
|
||||
</array>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>3.1.4, (c) 2005-2020 wxWidgets</string>
|
||||
<string>3.1.5, (c) 2005-2020 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.1.4</string>
|
||||
<string>3.1.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>WXMA</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.1.4</string>
|
||||
<string>3.1.5</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>LSRequiresCarbon</key>
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DOCVIEW_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DRAGIMAG_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DRAWING_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ERASE_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
EVENT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
EXCEPT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
EXEC_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FONT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FSWATCHER_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
GRID_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HELP_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HTLBOX_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ABOUT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HTMLHELP_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.1
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION = $(WX_RELEASE).5
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HELPVIEW_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user