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


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

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


desc
@Jam file to build globbing examples.
@


1.2
log
@Fixed problem that made glob.c get compiled twice.
@
text
@
Object glob.o : glob.c ;

MainFromObjects glob.exe : glob.o ;

Main noglob.exe : noglob.c ;

LIBDIR = \\mingw32\\lib\\ ;

MainFromObjects CRTnoglob.exe : glob.o $(LIBDIR)CRT_noglob.o ;

@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
Main glob.exe : glob.c ;
d4 2
d10 1
a10 1
Main CRTnoglob.exe : glob.c $(LIBDIR)CRT_noglob.o ;
@
