mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Enable RTTI, remove fb_exception.cpp from utilities
This commit is contained in:
parent
f4cdfad03f
commit
5cb24ba873
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\alice_ss/alice.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\alice_ss/"
|
||||
ObjectFile="..\..\..\temp\release\alice_ss/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\alice_cs/alice_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\alice_cs/"
|
||||
ObjectFile="..\..\..\temp\release\alice_cs/"
|
||||
|
@ -26,6 +26,7 @@
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\release\build_msg/build_msg.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\release\build_msg/"
|
||||
@ -84,6 +85,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,SUPERCLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\release\build_msg/build_msg.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\release\build_msg/"
|
||||
@ -139,9 +141,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\gen\msgs\build_file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\fb_exception.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\burp_ss/burp.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\burp_ss/"
|
||||
ObjectFile="..\..\..\temp\release\burp_ss/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\burp_cs/burp_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\burp_cs/"
|
||||
ObjectFile="..\..\..\temp\release\burp_cs/"
|
||||
|
@ -25,6 +25,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,SUPERCLIENT"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\debug\codes/codes.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\debug\codes/"
|
||||
@ -86,6 +87,7 @@
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\release\codes/codes.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\release\codes/"
|
||||
@ -139,9 +141,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\gen\misc\codes.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\fb_exception.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,SUPERSERVER"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\common_ss/common.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\common_ss/"
|
||||
ObjectFile="..\..\..\temp\release\common_ss/"
|
||||
|
@ -86,6 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\common_cs/common_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\common_cs/"
|
||||
ObjectFile="..\..\..\temp\release\common_cs/"
|
||||
|
@ -31,6 +31,7 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,SUPERSERVER,BOOT_BUILD"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\release\common_static/common_static.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\release\common_static/"
|
||||
ObjectFile=".\..\..\..\temp\release\common_static/"
|
||||
@ -80,6 +81,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_LIB,DEV_BUILD,SUPERSERVER,BOOT_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\debug\common_static/common_static.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\debug\common_static/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,_WINDOWS,SUPERSERVER,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\dsql_server_ss/dsql_server.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\dsql_server_ss/"
|
||||
ObjectFile="..\..\..\temp\release\dsql_server_ss/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,_WINDOWS,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\dsql_server_cs/dsql_server_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\dsql_server_cs/"
|
||||
ObjectFile="..\..\..\temp\release\dsql_server_cs/"
|
||||
|
@ -85,6 +85,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN,SUPERSERVER"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\engine_ss/engine.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\engine_ss/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\engine_cs/engine_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\engine_cs/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,_LIB,_X86_,SERVER_SHUTDOWN,SUPERSERVER,EMBEDDED"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\engine_es/engine_embed.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\engine_es/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fb_inet_server/fb_inet_server.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fb_inet_server/"
|
||||
ObjectFile="..\..\..\temp\release\fb_inet_server/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,CLIENT,SUPERCLIENT,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fb_lock_print/fb_lock_print.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fb_lock_print/"
|
||||
ObjectFile="..\..\..\temp\release\fb_lock_print/"
|
||||
|
@ -100,6 +100,7 @@
|
||||
PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;CLIENT;SUPERCLIENT;SERVER_SHUTDOWN;GOVERNOR;I386;_X86_=1;WIN32;_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbclient/fbclient.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbclient/"
|
||||
ObjectFile="..\..\..\temp\release\fbclient/"
|
||||
|
@ -26,6 +26,7 @@
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\release\fbclient_static/fbclient_static.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\release\fbclient_static/"
|
||||
@ -76,6 +77,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,_USRDLL,CLIENT,SUPERCLIENT,SERVER_SHUTDOWN,GOVERNOR,I386,_X86_=1,WIN32,_X86_,_LIB,BOOT_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\debug\fbclient_static/fbclient_static.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\debug\fbclient_static/"
|
||||
|
@ -99,6 +99,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_X86_;SERVER_SHUTDOWN;SUPERSERVER;EMBEDDED"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbembed/fbembed.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbembed/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,SERVER_SHUTDOWN,SUPERSERVER"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbguard/fbguard.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbguard/"
|
||||
ObjectFile="..\..\..\temp\release\fbguard/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_WINDOWS,SUPERSERVER,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbserver/fbserver.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbserver/"
|
||||
ObjectFile="..\..\..\temp\release\fbserver/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FBUDF_EXPORTS"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\fbudf/fbudf.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\fbudf/"
|
||||
ObjectFile="..\..\..\temp\release\fbudf/"
|
||||
|
@ -95,6 +95,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,_X86_,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gbak/gbak.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gbak/"
|
||||
ObjectFile="..\..\..\temp\release\gbak/"
|
||||
|
@ -94,6 +94,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gdef/gdef.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gdef/"
|
||||
ObjectFile="..\..\..\temp\release\gdef/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GDS32"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gds32/gds32.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gds32/"
|
||||
ObjectFile="..\..\..\temp\release\gds32/"
|
||||
|
@ -94,6 +94,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gfix/gfix.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gfix/"
|
||||
ObjectFile="..\..\..\temp\release\gfix/"
|
||||
|
@ -31,6 +31,7 @@
|
||||
PreprocessorDefinitions="GPRE_FORTRAN,GPRE_PASCAL,GPRE_COBOL,GPRE_ADA,NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gpre/gpre.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gpre/"
|
||||
ObjectFile="..\..\..\temp\release\gpre/"
|
||||
|
@ -31,6 +31,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gpre_boot/gpre_boot.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gpre_boot/"
|
||||
ObjectFile="..\..\..\temp\release\gpre_boot/"
|
||||
@ -166,9 +167,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\gpre\exp.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\fb_exception.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\gpre\gpre.cpp">
|
||||
</File>
|
||||
|
@ -30,6 +30,7 @@
|
||||
AdditionalIncludeDirectories="../../../src/include,../../../src/include/gen,../../../src/jrd"
|
||||
PreprocessorDefinitions="GPRE_FORTRAN,GPRE_PASCAL,GPRE_COBOL,GPRE_ADA,NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\release\gpre_static/gpre_static.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\release\gpre_static/"
|
||||
ObjectFile=".\..\..\..\temp\release\gpre_static/"
|
||||
@ -88,6 +89,7 @@
|
||||
PreprocessorDefinitions="GPRE_FORTRAN,GPRE_PASCAL,GPRE_COBOL,GPRE_ADA,_DEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_,DEV_BUILD"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\..\..\..\temp\debug\gpre_static/gpre_static.pch"
|
||||
AssemblerListingLocation=".\..\..\..\temp\debug\gpre_static/"
|
||||
ObjectFile=".\..\..\..\temp\debug\gpre_static/"
|
||||
@ -161,9 +163,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\gpre\exp.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\fb_exception.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\gpre\ftn.cpp">
|
||||
</File>
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gsec/gsec.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gsec/"
|
||||
ObjectFile="..\..\..\temp\release\gsec/"
|
||||
|
@ -95,6 +95,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,_X86_,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gsplit/gsplit.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gsplit/"
|
||||
ObjectFile="..\..\..\temp\release\gsplit/"
|
||||
|
@ -94,6 +94,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,SUPERCLIENT,CLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\gstat/gstat.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\gstat/"
|
||||
ObjectFile="..\..\..\temp\release\gstat/"
|
||||
|
@ -99,6 +99,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\ib_udf/ib_udf.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\ib_udf/"
|
||||
ObjectFile="..\..\..\temp\release\ib_udf/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IB_UTIL_EXPORTS"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\ib_util/ib_util.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\ib_util/"
|
||||
ObjectFile="..\..\..\temp\release\ib_util/"
|
||||
|
@ -94,6 +94,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\instreg/instreg.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\instreg/"
|
||||
ObjectFile="..\..\..\temp\release\instreg/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\instsvc/instsvc.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\instsvc/"
|
||||
ObjectFile="..\..\..\temp\release\instsvc/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;INTL_EXPORTS;WINDOWS_ONLY;SUPERCLIENT;WIN32;_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\intl/intl.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\intl/"
|
||||
ObjectFile="..\..\..\temp\release\intl/"
|
||||
|
@ -95,6 +95,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_CONSOLE,SUPERCLIENT,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\isql/isql.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\isql/"
|
||||
ObjectFile="..\..\..\temp\release\isql/"
|
||||
|
@ -85,6 +85,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\lock_ss/lock.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\lock_ss/"
|
||||
ObjectFile="..\..\..\temp\release\lock_ss/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\lock_cs/lock_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\lock_cs/"
|
||||
ObjectFile="..\..\..\temp\release\lock_cs/"
|
||||
|
@ -94,6 +94,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,SUPERCLIENT"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\qli/qli.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\qli/"
|
||||
ObjectFile="..\..\..\temp\release\qli/"
|
||||
|
@ -85,6 +85,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,SERVER_SHUTDOWN,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\remote_ss/remote.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\remote_ss/"
|
||||
ObjectFile="..\..\..\temp\release\remote_ss/"
|
||||
|
@ -32,6 +32,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SERVER_SHUTDOWN,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\remote_cs/remote_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\remote_cs/"
|
||||
ObjectFile="..\..\..\temp\release\remote_cs/"
|
||||
|
@ -85,6 +85,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,SUPERSERVER,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\utilities_ss/utilities.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\utilities_ss/"
|
||||
ObjectFile="..\..\..\temp\release\utilities_ss/"
|
||||
|
@ -85,6 +85,7 @@
|
||||
PreprocessorDefinitions="NDEBUG,_LIB,WIN32,_X86_"
|
||||
ExceptionHandling="FALSE"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile="..\..\..\temp\release\utilities_cs/utilities_classic.pch"
|
||||
AssemblerListingLocation="..\..\..\temp\release\utilities_cs/"
|
||||
ObjectFile="..\..\..\temp\release\utilities_cs/"
|
||||
|
Loading…
Reference in New Issue
Block a user