From 45d6379135504814ab723b57f0eb8be23393a51d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 09:24:22 +0200 Subject: Adding upstream version 1:9.16.44. Signed-off-by: Daniel Baumann --- lib/dns/win32/gen.vcxproj.in | 134 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 lib/dns/win32/gen.vcxproj.in (limited to 'lib/dns/win32/gen.vcxproj.in') diff --git a/lib/dns/win32/gen.vcxproj.in b/lib/dns/win32/gen.vcxproj.in new file mode 100644 index 0000000..ea3adc3 --- /dev/null +++ b/lib/dns/win32/gen.vcxproj.in @@ -0,0 +1,134 @@ + + + + + Debug + @BUILD_PLATFORM@ + + + Release + @BUILD_PLATFORM@ + + + + {A3F71D12-F38A-4C77-8D87-8E8854CA74A1} + Win32Proj + gen + @WINDOWS_TARGET_PLATFORM_VERSION@ + + + + Application + true + MultiByte + @PLATFORM_TOOLSET@ + + + Application + false + true + MultiByte + @PLATFORM_TOOLSET@ + + + + + + + + + + + + + true + ..\ + .\$(Configuration)\ + None + + + false + ..\ + .\$(Configuration)\ + None + + + + + + Level4 + false + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\;..\..\..\;..\..\isc\win32;..\..\isc\win32\include;..\..\isc\include;%(AdditionalIncludeDirectories) + true + .\$(Configuration)\$(TargetName).pch + $(OutDir)$(TargetName).pdb + true + MultiThreadedDebugDLL + .\$(Configuration)\ + .\$(Configuration)\ + CompileAsC + + + Console + true + ..\$(TargetName)$(TargetExt) + + + cd .. +gen -s . -t > include\dns\enumtype.h +gen -s . -c > include\dns\enumclass.h +gen -s . -i -P ./rdata/rdatastructpre.h -S ./rdata/rdatastructsuf.h > include\dns\rdatastruct.h +gen -s . > code.h + + + + + + Level1 + true + + + MaxSpeed + true + @INTRINSIC@ + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\;..\..\..\;..\..\isc\win32;..\..\isc\win32\include;..\..\isc\include;%(AdditionalIncludeDirectories) + OnlyExplicitInline + true + .\$(Configuration)\$(TargetName).pch + $(OutDir)$(TargetName).pdb + MultiThreadedDLL + false + .\$(Configuration)\ + .\$(Configuration)\ + CompileAsC + + + Console + false + true + true + ..\$(TargetName)$(TargetExt) + Default + + + cd .. +gen -s . -t > include\dns\enumtype.h +gen -s . -c > include\dns\enumclass.h +gen -s . -i -P ./rdata/rdatastructpre.h -S ./rdata/rdatastructsuf.h > include\dns\rdatastruct.h +gen -s . > code.h + + + + + + + + + + + + + -- cgit v1.2.3