summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/samples/print/jamfile
blob: b77e6d66b3dc4726cd0b86f9ff9a17dea664869b (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 ;