source:
java/client_3D/build.bat
@
68
Last change on this file since 68 was 65, checked in by , 14 years ago | |
---|---|
File size: 247 bytes |
Line | |
---|---|
1 | rem "manual" build for experienced users. otherwise use eclipse! |
2 | mkdir bin |
3 | set LIBDIR=static/shared/lib |
4 | javac -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.