source:
java/client_3D/build.bat
@
66
Last change on this file since 66 was 65, checked in by , 14 years ago | |
---|---|
File size: 247 bytes |
Rev | Line | |
---|---|---|
[65] | 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.