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/common/make-te.vcxproj | 63 +++++----------------------------------------- 1 file changed, 6 insertions(+), 57 deletions(-) (limited to 'src/common/make-te.vcxproj') diff --git a/src/common/make-te.vcxproj b/src/common/make-te.vcxproj index e9b4c533..24d8f9b6 100644 --- a/src/common/make-te.vcxproj +++ b/src/common/make-te.vcxproj @@ -2,6 +2,7 @@ v120 + Application @@ -19,82 +20,30 @@ makete - - Application - false - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - - false - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - false - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ + + + + $(HexChatLib) - - - true - true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true Console - true - true - true - - "$(HexChatBin)make-te.exe" < "$(ProjectDir)textevents.in" > "$(ProjectDir)textevents.h" 2> "$(ProjectDir)textenums.h" - - - - true - true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true Console - true - true - true - - "$(HexChatBin)make-te.exe" < "$(ProjectDir)textevents.in" > "$(ProjectDir)textevents.h" 2> "$(ProjectDir)textenums.h" - - - - \ No newline at end of file + -- cgit 1.4.1