mirror of
https://github.com/bradgrantham/apple2e.git
synced 2024-11-16 08:05:24 +00:00
remove unneeded libraries and includes
This commit is contained in:
parent
e29d6ff984
commit
873aeb596f
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
INCFLAGS += -I/opt/local/include -I/opt/local/include/freetype2
|
INCFLAGS += -I/opt/local/include
|
||||||
CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++11 -O
|
CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++11 -O
|
||||||
LDFLAGS += -L/opt/local/lib
|
LDFLAGS += -L/opt/local/lib
|
||||||
LDLIBS += -lglfw -lfreeimageplus -lfreetype -framework OpenGL -framework Cocoa -framework IOkit
|
LDLIBS += -lglfw -framework OpenGL -framework Cocoa -framework IOkit
|
||||||
|
|
||||||
OBJECTS = apple2e.o keyboard.o dis6502.o fake6502.o interface.o
|
OBJECTS = apple2e.o keyboard.o dis6502.o fake6502.o interface.o
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user