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

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