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/cpp/sdcpp.vcxproj | 253 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 support/cpp/sdcpp.vcxproj (limited to 'support/cpp/sdcpp.vcxproj') diff --git a/support/cpp/sdcpp.vcxproj b/support/cpp/sdcpp.vcxproj new file mode 100644 index 0000000..19f4516 --- /dev/null +++ b/support/cpp/sdcpp.vcxproj @@ -0,0 +1,253 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {57BCB0F8-EF4A-4688-9B36-55A8F6DC93BF} + + + + Application + false + MultiByte + + + Application + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\bin_vc\ + $(Configuration)\ + false + ..\..\bin_vc\ + $(Configuration)\ + true + $(ProjectName) + $(ProjectName) + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/sdcpp.tlb + + + + + MaxSpeed + OnlyExplicitInline + .;..\sdbinutils\include;.\win32;.\libcpp;.\libcpp\include;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;HAVE_CONFIG_H;NDEBUG;%(PreprocessorDefinitions) + true + MultiThreaded + true + .\Release/sdcpp.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + ..\..\bin_vc\$(TargetFileName) + true + .\Release/sdcpp.pdb + Console + false + + + MachineX86 + + + true + .\Release/sdcpp.bsc + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/sdcpp.tlb + + + + + Disabled + .;..\sdbinutils\include;.\win32;.\libcpp;.\libcpp\include;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_CONSOLE;HAVE_CONFIG_H;_DEBUG;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + .\Debug/sdcpp.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + ..\..\bin_vc\$(TargetFileName) + true + true + .\Debug/sdcpp.pdb + Console + false + + + MachineX86 + + + true + .\Debug/sdcpp.bsc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + copy %(Identity) auto-host.h > nul + copy %(Identity) auto-host.h > nul + auto-host.h;%(Outputs) + auto-host.h;%(Outputs) + Generating: auto-host.h + Generating: auto-host.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Document + gawk -f opt-gather.awk %(Identity) > $(TMP)\genopts.tmp +gawk -f opt-functions.awk -f optc-gen.awk -v header_name="config.h system.h options.h" $(TMP)\genopts.tmp > options.c +gawk -f opt-functions.awk -f opth-gen.awk $(TMP)\genopts.tmp > options.h +del $(TMP)\genopts.tmp + gawk -f opt-gather.awk %(Identity) > $(TMP)\genopts.tmp +gawk -f opt-functions.awk -f optc-gen.awk -v header_name="config.h system.h options.h" $(TMP)\genopts.tmp > options.c +gawk -f opt-functions.awk -f opth-gen.awk $(TMP)\genopts.tmp > options.h +del $(TMP)\genopts.tmp + options.c;options.h;%(Outputs) + options.c;options.h;%(Outputs) + Generating: options.c and options.h + Generating: options.c and options.h + true + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3