diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-02-25 03:53:30 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-02-25 03:53:30 +0100 |
commit | 77390b698530e1ce263c0bf7e6d0f0dca161ff59 (patch) | |
tree | ca874eb4e982d25d41c31a1b83a5878bf5fbb677 /srclib | |
parent | Begin to fix the build schema changes for apr-util (diff) | |
download | apache2-77390b698530e1ce263c0bf7e6d0f0dca161ff59.tar.xz apache2-77390b698530e1ce263c0bf7e6d0f0dca161ff59.zip |
Refresh all .mak files should we choose to roll again shortly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/expat-lite/libexpat.mak | 44 | ||||
-rw-r--r-- | srclib/pcre/dftables.mak | 2 |
2 files changed, 41 insertions, 5 deletions
diff --git a/srclib/expat-lite/libexpat.mak b/srclib/expat-lite/libexpat.mak index 912afaa7c0..7ab0154f60 100644 --- a/srclib/expat-lite/libexpat.mak +++ b/srclib/expat-lite/libexpat.mak @@ -234,9 +234,18 @@ SOURCE=".\hashtable.c" DEP_CPP_HASHT=\ ".\hashtable.h"\ ".\xmldef.h"\ + {$(INCLUDE)}"ap_config.h"\ + {$(INCLUDE)}"ap_ctype.h"\ + {$(INCLUDE)}"ap_mmn.h"\ + {$(INCLUDE)}"arpa\inet.h"\ + {$(INCLUDE)}"dirent.h"\ + {$(INCLUDE)}"hsregex.h"\ + {$(INCLUDE)}"netdb.h"\ + {$(INCLUDE)}"os.h"\ + {$(INCLUDE)}"sys\socket.h"\ NODEP_CPP_HASHT=\ - ".\ap_config.h"\ + "..\..\..\..\apache\include\ap_config_auto.h"\ ".\nspr.h"\ @@ -250,9 +259,18 @@ DEP_CPP_XMLPA=\ ".\xmlparse.h"\ ".\xmlrole.h"\ ".\xmltok.h"\ + {$(INCLUDE)}"ap_config.h"\ + {$(INCLUDE)}"ap_ctype.h"\ + {$(INCLUDE)}"ap_mmn.h"\ + {$(INCLUDE)}"arpa\inet.h"\ + {$(INCLUDE)}"dirent.h"\ + {$(INCLUDE)}"hsregex.h"\ + {$(INCLUDE)}"netdb.h"\ + {$(INCLUDE)}"os.h"\ + {$(INCLUDE)}"sys\socket.h"\ NODEP_CPP_XMLPA=\ - ".\ap_config.h"\ + "..\..\..\..\apache\include\ap_config_auto.h"\ ".\nspr.h"\ @@ -264,9 +282,18 @@ DEP_CPP_XMLRO=\ ".\xmldef.h"\ ".\xmlrole.h"\ ".\xmltok.h"\ + {$(INCLUDE)}"ap_config.h"\ + {$(INCLUDE)}"ap_ctype.h"\ + {$(INCLUDE)}"ap_mmn.h"\ + {$(INCLUDE)}"arpa\inet.h"\ + {$(INCLUDE)}"dirent.h"\ + {$(INCLUDE)}"hsregex.h"\ + {$(INCLUDE)}"netdb.h"\ + {$(INCLUDE)}"os.h"\ + {$(INCLUDE)}"sys\socket.h"\ NODEP_CPP_XMLRO=\ - ".\ap_config.h"\ + "..\..\..\..\apache\include\ap_config_auto.h"\ ".\nspr.h"\ @@ -285,9 +312,18 @@ DEP_CPP_XMLTO=\ ".\xmltok_impl.c"\ ".\xmltok_impl.h"\ ".\xmltok_ns.c"\ + {$(INCLUDE)}"ap_config.h"\ + {$(INCLUDE)}"ap_ctype.h"\ + {$(INCLUDE)}"ap_mmn.h"\ + {$(INCLUDE)}"arpa\inet.h"\ + {$(INCLUDE)}"dirent.h"\ + {$(INCLUDE)}"hsregex.h"\ + {$(INCLUDE)}"netdb.h"\ + {$(INCLUDE)}"os.h"\ + {$(INCLUDE)}"sys\socket.h"\ NODEP_CPP_XMLTO=\ - ".\ap_config.h"\ + "..\..\..\..\apache\include\ap_config_auto.h"\ ".\nspr.h"\ diff --git a/srclib/pcre/dftables.mak b/srclib/pcre/dftables.mak index 4d9216d435..1b8e847689 100644 --- a/srclib/pcre/dftables.mak +++ b/srclib/pcre/dftables.mak @@ -55,7 +55,7 @@ CLEAN : if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" CPP=cl.exe -CPP_PROJ=/nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS"\ +CPP_PROJ=/nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS"\ /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\dftables" /FD /c CPP_OBJS=.\Release/ CPP_SBRS=. |