Added linux/mac debug build script

This commit is contained in:
Elias Naur 2003-11-25 21:26:55 +00:00
parent 43bd86b682
commit dcaa98be1f
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
make distclean
./autogen.sh
./configure
make

7
src/native/build_debug.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
make distclean
./autogen.sh
./configure --enable-debug
make
strip .libs/liblwjgl.0