used replacement
This commit is contained in:
parent
a9a3b8c316
commit
9918e5026d
5
makefile
5
makefile
@ -12,9 +12,8 @@ SOURCES = ./src/external/SDLGL_Util.cpp ./src/VersionInfo.cpp ./src/ZE_Utility.c
|
||||
./src/ZE_ZRandGen.cpp ./src/ZE_ZRect.cpp ./src/ZE_ZServer.cpp ./src/ZE_ZSound.cpp \
|
||||
./src/ZE_ZTimer.cpp ./src/external/physfsrwops.cpp
|
||||
|
||||
OBJECTS = SDLGL_Util.o VersionInfo.o ZE_Utility.o ZE_ZClient.o ZE_ZConfigFile.o \
|
||||
ZE_ZEngine.o ZE_ZError.o ZE_ZFont.o ZE_ZImage.o ZE_ZMusic.o ZE_ZRandGen.o ZE_ZRect.o \
|
||||
ZE_ZServer.o ZE_ZSound.o ZE_ZTimer.o physfsrwops.o
|
||||
#SOURCES with path stripped and .cpp changed to .o
|
||||
OBJECTS = $(notdir $(SOURCES:.cpp=.o))
|
||||
|
||||
#build targets#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user