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-xp.vcxproj | 104 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 src/common/make-te-xp.vcxproj (limited to 'src/common/make-te-xp.vcxproj') diff --git a/src/common/make-te-xp.vcxproj b/src/common/make-te-xp.vcxproj new file mode 100644 index 00000000..0b9fe354 --- /dev/null +++ b/src/common/make-te-xp.vcxproj @@ -0,0 +1,104 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {A7D7CE59-2A31-48AE-BED2-A9828E241832} + Win32Proj + makete + make-te + + + + Application + false + true + MultiByte + WDK7 + + + Application + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + 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