Uh hum, just not my day
This commit is contained in:
parent
60e9842b39
commit
4c6bc0ed42
|
@ -95,7 +95,7 @@ THREAD_DLL_NAME = $(THREAD_DLL)$(THREAD_DLL_VERSION).dll
|
|||
# Various libraries.
|
||||
LIBM_A=@LIBM_A@
|
||||
|
||||
W32API_INCLUDES = @W32API_INCLUDE@
|
||||
W32API_INCLUDE = @W32API_INCLUDE@
|
||||
INCLUDES+= -I$(srcdir)/include \
|
||||
-I$(srcdir)/../include \
|
||||
-nostdinc -nostdinc++ \
|
||||
|
|
|
@ -657,7 +657,7 @@ esac
|
|||
|
||||
|
||||
|
||||
W32API_INCLUDE='-I $(subdir)/../w32api/include'
|
||||
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
|
||||
|
||||
|
||||
# Find a good install program. We prefer a C program (faster),
|
||||
|
|
|
@ -47,7 +47,7 @@ esac
|
|||
|
||||
AC_SUBST(MNO_CYGWIN)
|
||||
|
||||
W32API_INCLUDE='-I $(subdir)/../w32api/include'
|
||||
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
|
||||
AC_SUBST(W32API_INCLUDE)
|
||||
|
||||
AC_PROG_INSTALL
|
||||
|
|
|
@ -671,7 +671,7 @@ case "$target_os" in
|
|||
;;
|
||||
esac
|
||||
|
||||
W32API_INCLUDE='-I $(subdir)/../w32api/include'
|
||||
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ case "$target_os" in
|
|||
;;
|
||||
esac
|
||||
|
||||
W32API_INCLUDE='-I $(subdir)/../w32api/include'
|
||||
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
|
||||
|
||||
AC_SUBST(CRT_ID)
|
||||
AC_SUBST(RUNTIME)
|
||||
|
|
Loading…
Reference in New Issue