From 682f23e7bb4a52bedf46eff5c4859e1308eda124 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 19:56:24 +0200 Subject: Update build ref --- libcurl/libcurl.vcxproj | 129 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 libcurl/libcurl.vcxproj (limited to 'libcurl/libcurl.vcxproj') diff --git a/libcurl/libcurl.vcxproj b/libcurl/libcurl.vcxproj new file mode 100644 index 0000000..98d529d --- /dev/null +++ b/libcurl/libcurl.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + + {B69D7658-2A3F-4BB5-9A7E-4546B8551EC0} + libcurl + Win32Proj + + + + StaticLibrary + NotSet + true + v140_xp + + + StaticLibrary + NotSet + v140_xp + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)-mt-debug + $(ProjectName)-mt + + + + Disabled + $(ProjectDir)src\include\;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;AO_BUILDING_LIBAO;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + false + + + EnableFastChecks + MultiThreadedDebug + + + $(IntDir)vc90.pdb + Level3 + OldStyle + + + + + @echo off +set curl_headers=curl.h,curlbuild.h,curlrules.h,curlver.h,easy.h,mprintf.h,multi.h,stdcheaders.h,typecheck-gcc.h + +for %%a in ("%curl_headers:,=" "%") do ( + xcopy "$(ProjectDir)src\include\curl\%%a" "$(SolutionDir)build\temp\include\curl\" /I /Y /D +) + + + + + + MaxSpeed + true + $(ProjectDir)src\include\;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;AO_BUILDING_LIBAO;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + + + MultiThreaded + true + + + $(IntDir)vc90.pdb + Level3 + + + + + + + @echo off +set curl_headers=curl.h,curlbuild.h,curlrules.h,curlver.h,easy.h,mprintf.h,multi.h,stdcheaders.h,typecheck-gcc.h + +for %%a in ("%curl_headers:,=" "%") do ( + xcopy "$(ProjectDir)src\include\curl\%%a" "$(SolutionDir)build\temp\include\curl\" /I /Y /D +) + + + + + + + \ No newline at end of file -- cgit v1.2.3