root/oscpack/tags/pre_svn_snapshot_2005_06_13_1735/make.MinGW32.bat

Revision 5, 0.9 kB (checked in by ross, 3 years ago)

commiting most recent pre-svn oscpack version. Main change is new networking classes with new unified UdpSocket? class, support for listening to multiple sockets. New IpEndpointName? class for refering to endpoints by name, ip address etc.

  • Property svn:eol-style set to native
Line 
1 del bin\OscUnitTests.exe
2 del bin\OscDump.exe
3 del bin\OscSendTests.exe
4 del bin\OscReceiveTest.exe
5 mkdir bin
6
7 g++ osc\OscUnitTests.cpp osc\OscTypes.cpp osc\OscReceivedElements.cpp osc\OscPrintReceivedElements.cpp osc\OscOutboundPacketStream.cpp -Wall -I..\ip -lws2_32 -o bin\OscUnitTests.exe
8
9 g++ osc\OscDump.cpp osc\OscTypes.cpp osc\OscReceivedElements.cpp osc\OscPrintReceivedElements.cpp ip\win32\NetworkingUtils.cpp ip\win32\UdpSocket.cpp -Wall -Iip -lws2_32 -lwinmm -o bin\OscDump.exe
10
11 g++ osc\OscSendTests.cpp osc\OscTypes.cpp osc\OscOutboundPacketStream.cpp ip\win32\NetworkingUtils.cpp ip\win32\UdpSocket.cpp ip\IpEndpointName.cpp -Wall -Iip -lws2_32 -lwinmm -o bin\OscSendTests.exe
12
13 g++ osc\OscReceiveTest.cpp osc\OscTypes.cpp osc\OscReceivedElements.cpp ip\win32\NetworkingUtils.cpp ip\win32\UdpSocket.cpp -Wall -Iip -lws2_32 -lwinmm -o bin\OscReceiveTest.exe
14
15 .\bin\OscUnitTests.exe
Note: See TracBrowser for help on using the browser.