|
From: Elias N. <eli...@us...> - 2003-09-07 16:11:23
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/macosx
In directory sc8-pr-cvs1:/tmp/cvs-serv31051/macosx
Added Files:
Tag: macosx-gcc
Makefile.am
Log Message:
--- NEW FILE: Makefile.am ---
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/macosx/Makefile.am
noinst_LTLIBRARIES = libnative.la
libnative_la_SOURCES = $(NATIVE)
INCLUDES = -I../common
NATIVE = \
# org_lwjgl_Display.cpp \
# org_lwjgl_Sys.cpp \
# org_lwjgl_input_Controller.cpp \
# org_lwjgl_input_Keyboard.cpp \
# org_lwjgl_input_Mouse.cpp \
# org_lwjgl_input_Cursor.cpp \
# org_lwjgl_opengl_Window.cpp \
# org_lwjgl_opengl_GLCaps.cpp \
# org_lwjgl_opengl_Pbuffer.cpp
|