newlib-cygwin/winsup/mingw/samples/test/jamfile

10 lines
200 B
Plaintext
Raw Normal View History

2000-02-18 03:38:33 +08:00
#
# 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 ;