4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-14 17:59:28 +08:00

12 lines
198 B
Plaintext
Raw Normal View History

2000-02-17 19:38:33 +00:00
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 ;