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

jamfile « globbing « samples « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff3a585d603c92556fcd7e137f0c71bc0c8c51a3 (plain)
1
2
3
4
5
6
7
8
9
10
11

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 ;