aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/samples/print/jamfile
blob: f5395339df33b7b59e9b6247fdfcb5a39dd928e5 (plain)
1
2
3
4
5
6
7
8
9
#
# A simple example which prints a message on a selected printer. This won't
# work right unless you make PRINTDLG a packed structure!
#

Main prntest.exe : prntest.c ;

Gui prntest.exe ;