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/upd/upd.vcxproj | 60 +++++-------------------------------------------- 1 file changed, 6 insertions(+), 54 deletions(-) (limited to 'plugins/upd/upd.vcxproj') diff --git a/plugins/upd/upd.vcxproj b/plugins/upd/upd.vcxproj index e7e7785a..0a9a980e 100644 --- a/plugins/upd/upd.vcxproj +++ b/plugins/upd/upd.vcxproj @@ -2,6 +2,7 @@ v120 + DynamicLibrary @@ -19,57 +20,19 @@ upd - - DynamicLibrary - false - true - MultiByte - - - DynamicLibrary - false - true - MultiByte - - - - - - - - - - - - - - false - hcupd - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - false + + + hcupd - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ + $(HexChatRel)plugins\ - - - true - true WIN32;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions) - true ..\..\src\common;$(Glib);%(AdditionalIncludeDirectories) - Windows - true - true - true upd.def $(DepLibs);%(AdditionalDependencies) $(DepsRoot)\lib;%(AdditionalLibraryDirectories) @@ -77,19 +40,10 @@ - - - true - true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions) - true ..\..\src\common;$(Glib);%(AdditionalIncludeDirectories) - Windows - true - true - true upd.def $(DepLibs);%(AdditionalDependencies) $(DepsRoot)\lib;%(AdditionalLibraryDirectories) @@ -102,6 +56,4 @@ - - - \ No newline at end of file + -- cgit 1.4.1