]> ruin.nu Git - icfp05.git/commitdiff
renamed and changed .pro files
authorMichael Andreen <harv@ruin.nu>
Mon, 27 Jun 2005 00:00:30 +0000 (00:00 +0000)
committerMichael Andreen <harv@ruin.nu>
Mon, 27 Jun 2005 00:00:30 +0000 (00:00 +0000)
copsrc/cop.pro [deleted file]
copsrc/copsrc.pro [new file with mode: 0644]
icfp05.pro [new file with mode: 0644]
robbersrc/robber.pro [deleted file]
robbersrc/robbersrc.pro [new file with mode: 0644]

diff --git a/copsrc/cop.pro b/copsrc/cop.pro
deleted file mode 100644 (file)
index b1ae074..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-######################################################################
-# Automatically generated by qmake (1.07a) Fri Jun 24 23:15:16 2005
-######################################################################
-
-TEMPLATE = app
-INCLUDEPATH += ../botsrc
-CONFIG -= qt
-CONFIG += debug
-unix:LIBS += -lm
-TARGET = ../cop
-
-
-# Input
-HEADERS += cop.h
-SOURCES += cop.cpp ../botsrc/bot.cpp
diff --git a/copsrc/copsrc.pro b/copsrc/copsrc.pro
new file mode 100644 (file)
index 0000000..b1ae074
--- /dev/null
@@ -0,0 +1,15 @@
+######################################################################
+# Automatically generated by qmake (1.07a) Fri Jun 24 23:15:16 2005
+######################################################################
+
+TEMPLATE = app
+INCLUDEPATH += ../botsrc
+CONFIG -= qt
+CONFIG += debug
+unix:LIBS += -lm
+TARGET = ../cop
+
+
+# Input
+HEADERS += cop.h
+SOURCES += cop.cpp ../botsrc/bot.cpp
diff --git a/icfp05.pro b/icfp05.pro
new file mode 100644 (file)
index 0000000..361cdb1
--- /dev/null
@@ -0,0 +1,7 @@
+######################################################################
+# Automatically generated by qmake (1.07a) Mon Jun 27 01:18:56 2005
+######################################################################
+
+TEMPLATE = subdirs
+
+SUBDIRS = robbersrc copsrc
diff --git a/robbersrc/robber.pro b/robbersrc/robber.pro
deleted file mode 100644 (file)
index 5afe115..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-######################################################################
-# Automatically generated by qmake (1.07a) Fri Jun 24 23:15:16 2005
-######################################################################
-
-TEMPLATE = app
-INCLUDEPATH += ../botsrc
-CONFIG -= qt
-CONFIG += debug
-unix:LIBS += -lm
-TARGET = ../robber
-
-
-# Input
-HEADERS += robber.h ../botsrc/bot.h
-SOURCES += robber.cpp ../botsrc/bot.cpp
diff --git a/robbersrc/robbersrc.pro b/robbersrc/robbersrc.pro
new file mode 100644 (file)
index 0000000..5afe115
--- /dev/null
@@ -0,0 +1,15 @@
+######################################################################
+# Automatically generated by qmake (1.07a) Fri Jun 24 23:15:16 2005
+######################################################################
+
+TEMPLATE = app
+INCLUDEPATH += ../botsrc
+CONFIG -= qt
+CONFIG += debug
+unix:LIBS += -lm
+TARGET = ../robber
+
+
+# Input
+HEADERS += robber.h ../botsrc/bot.h
+SOURCES += robber.cpp ../botsrc/bot.cpp