diff options
author | N.N. <matju@users.sourceforge.net> | 2009-05-26 05:44:04 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-05-26 05:44:04 +0000 |
commit | 14ffbf09d44b47c523915c5e68a916e13bf55c6f (patch) | |
tree | fb731475b885975459fb9a2d7bc7b785b273e68b | |
parent | 3e9867edabd68bfd6474ff8c84c54c67af0a5d35 (diff) |
sorry for the goof
svn path=/trunk/; revision=11506
-rwxr-xr-x | desiredata/src/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desiredata/src/configure b/desiredata/src/configure index aae7a853..3f2da4b5 100755 --- a/desiredata/src/configure +++ b/desiredata/src/configure @@ -5296,7 +5296,7 @@ MIDISRC="s_midi_none.c" WLIB="" STRIP="meuhhhhh" -OS=MINGW32 +OS=$(uname -s) if test $OS = Linux; then LDFLAGS="-Wl,-export-dynamic " @@ -5353,8 +5353,8 @@ if test $(echo $OS | cut -f1 -d_) = CYGWIN; then fi if test $(echo $OS | cut -f1 -d_) = MINGW32; then -# LDFLAGS="-lm -lpthreadGC2 -lwsock32 -lwinmm -lole32 -L../src -lpd" - LDFLAGS="-lm /home/matju/pthreads-mingw/lib/libpthreadGC2.a -lwsock32 -lwinmm -lole32 -L../src -lpd" + LDFLAGS="-lm -lpthreadGC2 -lwsock32 -lwinmm -lole32 -L../src -lpd" +# LDFLAGS="-lm /home/matju/pthreads-mingw/lib/libpthreadGC2.a -lwsock32 -lwinmm -lole32 -L../src -lpd" EXT=dll LIBSUFFIX=.dll CPPFLAGS="-DMSW \ |