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 ++++++++++++++++++++++++++++++++++ src/common/make-te-xp.vcxproj.filters | 22 +++++++ src/common/make-te.vcxproj | 101 +++++++++++++++++++++++++++++++++ src/common/make-te.vcxproj.filters | 22 +++++++ 4 files changed, 249 insertions(+) create mode 100644 src/common/make-te-xp.vcxproj create mode 100644 src/common/make-te-xp.vcxproj.filters create mode 100644 src/common/make-te.vcxproj create mode 100644 src/common/make-te.vcxproj.filters (limited to 'src') 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 diff --git a/src/common/make-te-xp.vcxproj.filters b/src/common/make-te-xp.vcxproj.filters new file mode 100644 index 00000000..ac9f0939 --- /dev/null +++ b/src/common/make-te-xp.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file 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 diff --git a/src/common/make-te.vcxproj.filters b/src/common/make-te.vcxproj.filters new file mode 100644 index 00000000..ac9f0939 --- /dev/null +++ b/src/common/make-te.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file -- cgit 1.4.1