]> ruin.nu Git - icfp05.git/blobdiff - robbersrc/robbersrc.pro
added possibility to change cost
[icfp05.git] / robbersrc / robbersrc.pro
index 5afe11576598fc4aed856e77779228152448056a..e95eca1924720d2a0a495e5cc9bc0ea3cda30206 100644 (file)
@@ -3,13 +3,12 @@
 ######################################################################
 
 TEMPLATE = app
-INCLUDEPATH += ../botsrc
 CONFIG -= qt
-CONFIG += debug
+#CONFIG += debug
 unix:LIBS += -lm
 TARGET = ../robber
 
 
 # Input
-HEADERS += robber.h ../botsrc/bot.h
+HEADERS += robber.h ../botsrc/bot.h ../botsrc/shortestPath.cpp
 SOURCES += robber.cpp ../botsrc/bot.cpp