[Winbash-checkins] CVS: winbash Makefile,1.8,1.9
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-16 02:36:10
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv27810 Modified Files: Makefile Log Message: defined OPENDIR_NOT_ROBUST to make globbing work as expected on win32 Index: Makefile =================================================================== RCS file: /cvsroot/winbash/winbash/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 14 Mar 2002 00:29:47 -0000 1.8 +++ Makefile 16 Mar 2002 02:36:07 -0000 1.9 @@ -17,7 +17,7 @@ DEFS += -DHAVE_STRERROR -DHAVE_DIRENT -DHAVE_STRING_H -DHAVE_VARARGS_H DEFS += -DHAVE_STRCHR -DSHELL DEFS += -DMSDOS -DHAVE_ALLOCA -DHAVE_ALLOCA_H -DEFS += -D__NT_VC__ -DCONIO +DEFS += -D__NT_VC__ -DCONIO -DOPENDIR_NOT_ROBUST CPPFLAGS += -I. CPPFLAGS += -I./lib CPPFLAGS += -I./dum_inc |