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