diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-11 10:50:19 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-11 10:50:19 -0500 |
commit | 76a8dfce1c91c8536c940b53883eaf0ed7bd769a (patch) | |
tree | 311c5e1588eb1f8bd1bf5559eb6134edda4517bc /Makefile | |
parent | f800dbc034e7a70a613bab8cd9d147be4f6e88b6 (diff) |
more windows stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -39,11 +39,11 @@ cleandata: touch brice.dat $(EXEC): $(CXXOUTDIR)/$(CXXOBJ) main.cpp - g++ -I. -std=c++11 -c entityx/help/Pool.cc -o out/Pool.o - g++ -I. -std=c++11 -c entityx/help/Timer.cc -o out/Timer.o - g++ -I. -std=c++11 -c entityx/Event.cc -o out/Event.o - g++ -I. -std=c++11 -c entityx/Entity.cc -o out/Entity.o - g++ -I. -std=c++11 -c entityx/System.cc -o out/System.o + #g++ -I. -std=c++11 -c entityx/help/Pool.cc -o out/Pool.o + #g++ -I. -std=c++11 -c entityx/help/Timer.cc -o out/Timer.o + #g++ -I. -std=c++11 -c entityx/Event.cc -o out/Event.o + #g++ -I. -std=c++11 -c entityx/Entity.cc -o out/Entity.o + #g++ -I. -std=c++11 -c entityx/System.cc -o out/System.o @echo " CXX/LD main" @$(CXX) $(CXXFLAGS) $(CXXINC) $(CXXWARN) -o $(EXEC) main.cpp out/*.o $(LIBS) |