From 52d194a1e6878a2a859bfa5a250e53a1e57be048 Mon Sep 17 00:00:00 2001 From: seyko Date: Wed, 13 Apr 2016 06:29:24 +0300 Subject: VS2015 solution and project files From: Vlad Vissoultchev Date: Mon, 11 Apr 2016 01:32:28 +0300 Subject: Add VS2015 solution and project files to `win32/vs2015` directory This allows release/debug builds for both x86 and x64 targets. Some warnings had to be suppressed. Output libtcc.dll and tcc.exe are copied to parent `win32` directory w/ a post-build action. --- win32/vs2015/libtcc.vcxproj | 162 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 win32/vs2015/libtcc.vcxproj (limited to 'win32/vs2015/libtcc.vcxproj') diff --git a/win32/vs2015/libtcc.vcxproj b/win32/vs2015/libtcc.vcxproj new file mode 100644 index 0000000..acb27a7 --- /dev/null +++ b/win32/vs2015/libtcc.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {41F2DA74-9707-49A3-A466-157C7028BD79} + Win32Proj + libtcc + 8.1 + + + + DynamicLibrary + true + v140 + MultiByte + + + DynamicLibrary + false + v140 + true + MultiByte + + + DynamicLibrary + true + v140 + MultiByte + + + DynamicLibrary + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_I386;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + Windows + true + + + copy $(TargetPath) $(SolutionDir).. + + + + + + + Level3 + Disabled + ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_X86_64;_DEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + + + copy $(TargetPath) $(SolutionDir).. + + + + + Level3 + + + MaxSpeed + true + true + ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_I386;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + copy $(TargetPath) $(SolutionDir).. + + + + + Level3 + + + MaxSpeed + true + true + ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_X86_64;NDEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + copy $(TargetPath) $(SolutionDir).. + + + + + + + + + \ No newline at end of file -- cgit v1.3.1