mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-02 11:34:38 +01:00
Fix linux makefiles
This commit is contained in:
parent
8878b11953
commit
fbf42c7326
|
|
@ -5,12 +5,10 @@ INCLUDES=-I..
|
|||
SRC = org_lwjgl_opengl_ARBBufferObject.cpp \
|
||||
org_lwjgl_opengl_ARBDrawBuffers.cpp \
|
||||
org_lwjgl_opengl_ARBProgram.cpp \
|
||||
org_lwjgl_opengl_ARBProgram.cpp \
|
||||
org_lwjgl_opengl_ARBMatrixPalette.cpp \
|
||||
org_lwjgl_opengl_ARBMultisample.cpp \
|
||||
org_lwjgl_opengl_ARBMultitexture.cpp \
|
||||
org_lwjgl_opengl_ARBPointParameters.cpp \
|
||||
org_lwjgl_opengl_ARBProgram.cpp \
|
||||
org_lwjgl_opengl_ARBTextureCompression.cpp \
|
||||
org_lwjgl_opengl_ARBTransposeMatrix.cpp \
|
||||
org_lwjgl_opengl_ARBVertexBlend.cpp \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ noinst_LTLIBRARIES = libati.la
|
|||
libati_la_SOURCES = $(SRC)
|
||||
INCLUDES=-I..
|
||||
SRC=org_lwjgl_opengl_ATIElementArray.cpp \
|
||||
org_lwjgl_opengl_ATIElementArray.cpp \
|
||||
org_lwjgl_opengl_ATIEnvmapBumpmap.cpp \
|
||||
org_lwjgl_opengl_ATIFragmentShader.cpp \
|
||||
org_lwjgl_opengl_ATIPnTriangles.cpp \
|
||||
|
|
|
|||
Loading…
Reference in a new issue