From 43d9a7de9b83f437d55c2cbc6e9625e3fafa5102 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 13 Feb 2017 19:03:29 +0100 Subject: updates & cleanups (tcc-doc/Changelog/TODO ...) - tcc-doc.texi: commandline option info update - Changelog/TODO: update - tests/tcctest.py: removed - tests/Makefile: weaktest fixed - tests/tests2: some files renamed and/or converted to unix LF - configure/Makefile: --enable-static option (no dll on win32) - win32/build-tcc.bat: msvc support - win32/tcc-win32.txt: build info update - win32/vs2015/: VS solution removed - win32/include/tcc/tcc_libm.h: #include statement fixed - tcc.c: -include option help info - .gitignore: cleanup --- win32/vs2015/libtcc.vcxproj | 220 -------------------------------------------- 1 file changed, 220 deletions(-) delete mode 100644 win32/vs2015/libtcc.vcxproj (limited to 'win32/vs2015/libtcc.vcxproj') diff --git a/win32/vs2015/libtcc.vcxproj b/win32/vs2015/libtcc.vcxproj deleted file mode 100644 index af179c3..0000000 --- a/win32/vs2015/libtcc.vcxproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - - 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 - $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); - - - true - $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); - - - false - $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); - - - false - $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); - - - - - - Level3 - Disabled - ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_I386;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EditAndContinue - - - Windows - true - - - copy $(TargetPath) $(SolutionDir).. - - - $(ProjectDir)PreBuild.bat - - - Generate config.h - - - - - - - Level3 - Disabled - ONE_SOURCE;LIBTCC_AS_DLL;TCC_TARGET_PE;TCC_TARGET_X86_64;_DEBUG;_WINDOWS;_USRDLL;LIBTCC_EXPORTS;%(PreprocessorDefinitions) - EditAndContinue - - - Windows - true - - - copy $(TargetPath) $(SolutionDir).. - - - $(ProjectDir)PreBuild.bat - - - Generate config.h - - - - - 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).. - - - $(ProjectDir)PreBuild.bat - - - Generate config.h - - - - - 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).. - - - $(ProjectDir)PreBuild.bat - - - Generate config.h - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.3.1