aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/samples/test/jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/samples/test/jamfile')
-rw-r--r--winsup/mingw/samples/test/jamfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/winsup/mingw/samples/test/jamfile b/winsup/mingw/samples/test/jamfile
deleted file mode 100644
index 2fc7b84..0000000
--- a/winsup/mingw/samples/test/jamfile
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# A very simple example with which you can test your compiler/jam setup.
-# Also an interesting example of a hybrid console/GUI application.
-#
-
-Main test.exe : test.c ;
-
-GuiLibs test.exe ;
-