aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/samples/test/jamfile
blob: 332ac04b83e22461b6a3c5fa6a0d4e931beb4afa (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 ;