Fix up the makefile
This commit is contained in:
parent
2d9c439490
commit
278ba01538
3
Makefile
3
Makefile
|
@ -10,6 +10,7 @@ OBJS = gl-rgb.o gl-fog.o gl-sh4-light.o gl-light.o gl-clip.o gl-clip-arrays.o
|
||||||
OBJS += gl-arrays.o gl-pvr.o gl-matrix.o gl-api.o glu-texture.o
|
OBJS += gl-arrays.o gl-pvr.o gl-matrix.o gl-api.o glu-texture.o
|
||||||
OBJS += gl-framebuffer.o gl-cap.o gl-error.o
|
OBJS += gl-framebuffer.o gl-cap.o gl-error.o
|
||||||
OBJS += GL/draw.o GL/flush.o GL/framebuffer.o GL/immediate.o GL/lighting.o GL/state.o GL/texture.o
|
OBJS += GL/draw.o GL/flush.o GL/framebuffer.o GL/immediate.o GL/lighting.o GL/state.o GL/texture.o
|
||||||
|
OBJS += GL/matrix.o
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ link:
|
||||||
build: $(OBJS) link
|
build: $(OBJS) link
|
||||||
|
|
||||||
|
|
||||||
defaultall: create_kos_link build subdirs linklib
|
defaultall: build subdirs linklib create_kos_link
|
||||||
|
|
||||||
include $(KOS_BASE)/addons/Makefile.prefab
|
include $(KOS_BASE)/addons/Makefile.prefab
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user