From 268a53de823a6750d6256ee1fb1e7707b4b45740 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Fri, 18 Oct 2019 00:31:54 +0200 Subject: sdcc-3.9.0 fork implementing GNU assembler syntax This fork aims to provide better support for stm8-binutils --- support/makebin/makebin.vcxproj | 138 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 support/makebin/makebin.vcxproj (limited to 'support/makebin/makebin.vcxproj') diff --git a/support/makebin/makebin.vcxproj b/support/makebin/makebin.vcxproj new file mode 100644 index 0000000..21fb5b0 --- /dev/null +++ b/support/makebin/makebin.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {B823D5B9-6B5A-4CC8-AF07-DDFE8C8E3488} + + + + Application + false + MultiByte + + + Application + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\bin_vc\ + $(Configuration)\ + true + ..\..\bin_vc\ + $(Configuration)\ + false + $(ProjectName) + $(ProjectName) + + + + .\Debug/makebin.tlb + + + + + Disabled + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + .\Debug/makebin.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0424 + + + ..\..\bin_vc\$(TargetFileName) + true + true + .\Debug/makebin.pdb + Console + false + + + MachineX86 + + + true + .\Debug/makebin.bsc + + + + + .\Release/makebin.tlb + + + + + MaxSpeed + OnlyExplicitInline + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions) + true + MultiThreaded + true + .\Release/makebin.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0424 + + + ..\..\bin_vc\$(TargetFileName) + true + .\Release/makebin.pdb + Console + false + + + MachineX86 + + + true + .\Release/makebin.bsc + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + \ No newline at end of file -- cgit v1.2.3