source: java/client_3D/build.bat

Last change on this file was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
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.