From a57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 16:00:13 +0200 Subject: Add XP (WDK) solution as a fallback option --- plugins/tcl/tcl-xp.vcxproj | 114 +++++++++++++++++++++++++++++++++++++ plugins/tcl/tcl-xp.vcxproj.filters | 35 ++++++++++++ 2 files changed, 149 insertions(+) create mode 100644 plugins/tcl/tcl-xp.vcxproj create mode 100644 plugins/tcl/tcl-xp.vcxproj.filters (limited to 'plugins/tcl') diff --git a/plugins/tcl/tcl-xp.vcxproj b/plugins/tcl/tcl-xp.vcxproj new file mode 100644 index 00000000..08d55b2c --- /dev/null +++ b/plugins/tcl/tcl-xp.vcxproj @@ -0,0 +1,114 @@ + + + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + {2773666A-8CFC-4533-A043-EAD59F16A1C7} + Win32Proj + tcl + + + + DynamicLibrary + false + true + MultiByte + WDK7 + + + DynamicLibrary + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + false + $(TclOutput) + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + false + $(TclOutput) + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + + Level1 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) + $(TclPath)\include;..;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + $(TclPath)\lib;%(AdditionalLibraryDirectories) + "$(TclLib).lib";%(AdditionalDependencies) + tcl.def + $(TclLib).dll;%(DelayLoadDLLs) + + + + + Level1 + NotUsing + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) + $(TclPath)\include;..;%(AdditionalIncludeDirectories) + true + + + Windows + true + true + true + $(TclPath)\lib;%(AdditionalLibraryDirectories) + "$(TclLib).lib";%(AdditionalDependencies) + tcl.def + $(TclLib).dll;%(DelayLoadDLLs) + + + + + + \ No newline at end of file diff --git a/plugins/tcl/tcl-xp.vcxproj.filters b/plugins/tcl/tcl-xp.vcxproj.filters new file mode 100644 index 00000000..43f63d84 --- /dev/null +++ b/plugins/tcl/tcl-xp.vcxproj.filters @@ -0,0 +1,35 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + + + Source Files + + + + + Resource Files + + + \ No newline at end of file -- cgit 1.4.1