Revision 38 MultitouchSu.cbp
| MultitouchSu.cbp (revision 38) | ||
|---|---|---|
| 2 | 2 |
<CodeBlocks_project_file> |
| 3 | 3 |
<FileVersion major="1" minor="6" /> |
| 4 | 4 |
<Project> |
| 5 |
<Option title="MultitouchSu" /> |
|
| 5 |
<Option title="MultitouchSU" /> |
|
| 6 | 6 |
<Option pch_mode="2" /> |
| 7 | 7 |
<Option compiler="gcc" /> |
| 8 | 8 |
<Build> |
| 9 | 9 |
<Target title="Debug"> |
| 10 |
<Option output="bin\Debug\MultitouchSu" prefix_auto="1" extension_auto="1" /> |
|
| 11 |
<Option object_output="obj\Debug\" /> |
|
| 10 |
<Option output=".\Debug\MultitouchSU" prefix_auto="1" extension_auto="1" /> |
|
| 11 |
<Option object_output=".\Debug\" /> |
|
| 12 | 12 |
<Option type="3" /> |
| 13 | 13 |
<Option compiler="gcc" /> |
| 14 |
<Option host_application="MultitouchSu\debug\MultitouchsuTest.exe" /> |
|
| 14 | 15 |
<Option createDefFile="1" /> |
| 15 | 16 |
<Option createStaticLib="1" /> |
| 16 | 17 |
<Compiler> |
| 17 | 18 |
<Add option="-Wall" /> |
| 19 |
<Add option="-g" /> |
|
| 18 | 20 |
<Add option="-DBUILD_DLL" /> |
| 19 |
<Add option="-g" /> |
|
| 21 |
<Add option="-DDLLFUNCTIONS_EXPORTS" /> |
|
| 22 |
<Add option="-DWIN32" /> |
|
| 23 |
<Add option="-D_WINDOWS" /> |
|
| 24 |
<Add option="-D__WXMSW__" /> |
|
| 25 |
<Add option="-DwxUSE_GUI=1" /> |
|
| 26 |
<Add option="-DHAVE_ISINF" /> |
|
| 27 |
<Add option="-DENDIANESS=OSC_HOST_LITTLE_ENDIAN" /> |
|
| 28 |
<Add option="-DLOGGING" /> |
|
| 29 |
<Add option="-DNO_LOGGING_TUIO" /> |
|
| 30 |
<Add directory="$(#wx)\include" /> |
|
| 31 |
<Add directory="$(#WX)\lib\gcc_lib\msw" /> |
|
| 32 |
<Add directory="c:\User\Programs\ruby\lib\ruby\1.8\i386-mswin32" /> |
|
| 33 |
<Add directory="..\TUIO_CPP\TUIO" /> |
|
| 34 |
<Add directory="..\TUIO_CPP\oscpack" /> |
|
| 20 | 35 |
</Compiler> |
| 21 | 36 |
<Linker> |
| 37 |
<Add library="wxmsw28" /> |
|
| 38 |
<Add library="c:\Program Files\Google\Google SketchUp 7\msvcrt-ruby18.dll" /> |
|
| 22 | 39 |
<Add library="user32" /> |
| 40 |
<Add library="comctl32" /> |
|
| 41 |
<Add library="uuid" /> |
|
| 42 |
<Add library="oleaut32" /> |
|
| 43 |
<Add library="ole32" /> |
|
| 44 |
<Add library="shell32" /> |
|
| 45 |
<Add library="comdlg32" /> |
|
| 46 |
<Add library="ctl3d32" /> |
|
| 47 |
<Add library="advapi32" /> |
|
| 48 |
<Add library="gdi32" /> |
|
| 49 |
<Add library="ws2_32" /> |
|
| 50 |
<Add library="winmm" /> |
|
| 51 |
<Add directory="$(#WX)\lib\gcc_lib\msw" /> |
|
| 52 |
<Add directory="$(#wx)\lib\gcc_lib" /> |
|
| 23 | 53 |
</Linker> |
| 24 | 54 |
</Target> |
| 25 | 55 |
<Target title="Release"> |
| 26 |
<Option output="bin\Release\MultitouchSu" prefix_auto="1" extension_auto="1" /> |
|
| 27 |
<Option object_output="obj\Release\" /> |
|
| 56 |
<Option output=".\Release\MultitouchSU" prefix_auto="1" extension_auto="1" /> |
|
| 57 |
<Option object_output=".\Release\" /> |
|
| 28 | 58 |
<Option type="3" /> |
| 29 | 59 |
<Option compiler="gcc" /> |
| 60 |
<Option host_application="MultitouchSu\debug\MultitouchsuTest.exe" /> |
|
| 30 | 61 |
<Option createDefFile="1" /> |
| 31 | 62 |
<Option createStaticLib="1" /> |
| 32 | 63 |
<Compiler> |
| 64 |
<Add option="-O2" /> |
|
| 33 | 65 |
<Add option="-Wall" /> |
| 34 | 66 |
<Add option="-DBUILD_DLL" /> |
| 35 |
<Add option="-O2" /> |
|
| 67 |
<Add option="-DDLLFUNCTIONS_EXPORTS" /> |
|
| 68 |
<Add option="-DWIN32" /> |
|
| 69 |
<Add option="-D_WINDOWS" /> |
|
| 70 |
<Add option="-D__WXMSW__" /> |
|
| 71 |
<Add option="-DwxUSE_GUI=1" /> |
|
| 72 |
<Add option="-DHAVE_ISINF" /> |
|
| 73 |
<Add option="-DENDIANESS=OSC_HOST_LITTLE_ENDIAN" /> |
|
| 74 |
<Add option="-DNO_LOGGING" /> |
|
| 75 |
<Add option="-DNO_LOGGING_TUIO" /> |
|
| 76 |
<Add directory="$(#wx)\include" /> |
|
| 77 |
<Add directory="$(#WX)\lib\gcc_lib\msw" /> |
|
| 78 |
<Add directory="c:\User\Programs\ruby\lib\ruby\1.8\i386-mswin32" /> |
|
| 79 |
<Add directory="..\TUIO_CPP\TUIO" /> |
|
| 80 |
<Add directory="..\TUIO_CPP\oscpack" /> |
|
| 36 | 81 |
</Compiler> |
| 37 | 82 |
<Linker> |
| 38 | 83 |
<Add option="-s" /> |
| 84 |
<Add library="wxmsw28" /> |
|
| 85 |
<Add library="c:\Program Files\Google\Google SketchUp 7\msvcrt-ruby18.dll" /> |
|
| 39 | 86 |
<Add library="user32" /> |
| 87 |
<Add library="comctl32" /> |
|
| 88 |
<Add library="uuid" /> |
|
| 89 |
<Add library="oleaut32" /> |
|
| 90 |
<Add library="ole32" /> |
|
| 91 |
<Add library="shell32" /> |
|
| 92 |
<Add library="comdlg32" /> |
|
| 93 |
<Add library="ctl3d32" /> |
|
| 94 |
<Add library="advapi32" /> |
|
| 95 |
<Add library="gdi32" /> |
|
| 96 |
<Add library="ws2_32" /> |
|
| 97 |
<Add library="winmm" /> |
|
| 98 |
<Add directory="$(#WX)\lib\gcc_lib\msw" /> |
|
| 99 |
<Add directory="$(#wx)\lib\gcc_lib" /> |
|
| 40 | 100 |
</Linker> |
| 101 |
<ExtraCommands> |
|
| 102 |
<Add after="cmd /c @echo Running upx.exe" /> |
|
| 103 |
<Add after="cmd /c c:\Usr\bin\upx.exe release\MultitouchSu.dll" /> |
|
| 104 |
</ExtraCommands> |
|
| 41 | 105 |
</Target> |
| 42 | 106 |
</Build> |
| 43 |
<Unit filename="main.cpp" /> |
|
| 44 |
<Unit filename="main.h" /> |
|
| 107 |
<Unit filename="HiddenFrame.cpp" /> |
|
| 108 |
<Unit filename="HiddenFrame.h" /> |
|
| 109 |
<Unit filename="MSWrunmacro.cpp" /> |
|
| 110 |
<Unit filename="MSWrunmacro.h" /> |
|
| 111 |
<Unit filename="MtSuGlobals.h" /> |
|
| 112 |
<Unit filename="MultitouchSU.h" /> |
|
| 113 |
<Unit filename="MultitouchSu.cpp" /> |
|
| 114 |
<Unit filename="MultitouchSuTestFrame.cpp"> |
|
| 115 |
<Option target="<{~None~}>" />
|
|
| 116 |
</Unit> |
|
| 117 |
<Unit filename="MultitouchSuTestFrame.h"> |
|
| 118 |
<Option target="<{~None~}>" />
|
|
| 119 |
</Unit> |
|
| 120 |
<Unit filename="MultitouchsuPlgn.rb" /> |
|
| 121 |
<Unit filename="RubyClass.cpp" /> |
|
| 122 |
<Unit filename="RubyClass.h" /> |
|
| 123 |
<Unit filename="RubyEval.cpp"> |
|
| 124 |
<Option target="<{~None~}>" />
|
|
| 125 |
</Unit> |
|
| 126 |
<Unit filename="RubyEval.h"> |
|
| 127 |
<Option target="<{~None~}>" />
|
|
| 128 |
</Unit> |
|
| 129 |
<Unit filename="TuioSuDump.cpp" /> |
|
| 130 |
<Unit filename="TuioSuDump.h" /> |
|
| 131 |
<Unit filename="debugging.cpp" /> |
|
| 132 |
<Unit filename="debugging.h" /> |
|
| 133 |
<Unit filename="keytables.cpp" /> |
|
| 134 |
<Unit filename="keytables.h" /> |
|
| 135 |
<Unit filename="..\TUIO_CPP\TUIO\TuioClient.cpp" /> |
|
| 136 |
<Unit filename="..\TUIO_CPP\TUIO\TuioClient.h" /> |
|
| 137 |
<Unit filename="..\TUIO_CPP\TUIO\TuioContainer.h" /> |
|
| 138 |
<Unit filename="..\TUIO_CPP\TUIO\TuioCursor.h" /> |
|
| 139 |
<Unit filename="..\TUIO_CPP\TUIO\TuioListener.h" /> |
|
| 140 |
<Unit filename="..\TUIO_CPP\TUIO\TuioObject.h" /> |
|
| 141 |
<Unit filename="..\TUIO_CPP\TUIO\TuioPoint.h" /> |
|
| 142 |
<Unit filename="..\TUIO_CPP\TUIO\TuioServer.h" /> |
|
| 143 |
<Unit filename="..\TUIO_CPP\TUIO\TuioTime.cpp" /> |
|
| 144 |
<Unit filename="..\TUIO_CPP\oscpack\ip\NetworkingUtils.h" /> |
|
| 145 |
<Unit filename="..\TUIO_CPP\oscpack\ip\PacketListener.h" /> |
|
| 146 |
<Unit filename="..\TUIO_CPP\oscpack\ip\TimerListener.h" /> |
|
| 147 |
<Unit filename="..\TUIO_CPP\oscpack\ip\UdpSocket.h" /> |
|
| 148 |
<Unit filename="..\TUIO_CPP\oscpack\ip\win32\NetworkingUtils.cpp" /> |
|
| 149 |
<Unit filename="..\TUIO_CPP\oscpack\ip\win32\UdpSocket.cpp" /> |
|
| 150 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscException.h" /> |
|
| 151 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscHostEndianness.h" /> |
|
| 152 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscPacketListener.h" /> |
|
| 153 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscPrintReceivedElements.cpp" /> |
|
| 154 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscReceivedElements.cpp" /> |
|
| 155 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscTypes.cpp" /> |
|
| 156 |
<Unit filename="..\TUIO_CPP\oscpack\osc\OscTypes.h" /> |
|
| 45 | 157 |
<Extensions> |
| 158 |
<debugger /> |
|
| 46 | 159 |
<code_completion /> |
| 47 |
<debugger /> |
|
| 48 | 160 |
</Extensions> |
| 49 | 161 |
</Project> |
| 50 | 162 |
</CodeBlocks_project_file> |
Also available in: Unified diff
