From ae2cfa16d9d8662ea6cffb9e692ac9bfd7285ff7 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 4 Oct 2012 21:07:26 +0200 Subject: Add project for generating text events --- src/common/make-te.vcxproj | 101 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 src/common/make-te.vcxproj (limited to 'src/common/make-te.vcxproj') diff --git a/src/common/make-te.vcxproj b/src/common/make-te.vcxproj new file mode 100644 index 00000000..61a24107 --- /dev/null +++ b/src/common/make-te.vcxproj @@ -0,0 +1,101 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {A7D7CE59-2A31-48AE-BED2-A9828E241832} + Win32Proj + makete + + + + Application + false + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + + + false + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + false + $(HexChatBin) + $(HexChatObj)$(ProjectName)\ + + + + Level1 + + + MaxSpeed + 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" + + + + + Level1 + + + MaxSpeed + 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