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/tcc.vcxproj | 170 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 win32/vs2015/tcc.vcxproj (limited to 'win32/vs2015/tcc.vcxproj') diff --git a/win32/vs2015/tcc.vcxproj b/win32/vs2015/tcc.vcxproj new file mode 100644 index 0000000..3b4dc5c --- /dev/null +++ b/win32/vs2015/tcc.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {6E7932A7-B123-48EB-AB39-40867AF28105} + Win32Proj + tcc + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + TCC_TARGET_PE;TCC_TARGET_I386;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + Debug + libtcc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + copy $(TargetPath) $(SolutionDir).. + + + + + + + Level3 + Disabled + TCC_TARGET_PE;TCC_TARGET_X86_64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + libtcc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + x64\Debug + + + copy $(TargetPath) $(SolutionDir).. + + + + + Level3 + + + MaxSpeed + true + true + TCC_TARGET_PE;TCC_TARGET_I386;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + Release + libtcc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + copy $(TargetPath) $(SolutionDir).. + + + + + Level3 + + + MaxSpeed + true + true + TCC_TARGET_PE;TCC_TARGET_X86_64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + libtcc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + x64\Release + + + copy $(TargetPath) $(SolutionDir).. + + + + + + + + + \ No newline at end of file -- cgit v1.3.1