pcs 97/09/12 01:05:45
Modified: src ApacheCore.dsp ApacheCore.mak
Log:
Link with ApacheOS import lib
Revision Changes Path
1.9 +2 -2 apachen/src/ApacheCore.dsp
Index: ApacheCore.dsp
===================================================================
RCS file: /export/home/cvs/apachen/src/ApacheCore.dsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ApacheCore.dsp 1997/08/23 04:10:09 1.8
+++ ApacheCore.dsp 1997/09/12 08:05:41 1.9
@@ -54,7 +54,7 @@
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 regex\release\regex.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll
/machine:I386
+# ADD LINK32 os\win32\ApacheOSD\ApacheOS.lib regex\release\regex.lib
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib
/nologo /subsystem:windows /dll /machine:I386
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
@@ -80,7 +80,7 @@
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
-# ADD LINK32 regex\debug\regex.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll
/debug /machine:I386
+# ADD LINK32 os\win32\ApacheOSD\ApacheOS.lib regex\debug\regex.lib
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib
/nologo /subsystem:windows /dll /debug /machine:I386
!ENDIF
1.15 +301 -28 apachen/src/ApacheCore.mak
Index: ApacheCore.mak
===================================================================
RCS file: /export/home/cvs/apachen/src/ApacheCore.mak,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ApacheCore.mak 1997/08/23 04:00:18 1.14
+++ ApacheCore.mak 1997/09/12 08:05:42 1.15
@@ -112,11 +112,11 @@
BSC32_SBRS= \
LINK32=link.exe
-LINK32_FLAGS=regex\release\regex.lib kernel32.lib user32.lib gdi32.lib\
- winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
- uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows
/dll\
- /incremental:no /pdb:"$(OUTDIR)\ApacheCore.pdb" /machine:I386\
- /def:".\ApacheCore.def" /out:"$(OUTDIR)\ApacheCore.dll"\
+LINK32_FLAGS=os\win32\ApacheOSD\ApacheOS.lib regex\release\regex.lib\
+ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib\
+ shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
wsock32.lib\
+ /nologo /subsystem:windows /dll /incremental:no
/pdb:"$(OUTDIR)\ApacheCore.pdb"\
+ /machine:I386 /def:".\ApacheCore.def" /out:"$(OUTDIR)\ApacheCore.dll"\
/implib:"$(OUTDIR)\ApacheCore.lib"
DEF_FILE= \
".\ApacheCore.def"
@@ -342,11 +342,11 @@
<<
LINK32=link.exe
-LINK32_FLAGS=regex\debug\regex.lib kernel32.lib user32.lib gdi32.lib\
- winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
- uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows
/dll\
- /incremental:yes /pdb:"$(OUTDIR)\ApacheCore.pdb" /debug /machine:I386\
- /def:".\ApacheCore.def" /out:"$(OUTDIR)\ApacheCore.dll"\
+LINK32_FLAGS=os\win32\ApacheOSD\ApacheOS.lib regex\debug\regex.lib
kernel32.lib\
+ user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\
+ ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo\
+ /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\ApacheCore.pdb"
/debug\
+ /machine:I386 /def:".\ApacheCore.def" /out:"$(OUTDIR)\ApacheCore.dll"\
/implib:"$(OUTDIR)\ApacheCore.lib"
DEF_FILE= \
".\ApacheCore.def"
@@ -444,6 +444,7 @@
".\main\conf.h"\
".\main\httpd.h"\
".\main\multithread.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -460,6 +461,7 @@
".\main\conf.h"\
".\main\httpd.h"\
".\main\multithread.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -481,8 +483,14 @@
".\main\conf.h"\
".\main\http_main.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_BUFF_=\
+ ".\main\sfio.h"\
"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
@@ -497,6 +505,7 @@
".\main\conf.h"\
".\main\http_main.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -579,8 +588,14 @@
".\main\buff.h"\
".\main\conf.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
@@ -594,6 +609,7 @@
".\main\buff.h"\
".\main\conf.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -620,8 +636,14 @@
".\main\http_log.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_C=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
@@ -641,6 +663,7 @@
".\main\http_log.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -669,11 +692,17 @@
".\main\http_protocol.h"\
".\main\httpd.h"\
".\main\md5.h"\
+ ".\main\os.h"\
".\main\rfc1413.h"\
".\main\scoreboard.h"\
".\main\util_md5.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_CO=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
@@ -698,6 +727,7 @@
".\main\rfc1413.h"\
".\main\scoreboard.h"\
".\main\util_md5.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -721,8 +751,14 @@
".\main\http_core.h"\
".\main\http_log.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_L=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
@@ -739,6 +775,7 @@
".\main\http_core.h"\
".\main\http_log.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -768,11 +805,17 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\multithread.h"\
+ ".\main\os.h"\
".\main\scoreboard.h"\
".\os\win32\getopt.h"\
".\os\win32\readdir.h"\
".\os\win32\service.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_M=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
@@ -797,6 +840,7 @@
".\main\multithread.h"\
".\main\scoreboard.h"\
".\os\win32\getopt.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\os\win32\service.h"\
".\regex\regex.h"\
@@ -823,10 +867,17 @@
".\main\http_log.h"\
".\main\http_main.h"\
".\main\http_protocol.h"\
+ ".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_date.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_P=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
@@ -848,6 +899,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_date.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -875,9 +927,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\scoreboard.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_HTTP_R=\
+ ".\main\sfio.h"\
"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
@@ -899,6 +957,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\scoreboard.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -911,21 +970,30 @@
!ENDIF
SOURCE=.\main\md5c.c
+
+!IF "$(CFG)" == "ApacheCore - Win32 Release"
+
DEP_CPP_MD5C_=\
".\main\conf.h"\
".\main\md5.h"\
+ ".\main\os.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
-!IF "$(CFG)" == "ApacheCore - Win32 Release"
-
-
"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_MD5C_=\
+ ".\main\conf.h"\
+ ".\main\md5.h"\
+ ".\os\win32\os.h"\
+ ".\regex\regex.h"\
+
"$(INTDIR)\md5c.obj" "$(INTDIR)\md5c.sbr" : $(SOURCE) $(DEP_CPP_MD5C_)\
"$(INTDIR)"
@@ -947,8 +1015,14 @@
".\main\http_log.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_A=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
@@ -966,6 +1040,7 @@
".\main\http_log.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -992,9 +1067,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AC=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
@@ -1015,6 +1096,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1036,8 +1118,14 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AL=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
@@ -1052,6 +1140,7 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1077,9 +1166,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AS=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
@@ -1099,6 +1194,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1123,8 +1219,14 @@
".\main\http_log.h"\
".\main\http_protocol.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AU=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
@@ -1142,6 +1244,7 @@
".\main\http_log.h"\
".\main\http_protocol.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1168,9 +1271,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_AUT=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
@@ -1191,6 +1300,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1218,9 +1328,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_C=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
@@ -1242,6 +1358,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1268,9 +1385,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_D=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
@@ -1291,6 +1414,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1312,8 +1436,14 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_DL=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_dll.obj" : $(SOURCE) $(DEP_CPP_MOD_DL) "$(INTDIR)"
@@ -1328,6 +1458,7 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1349,8 +1480,14 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_E=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
@@ -1365,6 +1502,7 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1391,9 +1529,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_I=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
@@ -1414,6 +1558,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1440,9 +1585,17 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_IN=\
+ ".\main\sfio.h"\
+ ".\modules\standard\config.h"\
+ ".\modules\standard\modules\perl\mod_perl.h"\
"$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
@@ -1463,6 +1616,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1488,9 +1642,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_IS=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
@@ -1510,6 +1670,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1532,8 +1693,14 @@
".\main\http_config.h"\
".\main\http_core.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_L=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
@@ -1549,6 +1716,7 @@
".\main\http_config.h"\
".\main\http_core.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1570,9 +1738,15 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\modules\standard\mod_mime.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_M=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
@@ -1588,6 +1762,7 @@
".\main\http_config.h"\
".\main\httpd.h"\
".\modules\standard\mod_mime.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1612,9 +1787,15 @@
".\main\http_log.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_N=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
@@ -1633,6 +1814,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1656,8 +1838,14 @@
".\main\http_core.h"\
".\main\http_log.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_S=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
@@ -1674,6 +1862,7 @@
".\main\http_core.h"\
".\main\http_log.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1695,8 +1884,14 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MOD_U=\
+ ".\main\sfio.h"\
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
@@ -1711,6 +1906,7 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1732,8 +1928,14 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_MODUL=\
+ ".\main\sfio.h"\
"$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
@@ -1748,6 +1950,7 @@
".\main\conf.h"\
".\main\http_config.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1760,21 +1963,30 @@
!ENDIF
SOURCE=.\os\win32\multithread.c
+
+!IF "$(CFG)" == "ApacheCore - Win32 Release"
+
DEP_CPP_MULTI=\
".\main\conf.h"\
".\main\multithread.h"\
+ ".\main\os.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
-!IF "$(CFG)" == "ApacheCore - Win32 Release"
-
-
"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_MULTI=\
+ ".\main\conf.h"\
+ ".\main\multithread.h"\
+ ".\os\win32\os.h"\
+ ".\regex\regex.h"\
+
"$(INTDIR)\multithread.obj" "$(INTDIR)\multithread.sbr" : $(SOURCE)\
$(DEP_CPP_MULTI) "$(INTDIR)"
@@ -1784,12 +1996,13 @@
!ENDIF
SOURCE=.\os\win32\readdir.c
-DEP_CPP_READD=\
- ".\os\win32\readdir.h"\
-
!IF "$(CFG)" == "ApacheCore - Win32 Release"
+DEP_CPP_READD=\
+ ".\os\win32\readdir.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
"$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -1797,6 +2010,9 @@
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_READD=\
+ ".\os\win32\readdir.h"\
+
"$(INTDIR)\readdir.obj" "$(INTDIR)\readdir.sbr" : $(SOURCE)
$(DEP_CPP_READD)\
"$(INTDIR)"
@@ -1816,9 +2032,15 @@
".\main\http_log.h"\
".\main\http_main.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\rfc1413.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_RFC14=\
+ ".\main\sfio.h"\
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
@@ -1835,6 +2057,7 @@
".\main\http_main.h"\
".\main\httpd.h"\
".\main\rfc1413.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1847,22 +2070,32 @@
!ENDIF
SOURCE=.\os\win32\service.c
+
+!IF "$(CFG)" == "ApacheCore - Win32 Release"
+
DEP_CPP_SERVI=\
".\main\conf.h"\
".\main\multithread.h"\
+ ".\main\os.h"\
".\os\win32\service.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
-!IF "$(CFG)" == "ApacheCore - Win32 Release"
-
-
"$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_SERVI=\
+ ".\main\conf.h"\
+ ".\main\multithread.h"\
+ ".\os\win32\os.h"\
+ ".\os\win32\service.h"\
+ ".\regex\regex.h"\
+
"$(INTDIR)\service.obj" "$(INTDIR)\service.sbr" : $(SOURCE)
$(DEP_CPP_SERVI)\
"$(INTDIR)"
@@ -1881,8 +2114,14 @@
".\main\conf.h"\
".\main\http_conf_globals.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_=\
+ ".\main\sfio.h"\
"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
@@ -1897,6 +2136,7 @@
".\main\conf.h"\
".\main\http_conf_globals.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1909,21 +2149,30 @@
!ENDIF
SOURCE=.\main\util_date.c
+
+!IF "$(CFG)" == "ApacheCore - Win32 Release"
+
DEP_CPP_UTIL_D=\
".\main\conf.h"\
+ ".\main\os.h"\
".\main\util_date.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
-!IF "$(CFG)" == "ApacheCore - Win32 Release"
-
-
"$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_UTIL_D=\
+ ".\main\conf.h"\
+ ".\main\util_date.h"\
+ ".\os\win32\os.h"\
+ ".\regex\regex.h"\
+
"$(INTDIR)\util_date.obj" "$(INTDIR)\util_date.sbr" : $(SOURCE)\
$(DEP_CPP_UTIL_D) "$(INTDIR)"
@@ -1942,9 +2191,15 @@
".\main\conf.h"\
".\main\httpd.h"\
".\main\md5.h"\
+ ".\main\os.h"\
".\main\util_md5.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_M=\
+ ".\main\sfio.h"\
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
@@ -1960,6 +2215,7 @@
".\main\httpd.h"\
".\main\md5.h"\
".\main\util_md5.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -1987,9 +2243,15 @@
".\main\http_protocol.h"\
".\main\http_request.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\main\util_script.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
+
+NODEP_CPP_UTIL_S=\
+ ".\main\sfio.h"\
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
@@ -2011,6 +2273,7 @@
".\main\http_request.h"\
".\main\httpd.h"\
".\main\util_script.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
@@ -2023,20 +2286,28 @@
!ENDIF
SOURCE=.\main\util_snprintf.c
+
+!IF "$(CFG)" == "ApacheCore - Win32 Release"
+
DEP_CPP_UTIL_SN=\
".\main\conf.h"\
+ ".\main\os.h"\
".\regex\regex.h"\
+ {$(INCLUDE)}"sys\stat.h"\
+ {$(INCLUDE)}"sys\types.h"\
-!IF "$(CFG)" == "ApacheCore - Win32 Release"
-
-
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_SN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+DEP_CPP_UTIL_SN=\
+ ".\main\conf.h"\
+ ".\os\win32\os.h"\
+ ".\regex\regex.h"\
+
"$(INTDIR)\util_snprintf.obj" "$(INTDIR)\util_snprintf.sbr" :
$(SOURCE)\
$(DEP_CPP_UTIL_SN) "$(INTDIR)"
@@ -2054,6 +2325,7 @@
".\main\buff.h"\
".\main\conf.h"\
".\main\httpd.h"\
+ ".\main\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\
{$(INCLUDE)}"sys\stat.h"\
@@ -2074,6 +2346,7 @@
".\main\buff.h"\
".\main\conf.h"\
".\main\httpd.h"\
+ ".\os\win32\os.h"\
".\os\win32\readdir.h"\
".\regex\regex.h"\