summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/samples/test/jamfile
blob: 2fc7b84afe37bd16f650461475362ee599ea1e9e (plain)
1
2
3
4
5
6
7
8
9
#
# 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 ;