From 9858784eb6369dc189836f8971791af5238145ea Mon Sep 17 00:00:00 2001 From: Arnavion Date: Wed, 11 Feb 2015 10:01:29 -0800 Subject: Better project files. - Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory --- plugins/exec/exec.vcxproj | 60 +++++------------------------------------------ 1 file changed, 6 insertions(+), 54 deletions(-) (limited to 'plugins/exec') diff --git a/plugins/exec/exec.vcxproj b/plugins/exec/exec.vcxproj index a04c0046..d691bb11 100644 --- a/plugins/exec/exec.vcxproj +++ b/plugins/exec/exec.vcxproj @@ -2,6 +2,7 @@ v120 + DynamicLibrary @@ -19,75 +20,28 @@ exec - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - false - hcexec - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - false + + + hcexec - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ + $(HexChatRel)plugins\ - - - true - true WIN32;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions) - true ..\..\src\common;%(AdditionalIncludeDirectories) - Windows - true - true - true exec.def - - - true - true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions) - true ..\..\src\common;%(AdditionalIncludeDirectories) - Windows - true - true - true exec.def @@ -98,6 +52,4 @@ - - - \ No newline at end of file + -- cgit 1.4.1