4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 20:09:21 +08:00
2000-02-17 19:38:33 +00:00

10 lines
200 B
Plaintext

#
# 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 ;