* mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.
This commit is contained in:
parent
4635b6ebd8
commit
66e7d55998
|
@ -1,5 +1,9 @@
|
|||
2006-07-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.
|
||||
|
||||
2006-07-03 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
|
||||
Support SSE float environment in fenv.h functions.
|
||||
* cpu_features.c: New file.
|
||||
* cpu_features.h: New file.
|
||||
|
|
|
@ -95,7 +95,7 @@ OPTFLAGS= -fomit-frame-pointer
|
|||
MNO_CYGWIN = @MNO_CYGWIN@
|
||||
|
||||
W32API_INCLUDE = @W32API_INCLUDE@
|
||||
INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
|
||||
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../include \
|
||||
-nostdinc \
|
||||
-iwithprefixbefore include
|
||||
ALL_CFLAGS = $(CFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN)
|
||||
|
|
Loading…
Reference in New Issue