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 --- src/fe-text/fe-text.vcxproj | 60 ++++++++------------------------------------- 1 file changed, 10 insertions(+), 50 deletions(-) (limited to 'src/fe-text') diff --git a/src/fe-text/fe-text.vcxproj b/src/fe-text/fe-text.vcxproj index c59c57bc..1da7e733 100644 --- a/src/fe-text/fe-text.vcxproj +++ b/src/fe-text/fe-text.vcxproj @@ -2,6 +2,7 @@ v120 + Application @@ -19,77 +20,38 @@ fetext - - Application - false - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - - false - hexchat-text - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - false + + + hexchat-text - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ + $(HexChatRel) - - - true - true WIN32;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions) - $(SolutionDir)..;$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) - true + $(HexChatLib);$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) Console true true true - $(DepLibs);"$(OutDir)\common.lib";%(AdditionalDependencies) + $(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies) $(DepsRoot)\lib;%(AdditionalLibraryDirectories) - - - true - true WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions) - $(SolutionDir)..;$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) - true + $(HexChatLib);$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) Console true true true - $(DepLibs);"$(OutDir)\common.lib";%(AdditionalDependencies) + $(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies) $(DepsRoot)\lib;%(AdditionalLibraryDirectories) @@ -100,6 +62,4 @@ - - - \ No newline at end of file + -- cgit 1.4.1