aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-11 10:50:19 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-11 10:50:19 -0500
commit76a8dfce1c91c8536c940b53883eaf0ed7bd769a (patch)
tree311c5e1588eb1f8bd1bf5559eb6134edda4517bc /Makefile
parentf800dbc034e7a70a613bab8cd9d147be4f6e88b6 (diff)
more windows stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f8d7511..0e1f54e 100644
--- a/Makefile
+++ b/Makefile
@@ -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)