Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jamfile « test « samples « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 ;