From: Michael Andreen Date: Sun, 26 Jun 2005 23:17:43 +0000 (+0000) Subject: added new target X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=commitdiff_plain;h=5577da96bf9791f767273e3fbd245be96e72fffc added new target --- diff --git a/copsrc/cop.pro b/copsrc/cop.pro index 28849d8..b1ae074 100644 --- a/copsrc/cop.pro +++ b/copsrc/cop.pro @@ -3,12 +3,13 @@ ###################################################################### TEMPLATE = app -INCLUDEPATH += ../bot +INCLUDEPATH += ../botsrc CONFIG -= qt CONFIG += debug unix:LIBS += -lm +TARGET = ../cop # Input HEADERS += cop.h -SOURCES += cop.cpp ../bot/bot.cpp +SOURCES += cop.cpp ../botsrc/bot.cpp diff --git a/robbersrc/robber.pro b/robbersrc/robber.pro index 2ad532c..5afe115 100644 --- a/robbersrc/robber.pro +++ b/robbersrc/robber.pro @@ -3,12 +3,13 @@ ###################################################################### TEMPLATE = app -INCLUDEPATH += ../bot +INCLUDEPATH += ../botsrc CONFIG -= qt CONFIG += debug unix:LIBS += -lm +TARGET = ../robber # Input -HEADERS += robber.h ../bot/bot.h -SOURCES += robber.cpp ../bot/bot.cpp +HEADERS += robber.h ../botsrc/bot.h +SOURCES += robber.cpp ../botsrc/bot.cpp