source: java/client_3D/build.bat @ 65

Last change on this file since 65 was 65, checked in by Maciej Komosinski, 13 years ago

added sources of the 3D client for the Framsticks server

File size: 247 bytes
Line 
1rem "manual" build for experienced users. otherwise use eclipse!
2mkdir bin
3set LIBDIR=static/shared/lib
4javac -classpath %LIBDIR%/jogl.jar;%LIBDIR%/foxtrot.jar;%LIBDIR%/gluegen-rt.jar -sourcepath src -d bin src\com\framsticks\net\client3D\App.java
Note: See TracBrowser for help on using the repository browser.