From: Gregory P. <gre...@us...> - 2003-01-02 05:45:46
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv30087/src/native/common Modified Files: extal.h Log Message: Clean OSX release, changed the platform flag to TARGET_OS_MAC to match what's in OpenAL so everything builds smootly together. Index: extal.h CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/extal.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/extal.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- extal.h 1 Jan 2003 04:03:27 -0000 1.14 +++ extal.h 2 Jan 2003 05:45:43 -0000 1.15 @@ -57,6 +57,7 @@ #else #ifdef TARGET_OS_MAC #if TARGET_OS_MAC + #pragma export on #endif #endif @@ -109,7 +110,6 @@ #else #ifdef TARGET_OS_MAC #if TARGET_OS_MAC - #define _OSX #pragma export on #endif #endif |