head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	97.12.30.04.23.14;	author colin;	state Exp;
branches;
next	1.1;

1.1
date	97.07.03.00.50.38;	author colin;	state Exp;
branches;
next	;


desc
@Jam file for building our little test application.
@


1.2
log
@Modified to use the new GuiLibs jambase rule.
@
text
@#
# 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 ;

@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
LINKLIBS on test.exe = -luser32 ;
@
