Created Image
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
CXXFLAGS+=-std=c++11 -DDEBUG
|
||||
LIB=-lmingw32 -lSDL_net -lSDLmain -lSDL -lwsock32 -liphlpapi
|
||||
OBJ=base_scene.o scene_manager.o main.o
|
||||
SRC=test_systems.cpp surface_manager.cpp
|
||||
SRC=test_systems.cpp surface_manager.cpp image.cpp
|
||||
|
||||
all: debug
|
||||
|
||||
@@ -15,4 +15,4 @@ clean:
|
||||
-$(RM) *.o *.a *.exe
|
||||
|
||||
unit:
|
||||
$(CXX) $(CXXFLAGS) unit.cpp surface_manager.cpp -lmingw32 -lSDLmain -lSDL
|
||||
$(CXX) $(CXXFLAGS) unit.cpp surface_manager.cpp image.cpp -lmingw32 -lSDLmain -lSDL
|
||||
|
||||
Reference in New Issue
Block a user