ben 97/07/18 12:49:33
Modified: src ApacheCore.mak Makefile.nt
src/nt ApacheModuleAuthAnon.mak ApacheModuleCERNMeta.mak
ApacheModuleDigest.mak ApacheModuleExpires.mak
ApacheModuleHeaders.mak ApacheModuleStatus.mak
ApacheModuleUserTrack.mak
Log:
Merge default modules back into the core on Win32. Update Makefile.nt to
build and
install optional modules. Update header dependencies.
Revision Changes Path
1.4 +769 -299 apache/src/ApacheCore.mak
Index: ApacheCore.mak
===================================================================
RCS file: /export/home/cvs/apache/src/ApacheCore.mak,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** ApacheCore.mak 1997/07/17 20:01:21 1.3
--- ApacheCore.mak 1997/07/18 19:49:27 1.4
***************
*** 68,74 ****
--- 68,90 ----
[EMAIL PROTECTED] "$(INTDIR)\http_protocol.obj"
[EMAIL PROTECTED] "$(INTDIR)\http_request.obj"
[EMAIL PROTECTED] "$(INTDIR)\md5c.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_access.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_actions.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_alias.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_asis.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_auth.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_autoindex.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_browser.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_cgi.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_dir.obj"
[EMAIL PROTECTED] "$(INTDIR)\mod_dll.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_env.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_imap.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_negotiation.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_userdir.obj"
[EMAIL PROTECTED] "$(INTDIR)\modules_dll.obj"
[EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
[EMAIL PROTECTED] "$(INTDIR)\readdir.obj"
***************
*** 126,132 ****
--- 142,164 ----
"$(INTDIR)\http_protocol.obj" \
"$(INTDIR)\http_request.obj" \
"$(INTDIR)\md5c.obj" \
+ "$(INTDIR)\mod_access.obj" \
+ "$(INTDIR)\mod_actions.obj" \
+ "$(INTDIR)\mod_alias.obj" \
+ "$(INTDIR)\mod_asis.obj" \
+ "$(INTDIR)\mod_auth.obj" \
+ "$(INTDIR)\mod_autoindex.obj" \
+ "$(INTDIR)\mod_browser.obj" \
+ "$(INTDIR)\mod_cgi.obj" \
+ "$(INTDIR)\mod_dir.obj" \
"$(INTDIR)\mod_dll.obj" \
+ "$(INTDIR)\mod_env.obj" \
+ "$(INTDIR)\mod_imap.obj" \
+ "$(INTDIR)\mod_include.obj" \
+ "$(INTDIR)\mod_log_config.obj" \
+ "$(INTDIR)\mod_mime.obj" \
+ "$(INTDIR)\mod_negotiation.obj" \
+ "$(INTDIR)\mod_userdir.obj" \
"$(INTDIR)\modules_dll.obj" \
"$(INTDIR)\multithread.obj" \
"$(INTDIR)\readdir.obj" \
***************
*** 185,192 ****
--- 217,256 ----
[EMAIL PROTECTED] "$(INTDIR)\http_request.sbr"
[EMAIL PROTECTED] "$(INTDIR)\md5c.obj"
[EMAIL PROTECTED] "$(INTDIR)\md5c.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_access.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_access.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_actions.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_actions.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_alias.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_alias.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_asis.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_asis.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_auth.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_auth.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_autoindex.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_autoindex.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_browser.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_browser.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_cgi.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_cgi.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_dir.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_dir.sbr"
[EMAIL PROTECTED] "$(INTDIR)\mod_dll.obj"
[EMAIL PROTECTED] "$(INTDIR)\mod_dll.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_env.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_env.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_imap.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_imap.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_include.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_mime.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_negotiation.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_negotiation.sbr"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_userdir.obj"
+ [EMAIL PROTECTED] "$(INTDIR)\mod_userdir.sbr"
[EMAIL PROTECTED] "$(INTDIR)\modules_dll.obj"
[EMAIL PROTECTED] "$(INTDIR)\modules_dll.sbr"
[EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
***************
*** 248,254 ****
--- 312,334 ----
"$(INTDIR)\http_protocol.sbr" \
"$(INTDIR)\http_request.sbr" \
"$(INTDIR)\md5c.sbr" \
+ "$(INTDIR)\mod_access.sbr" \
+ "$(INTDIR)\mod_actions.sbr" \
+ "$(INTDIR)\mod_alias.sbr" \
+ "$(INTDIR)\mod_asis.sbr" \
+ "$(INTDIR)\mod_auth.sbr" \
+ "$(INTDIR)\mod_autoindex.sbr" \
+ "$(INTDIR)\mod_browser.sbr" \
+ "$(INTDIR)\mod_cgi.sbr" \
+ "$(INTDIR)\mod_dir.sbr" \
"$(INTDIR)\mod_dll.sbr" \
+ "$(INTDIR)\mod_env.sbr" \
+ "$(INTDIR)\mod_imap.sbr" \
+ "$(INTDIR)\mod_include.sbr" \
+ "$(INTDIR)\mod_log_config.sbr" \
+ "$(INTDIR)\mod_mime.sbr" \
+ "$(INTDIR)\mod_negotiation.sbr" \
+ "$(INTDIR)\mod_userdir.sbr" \
"$(INTDIR)\modules_dll.sbr" \
"$(INTDIR)\multithread.sbr" \
"$(INTDIR)\readdir.sbr" \
***************
*** 289,295 ****
--- 369,391 ----
"$(INTDIR)\http_protocol.obj" \
"$(INTDIR)\http_request.obj" \
"$(INTDIR)\md5c.obj" \
+ "$(INTDIR)\mod_access.obj" \
+ "$(INTDIR)\mod_actions.obj" \
+ "$(INTDIR)\mod_alias.obj" \
+ "$(INTDIR)\mod_asis.obj" \
+ "$(INTDIR)\mod_auth.obj" \
+ "$(INTDIR)\mod_autoindex.obj" \
+ "$(INTDIR)\mod_browser.obj" \
+ "$(INTDIR)\mod_cgi.obj" \
+ "$(INTDIR)\mod_dir.obj" \
"$(INTDIR)\mod_dll.obj" \
+ "$(INTDIR)\mod_env.obj" \
+ "$(INTDIR)\mod_imap.obj" \
+ "$(INTDIR)\mod_include.obj" \
+ "$(INTDIR)\mod_log_config.obj" \
+ "$(INTDIR)\mod_mime.obj" \
+ "$(INTDIR)\mod_negotiation.obj" \
+ "$(INTDIR)\mod_userdir.obj" \
"$(INTDIR)\modules_dll.obj" \
"$(INTDIR)\multithread.obj" \
"$(INTDIR)\readdir.obj" \
***************
*** 342,350 ****
# Begin Source File
SOURCE=.\http_main.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_=\
".\alloc.h"\
".\buff.h"\
--- 438,443 ----
***************
*** 371,406 ****
".\sfio.h"\
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\multithread.h"\
- ".\nt\getopt.h"\
- ".\nt\readdir.h"\
- ".\nt\service.h"\
- ".\regex\regex.h"\
- ".\scoreboard.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_=\
- ".\sfio.h"\
-
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
--- 464,477 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
***************
*** 414,422 ****
# Begin Source File
SOURCE=.\buff.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_BUFF_=\
".\alloc.h"\
".\buff.h"\
--- 485,490 ----
***************
*** 432,456 ****
".\sfio.h"\
"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_BUFF_=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_main.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_BUFF_=\
- ".\sfio.h"\
-
"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
--- 500,513 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
***************
*** 464,472 ****
# Begin Source File
SOURCE=.\alloc.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_ALLOC=\
".\alloc.h"\
".\buff.h"\
--- 521,526 ----
***************
*** 482,506 ****
".\sfio.h"\
"$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_ALLOC=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\httpd.h"\
- ".\multithread.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_ALLOC=\
- ".\sfio.h"\
-
"$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
--- 536,549 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
***************
*** 514,522 ****
# Begin Source File
SOURCE=.\http_log.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_L=\
".\alloc.h"\
".\buff.h"\
--- 557,562 ----
***************
*** 534,560 ****
".\sfio.h"\
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_L=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_L=\
- ".\sfio.h"\
-
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
--- 574,587 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
***************
*** 568,576 ****
# Begin Source File
SOURCE=.\http_config.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_C=\
".\alloc.h"\
".\buff.h"\
--- 595,600 ----
***************
*** 591,620 ****
".\sfio.h"\
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_C=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_C=\
- ".\sfio.h"\
-
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
--- 615,628 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
***************
*** 656,664 ****
# Begin Source File
SOURCE=.\http_core.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_CO=\
".\alloc.h"\
".\buff.h"\
--- 664,669 ----
***************
*** 683,716 ****
".\sfio.h"\
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_CO=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- ".\rfc1413.h"\
- ".\scoreboard.h"\
- ".\util_md5.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_CO=\
- ".\sfio.h"\
-
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
--- 688,701 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
***************
*** 724,732 ****
# Begin Source File
SOURCE=.\util.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_UTIL_C=\
".\alloc.h"\
".\buff.h"\
--- 709,714 ----
***************
*** 742,766 ****
".\sfio.h"\
"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_UTIL_C=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_UTIL_C=\
- ".\sfio.h"\
-
"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
--- 724,737 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
***************
*** 809,817 ****
# Begin Source File
SOURCE=.\http_protocol.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_P=\
".\alloc.h"\
".\buff.h"\
--- 780,785 ----
***************
*** 832,861 ****
".\sfio.h"\
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_P=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- ".\util_date.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_P=\
- ".\sfio.h"\
-
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
--- 800,813 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
***************
*** 869,877 ****
# Begin Source File
SOURCE=.\http_request.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_R=\
".\alloc.h"\
".\buff.h"\
--- 821,826 ----
***************
*** 893,923 ****
".\sfio.h"\
"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_R=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- ".\scoreboard.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_R=\
- ".\sfio.h"\
-
"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
--- 842,855 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
***************
*** 1027,1035 ****
# Begin Source File
SOURCE=.\rfc1413.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_RFC14=\
".\alloc.h"\
".\buff.h"\
--- 959,964 ----
***************
*** 1047,1073 ****
".\sfio.h"\
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_RFC14=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- ".\rfc1413.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_RFC14=\
- ".\sfio.h"\
-
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
--- 976,989 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
***************
*** 1106,1114 ****
# Begin Source File
SOURCE=.\util_md5.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_UTIL_M=\
".\alloc.h"\
".\buff.h"\
--- 1022,1027 ----
***************
*** 1125,1150 ****
".\sfio.h"\
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_UTIL_M=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- ".\util_md5.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_UTIL_M=\
- ".\sfio.h"\
-
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
--- 1038,1051 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
***************
*** 1184,1192 ****
# Begin Source File
SOURCE=.\http_bprintf.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_HTTP_B=\
".\alloc.h"\
".\buff.h"\
--- 1085,1090 ----
***************
*** 1201,1224 ****
".\sfio.h"\
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_B) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
- DEP_CPP_HTTP_B=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\regex\regex.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_B=\
- ".\sfio.h"\
-
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_B) "$(INTDIR)"
--- 1099,1112 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_B) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_B) "$(INTDIR)"
***************
*** 1232,1240 ****
# Begin Source File
SOURCE=.\nt\modules_dll.c
-
- !IF "$(CFG)" == "ApacheCore - Win32 Release"
-
DEP_CPP_MODUL=\
".\alloc.h"\
".\buff.h"\
--- 1120,1125 ----
***************
*** 1250,1262 ****
".\sfio.h"\
"$(INTDIR)\modules_dll.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
! DEP_CPP_MODUL=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
--- 1135,1168 ----
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
"$(INTDIR)\modules_dll.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
! BuildCmds= \
! $(CPP) $(CPP_PROJ) $(SOURCE) \
!
!
! "$(INTDIR)\modules_dll.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
! $(BuildCmds)
!
! "$(INTDIR)\modules_dll.sbr" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
! $(BuildCmds)
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\nt\mod_dll.c
! DEP_CPP_MOD_D=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
***************
*** 1267,1284 ****
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MODUL=\
".\sfio.h"\
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
! "$(INTDIR)\modules_dll.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
$(BuildCmds)
! "$(INTDIR)\modules_dll.sbr" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
$(BuildCmds)
!ENDIF
--- 1173,1200 ----
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MOD_D=\
".\sfio.h"\
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
+ "$(INTDIR)\mod_dll.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+ !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+
+
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
! "$(INTDIR)\mod_dll.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
$(BuildCmds)
! "$(INTDIR)\mod_dll.sbr" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
$(BuildCmds)
!ENDIF
***************
*** 1287,1318 ****
################################################################################
# Begin Source File
! SOURCE=.\nt\mod_dll.c
!IF "$(CFG)" == "ApacheCore - Win32 Release"
! DEP_CPP_MOD_D=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
".\nt\readdir.h"\
".\regex\regex.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MOD_D=\
".\sfio.h"\
! "$(INTDIR)\mod_dll.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
! $(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
! DEP_CPP_MOD_D=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
--- 1203,1290 ----
################################################################################
# Begin Source File
! SOURCE=.\explain.c
! DEP_CPP_EXPLA=\
! ".\explain.h"\
!
!IF "$(CFG)" == "ApacheCore - Win32 Release"
!
! "$(INTDIR)\explain.obj" : $(SOURCE) $(DEP_CPP_EXPLA) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\explain.obj" : $(SOURCE) $(DEP_CPP_EXPLA) "$(INTDIR)"
!
! "$(INTDIR)\explain.sbr" : $(SOURCE) $(DEP_CPP_EXPLA) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\util_script.c
! DEP_CPP_UTIL_S=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
+ ".\http_conf_globals.h"\
".\http_config.h"\
+ ".\http_core.h"\
+ ".\http_log.h"\
+ ".\http_main.h"\
+ ".\http_protocol.h"\
+ ".\http_request.h"\
".\httpd.h"\
".\nt\readdir.h"\
".\regex\regex.h"\
+ ".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_UTIL_S=\
".\sfio.h"\
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
! "$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!
! "$(INTDIR)\util_script.sbr" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\ApacheCore.def
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_env.c
! DEP_CPP_MOD_E=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
***************
*** 1323,1341 ****
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MOD_D=\
".\sfio.h"\
! BuildCmds= \
! $(CPP) $(CPP_PROJ) $(SOURCE) \
! "$(INTDIR)\mod_dll.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
! $(BuildCmds)
- "$(INTDIR)\mod_dll.sbr" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
- $(BuildCmds)
!ENDIF
--- 1295,1354 ----
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MOD_E=\
".\sfio.h"\
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
!
! "$(INTDIR)\mod_env.sbr" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_log_config.c
! DEP_CPP_MOD_L=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_L=\
! ".\sfio.h"\
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
!
! "$(INTDIR)\mod_log_config.sbr" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
!ENDIF
***************
*** 1343,1365 ****
################################################################################
# Begin Source File
! SOURCE=.\explain.c
! DEP_CPP_EXPLA=\
! ".\explain.h"\
!IF "$(CFG)" == "ApacheCore - Win32 Release"
! "$(INTDIR)\explain.obj" : $(SOURCE) $(DEP_CPP_EXPLA) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
! "$(INTDIR)\explain.obj" : $(SOURCE) $(DEP_CPP_EXPLA) "$(INTDIR)"
! "$(INTDIR)\explain.sbr" : $(SOURCE) $(DEP_CPP_EXPLA) "$(INTDIR)"
!ENDIF
--- 1356,1393 ----
################################################################################
# Begin Source File
! SOURCE=.\mod_negotiation.c
! DEP_CPP_MOD_N=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_N=\
! ".\sfio.h"\
!IF "$(CFG)" == "ApacheCore - Win32 Release"
! "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
! "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
! "$(INTDIR)\mod_negotiation.sbr" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
!ENDIF
***************
*** 1368,1378 ****
################################################################################
# Begin Source File
! SOURCE=.\util_script.c
!IF "$(CFG)" == "ApacheCore - Win32 Release"
! DEP_CPP_UTIL_S=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
--- 1396,1439 ----
################################################################################
# Begin Source File
! SOURCE=.\mod_mime.c
! DEP_CPP_MOD_M=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_M=\
! ".\sfio.h"\
!
!IF "$(CFG)" == "ApacheCore - Win32 Release"
!
! "$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
!
! "$(INTDIR)\mod_mime.sbr" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_cgi.c
! DEP_CPP_MOD_C=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
***************
*** 1390,1409 ****
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_UTIL_S=\
".\sfio.h"\
! "$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
! DEP_CPP_UTIL_S=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
- ".\http_conf_globals.h"\
".\http_config.h"\
".\http_core.h"\
".\http_log.h"\
--- 1451,1485 ----
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MOD_C=\
".\sfio.h"\
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
! "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
!
! "$(INTDIR)\mod_cgi.sbr" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_autoindex.c
! DEP_CPP_MOD_A=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
".\http_config.h"\
".\http_core.h"\
".\http_log.h"\
***************
*** 1417,1429 ****
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_UTIL_S=\
".\sfio.h"\
! "$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
! "$(INTDIR)\util_script.sbr" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!ENDIF
--- 1493,1514 ----
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
! NODEP_CPP_MOD_A=\
".\sfio.h"\
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
! "$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
!
! "$(INTDIR)\mod_autoindex.sbr" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
!ENDIF
***************
*** 1432,1442 ****
################################################################################
# Begin Source File
! SOURCE=.\ApacheCore.def
!IF "$(CFG)" == "ApacheCore - Win32 Release"
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!ENDIF
--- 1517,1912 ----
################################################################################
# Begin Source File
! SOURCE=.\mod_dir.c
! DEP_CPP_MOD_DI=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_DI=\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_DI) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_DI) "$(INTDIR)"
!
! "$(INTDIR)\mod_dir.sbr" : $(SOURCE) $(DEP_CPP_MOD_DI) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_include.c
! DEP_CPP_MOD_I=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_I=\
! ".\config.h"\
! ".\modules\perl\mod_perl.h"\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
!
! "$(INTDIR)\mod_include.sbr" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_imap.c
! DEP_CPP_MOD_IM=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_IM=\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_IM) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_IM) "$(INTDIR)"
!
! "$(INTDIR)\mod_imap.sbr" : $(SOURCE) $(DEP_CPP_MOD_IM) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_asis.c
! DEP_CPP_MOD_AS=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_AS=\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
!
! "$(INTDIR)\mod_asis.sbr" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_actions.c
! DEP_CPP_MOD_AC=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_AC=\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
!
! "$(INTDIR)\mod_actions.sbr" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_userdir.c
! DEP_CPP_MOD_U=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_U=\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
!
! "$(INTDIR)\mod_userdir.sbr" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_alias.c
! DEP_CPP_MOD_AL=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_AL=\
! ".\sfio.h"\
!
!
! !IF "$(CFG)" == "ApacheCore - Win32 Release"
!
!
! "$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
!
!
! "$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
!
! "$(INTDIR)\mod_alias.sbr" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
!
!
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_auth.c
! DEP_CPP_MOD_AU=\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_protocol.h"\
! ".\httpd.h"\
! ".\nt\readdir.h"\
! ".\regex\regex.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
! NODEP_CPP_MOD_AU=\
! ".\sfio.h"\
!
!IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+ "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
+
+
!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+
+
+ "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
+
+ "$(INTDIR)\mod_auth.sbr" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
+
+
+ !ENDIF
+
+ # End Source File
+
################################################################################
+ # Begin Source File
+
+ SOURCE=.\mod_access.c
+ DEP_CPP_MOD_ACC=\
+ ".\alloc.h"\
+ ".\buff.h"\
+ ".\conf.h"\
+ ".\http_config.h"\
+ ".\http_core.h"\
+ ".\http_log.h"\
+ ".\http_request.h"\
+ ".\httpd.h"\
+ ".\nt\readdir.h"\
+ ".\regex\regex.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
+
+ NODEP_CPP_MOD_ACC=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
+ "$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_ACC) "$(INTDIR)"
+
+
+ !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+
+
+ "$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_ACC) "$(INTDIR)"
+
+ "$(INTDIR)\mod_access.sbr" : $(SOURCE) $(DEP_CPP_MOD_ACC) "$(INTDIR)"
+
+
+ !ENDIF
+
+ # End Source File
+
################################################################################
+ # Begin Source File
+
+ SOURCE=.\mod_browser.c
+ DEP_CPP_MOD_B=\
+ ".\alloc.h"\
+ ".\buff.h"\
+ ".\conf.h"\
+ ".\http_config.h"\
+ ".\httpd.h"\
+ ".\nt\readdir.h"\
+ ".\regex\regex.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
+
+ NODEP_CPP_MOD_B=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "ApacheCore - Win32 Release"
+
+
+ "$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
+
+
+ !ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug"
+
+
+ "$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
+
+ "$(INTDIR)\mod_browser.sbr" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
+
!ENDIF
1.3 +20 -6 apache/src/Makefile.nt
Index: Makefile.nt
===================================================================
RCS file: /export/home/cvs/apache/src/Makefile.nt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** Makefile.nt 1997/07/13 19:01:06 1.2
--- Makefile.nt 1997/07/18 19:49:28 1.3
***************
*** 9,21 ****
_debug:
cd modules\proxy & set CFG=proxy - Win32 Debug& nmake -f proxy.mak
cd regex & set CFG=regex - Win32 Debug& nmake -f regex.mak
! set CFG=apache - Win32 Debug& nmake -f apache.mak
! installd:
-mkdir \Apache
copy LaunchD\ApacheLaunch.exe \Apache
copy CoreD\ApacheCore.dll \Apache
! copy nt\ModAccessD\ApacheModuleAccess.dll \Apache
! copy nt\ModAliasD\ApacheModuleAlias.dll \Apache
! copy nt\ModCGID\ApacheModuleCGI.dll \Apache
! copy nt\ModMIMED\ApacheModuleMIME.dll \Apache
--- 9,35 ----
_debug:
cd modules\proxy & set CFG=proxy - Win32 Debug& nmake -f proxy.mak
cd regex & set CFG=regex - Win32 Debug& nmake -f regex.mak
! cd . & set CFG=ApacheCore - Win32 Debug& nmake -f ApacheCore.mak
! cd . & set CFG=ApacheLaunch - Win32 Debug& nmake -f ApacheLaunch.mak
! cd nt & set CFG=ApacheModuleStatus - Win32 Debug& nmake -f
ApacheModuleStatus.mak
! # cd nt & set CFG=ApacheModuleInfo - Win32 Debug& nmake -f
ApacheModuleInfo.mak
! cd nt & set CFG=ApacheModuleAuthAnon - Win32 Debug& nmake -f
ApacheModuleAuthAnon.mak
! cd nt & set CFG=ApacheModuleDigest - Win32 Debug& nmake -f
ApacheModuleDigest.mak
! cd nt & set CFG=ApacheModuleCERNMeta - Win32 Debug& nmake -f
ApacheModuleCERNMeta.mak
! cd nt & set CFG=ApacheModuleExpires - Win32 Debug& nmake -f
ApacheModuleExpires.mak
! cd nt & set CFG=ApacheModuleHeaders - Win32 Debug& nmake -f
ApacheModuleHeaders.mak
! cd nt & set CFG=ApacheModuleUserTrack - Win32 Debug& nmake -f
ApacheModuleUserTrack.mak
!
! installd: _debug
-mkdir \Apache
copy LaunchD\ApacheLaunch.exe \Apache
copy CoreD\ApacheCore.dll \Apache
! copy nt\ApacheModuleStatusD\ApacheModuleStatus.dll \Apache
! # copy nt\ApacheModuleInfoD\ApacheModuleInfo.dll \Apache
! copy nt\ApacheModuleAuthAnonD\ApacheModuleAuthAnon.dll \Apache
! copy nt\ApacheModuleDigestD\ApacheModuleDigest.dll \Apache
! copy nt\ApacheModuleCERNMetaD\ApacheModuleCERNMeta.dll \Apache
! copy nt\ApacheModuleExpiresD\ApacheModuleExpires.dll \Apache
! copy nt\ApacheModuleHeadersD\ApacheModuleHeaders.dll \Apache
! copy nt\ApacheModuleUserTrackD\ApacheModuleUserTrack.dll \Apache
1.2 +3 -22 apache/src/nt/ApacheModuleAuthAnon.mak
Index: ApacheModuleAuthAnon.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleAuthAnon.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleAuthAnon.mak 1997/07/17 20:01:34 1.1
--- ApacheModuleAuthAnon.mak 1997/07/18 19:49:29 1.2
***************
*** 201,224 ****
# Begin Source File
SOURCE=\work\apache\src\mod_auth_anon.c
-
- !IF "$(CFG)" == "ApacheModuleAuthAnon - Win32 Release"
-
- DEP_CPP_MOD_A=\
- "..\conf.h"\
- "..\http_config.h"\
- "..\http_core.h"\
- "..\http_log.h"\
- "..\http_protocol.h"\
- "..\httpd.h"\
-
-
- "$(INTDIR)\mod_auth_anon.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- !ELSEIF "$(CFG)" == "ApacheModuleAuthAnon - Win32 Debug"
-
DEP_CPP_MOD_A=\
"..\alloc.h"\
"..\buff.h"\
--- 201,206 ----
***************
*** 227,237 ****
"..\http_core.h"\
"..\http_log.h"\
"..\http_protocol.h"\
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\stat.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_A=\
"..\sfio.h"\
--- 209,220 ----
"..\http_core.h"\
"..\http_log.h"\
"..\http_protocol.h"\
+ "..\http_request.h"\
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_A=\
"..\sfio.h"\
***************
*** 240,247 ****
"$(INTDIR)\mod_auth_anon.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-
- !ENDIF
# End Source File
# End Target
--- 223,228 ----
1.2 +5 -4 apache/src/nt/ApacheModuleCERNMeta.mak
Index: ApacheModuleCERNMeta.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleCERNMeta.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleCERNMeta.mak 1997/07/17 20:01:34 1.1
--- ApacheModuleCERNMeta.mak 1997/07/18 19:49:29 1.2
***************
*** 215,222 ****
"..\regex\regex.h"\
"..\util_script.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\stat.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_C=\
"..\sfio.h"\
--- 215,222 ----
"..\regex\regex.h"\
"..\util_script.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_C=\
"..\sfio.h"\
***************
*** 236,245 ****
"..\http_log.h"\
"..\http_request.h"\
"..\httpd.h"\
"..\util_script.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\stat.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_C=\
"..\sfio.h"\
--- 236,246 ----
"..\http_log.h"\
"..\http_request.h"\
"..\httpd.h"\
+ "..\regex\regex.h"\
"..\util_script.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_C=\
"..\sfio.h"\
1.2 +31 -0 apache/src/nt/ApacheModuleDigest.mak
Index: ApacheModuleDigest.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleDigest.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleDigest.mak 1997/07/17 20:01:35 1.1
--- ApacheModuleDigest.mak 1997/07/18 19:49:30 1.2
***************
*** 201,206 ****
--- 201,235 ----
# Begin Source File
SOURCE=\work\apache\src\mod_digest.c
+
+ !IF "$(CFG)" == "ApacheModuleDigest - Win32 Release"
+
+ DEP_CPP_MOD_D=\
+ "..\alloc.h"\
+ "..\buff.h"\
+ "..\conf.h"\
+ "..\http_config.h"\
+ "..\http_core.h"\
+ "..\http_log.h"\
+ "..\http_protocol.h"\
+ "..\httpd.h"\
+ "..\md5.h"\
+ "..\regex\regex.h"\
+ "..\util_md5.h"\
+ ".\readdir.h"\
+ {$(INCLUDE)}"\sys\stat.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
+ NODEP_CPP_MOD_D=\
+ "..\sfio.h"\
+
+
+ "$(INTDIR)\mod_digest.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+ !ELSEIF "$(CFG)" == "ApacheModuleDigest - Win32 Debug"
+
DEP_CPP_MOD_D=\
"..\alloc.h"\
"..\buff.h"\
***************
*** 224,229 ****
--- 253,260 ----
"$(INTDIR)\mod_digest.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
+
+ !ENDIF
# End Source File
# End Target
1.2 +5 -3 apache/src/nt/ApacheModuleExpires.mak
Index: ApacheModuleExpires.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleExpires.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleExpires.mak 1997/07/17 20:01:36 1.1
--- ApacheModuleExpires.mak 1997/07/18 19:49:30 1.2
***************
*** 211,218 ****
"..\http_config.h"\
"..\http_log.h"\
"..\httpd.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_E=\
"..\sfio.h"\
--- 211,220 ----
"..\http_config.h"\
"..\http_log.h"\
"..\httpd.h"\
+ "..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_E=\
"..\sfio.h"\
***************
*** 233,240 ****
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\stat.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_E=\
"..\sfio.h"\
--- 235,242 ----
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_E=\
"..\sfio.h"\
1.2 +5 -3 apache/src/nt/ApacheModuleHeaders.mak
Index: ApacheModuleHeaders.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleHeaders.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleHeaders.mak 1997/07/17 20:01:36 1.1
--- ApacheModuleHeaders.mak 1997/07/18 19:49:30 1.2
***************
*** 212,219 ****
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\stat.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_H=\
"..\sfio.h"\
--- 212,219 ----
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_H=\
"..\sfio.h"\
***************
*** 231,238 ****
"..\conf.h"\
"..\http_config.h"\
"..\httpd.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\types.h"\
NODEP_CPP_MOD_H=\
"..\sfio.h"\
--- 231,240 ----
"..\conf.h"\
"..\http_config.h"\
"..\httpd.h"\
+ "..\regex\regex.h"\
".\readdir.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
NODEP_CPP_MOD_H=\
"..\sfio.h"\
1.2 +30 -0 apache/src/nt/ApacheModuleStatus.mak
Index: ApacheModuleStatus.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleStatus.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleStatus.mak 1997/07/17 20:01:39 1.1
--- ApacheModuleStatus.mak 1997/07/18 19:49:30 1.2
***************
*** 201,206 ****
--- 201,234 ----
# Begin Source File
SOURCE=\work\apache\src\mod_status.c
+
+ !IF "$(CFG)" == "ApacheModuleStatus - Win32 Release"
+
+ DEP_CPP_MOD_S=\
+ "..\alloc.h"\
+ "..\buff.h"\
+ "..\conf.h"\
+ "..\http_config.h"\
+ "..\http_core.h"\
+ "..\http_log.h"\
+ "..\http_main.h"\
+ "..\http_protocol.h"\
+ "..\httpd.h"\
+ "..\scoreboard.h"\
+ "..\util_script.h"\
+ ".\readdir.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
+ NODEP_CPP_MOD_S=\
+ "..\sfio.h"\
+
+
+ "$(INTDIR)\mod_status.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+ !ELSEIF "$(CFG)" == "ApacheModuleStatus - Win32 Debug"
+
DEP_CPP_MOD_S=\
"..\alloc.h"\
"..\buff.h"\
***************
*** 225,230 ****
--- 253,260 ----
"$(INTDIR)\mod_status.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
+
+ !ENDIF
# End Source File
# End Target
1.2 +43 -10 apache/src/nt/ApacheModuleUserTrack.mak
Index: ApacheModuleUserTrack.mak
===================================================================
RCS file: /export/home/cvs/apache/src/nt/ApacheModuleUserTrack.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** ApacheModuleUserTrack.mak 1997/07/17 20:01:39 1.1
--- ApacheModuleUserTrack.mak 1997/07/18 19:49:30 1.2
***************
*** 1,11 ****
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
!IF "$(CFG)" == ""
CFG=ApacheModuleUserTrack - Win32 Debug
! !MESSAGE No configuration specified. Defaulting to ApacheModuleUserTrack -
Win32\
! Debug.
!ENDIF
!IF "$(CFG)" != "ApacheModuleUserTrack - Win32 Release" && "$(CFG)" !=\
"ApacheModuleUserTrack - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
--- 1,14 ----
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
+
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
!IF "$(CFG)" == ""
CFG=ApacheModuleUserTrack - Win32 Debug
! !MESSAGE No configuration specified. Defaulting to ApacheModuleUserTrack -\
! Win32 Debug.
!ENDIF
+
!IF "$(CFG)" != "ApacheModuleUserTrack - Win32 Release" && "$(CFG)" !=\
"ApacheModuleUserTrack - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
***************
*** 24,29 ****
--- 27,33 ----
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
+
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
***************
*** 33,41 ****
# Begin Project
# PROP Target_Last_Scanned "ApacheModuleUserTrack - Win32 Debug"
MTL=mktyplib.exe
- CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "ApacheModuleUserTrack - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
--- 37,47 ----
# Begin Project
# PROP Target_Last_Scanned "ApacheModuleUserTrack - Win32 Debug"
MTL=mktyplib.exe
RSC=rc.exe
+ CPP=cl.exe
+
!IF "$(CFG)" == "ApacheModuleUserTrack - Win32 Release"
+
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
***************
*** 48,61 ****
--- 54,71 ----
# PROP Target_Dir ""
OUTDIR=.\ApacheModuleUserTrackR
INTDIR=.\ApacheModuleUserTrackR
+
ALL : "$(OUTDIR)\ApacheModuleUserTrack.dll"
+
CLEAN :
[EMAIL PROTECTED] "$(INTDIR)\mod_usertrack.obj"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheModuleUserTrack.dll"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheModuleUserTrack.exp"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheModuleUserTrack.lib"
+
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"
/YX /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\regex" /D "WIN32" /D "NDEBUG" /D
"_WINDOWS" /YX /c
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\regex" /D "WIN32" /D "NDEBUG" /D\
***************
*** 84,94 ****
--- 94,107 ----
/implib:"$(OUTDIR)/ApacheModuleUserTrack.lib"
LINK32_OBJS= \
"$(INTDIR)\mod_usertrack.obj"
+
"$(OUTDIR)\ApacheModuleUserTrack.dll" : "$(OUTDIR)" $(DEF_FILE)
$(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
+
!ELSEIF "$(CFG)" == "ApacheModuleUserTrack - Win32 Debug"
+
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
***************
*** 101,107 ****
--- 114,122 ----
# PROP Target_Dir ""
OUTDIR=.\ApacheModuleUserTrackD
INTDIR=.\ApacheModuleUserTrackD
+
ALL : "$(OUTDIR)\ApacheModuleUserTrack.dll"
+
CLEAN :
[EMAIL PROTECTED] "$(INTDIR)\mod_usertrack.obj"
[EMAIL PROTECTED] "$(INTDIR)\vc40.idb"
***************
*** 111,118 ****
--- 126,135 ----
[EMAIL PROTECTED] "$(OUTDIR)\ApacheModuleUserTrack.ilk"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheModuleUserTrack.lib"
[EMAIL PROTECTED] "$(OUTDIR)\ApacheModuleUserTrack.pdb"
+
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D
"_WINDOWS" /YX /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\regex" /D "WIN32" /D
"_DEBUG" /D "_WINDOWS" /YX /c
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\regex" /D "WIN32" /D
"_DEBUG"\
***************
*** 137,193 ****
LINK32_FLAGS=..\CoreD\ApacheCore.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 /nologo /subsystem:windows /dll\
! /incremental:yes /pdb:"$(OUTDIR)/ApacheModuleUserTrack.pdb" /debug
/machine:I386\
! /out:"$(OUTDIR)/ApacheModuleUserTrack.dll"\
/implib:"$(OUTDIR)/ApacheModuleUserTrack.lib"
LINK32_OBJS= \
"$(INTDIR)\mod_usertrack.obj"
"$(OUTDIR)\ApacheModuleUserTrack.dll" : "$(OUTDIR)" $(DEF_FILE)
$(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
################################################################################
# Begin Target
# Name "ApacheModuleUserTrack - Win32 Release"
# Name "ApacheModuleUserTrack - Win32 Debug"
!IF "$(CFG)" == "ApacheModuleUserTrack - Win32 Release"
!ELSEIF "$(CFG)" == "ApacheModuleUserTrack - Win32 Debug"
!ENDIF
################################################################################
# Begin Source File
SOURCE=\work\apache\src\mod_usertrack.c
! DEP_CPP_MOD_A=\
"..\alloc.h"\
"..\buff.h"\
"..\conf.h"\
"..\http_config.h"\
"..\http_core.h"\
- "..\http_log.h"\
- "..\http_request.h"\
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
{$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
! NODEP_CPP_MOD_A=\
"..\sfio.h"\
! "$(INTDIR)\mod_usertrack.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
# End Source File
# End Target
# End Project
--- 154,226 ----
LINK32_FLAGS=..\CoreD\ApacheCore.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 /nologo /subsystem:windows /dll\
! /incremental:yes /pdb:"$(OUTDIR)/ApacheModuleUserTrack.pdb" /debug\
! /machine:I386 /out:"$(OUTDIR)/ApacheModuleUserTrack.dll"\
/implib:"$(OUTDIR)/ApacheModuleUserTrack.lib"
LINK32_OBJS= \
"$(INTDIR)\mod_usertrack.obj"
+
"$(OUTDIR)\ApacheModuleUserTrack.dll" : "$(OUTDIR)" $(DEF_FILE)
$(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
+
!ENDIF
+
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
+
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
+
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
+
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
+
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
+
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
+
################################################################################
# Begin Target
+
# Name "ApacheModuleUserTrack - Win32 Release"
# Name "ApacheModuleUserTrack - Win32 Debug"
+
!IF "$(CFG)" == "ApacheModuleUserTrack - Win32 Release"
+
!ELSEIF "$(CFG)" == "ApacheModuleUserTrack - Win32 Debug"
+
!ENDIF
+
################################################################################
# Begin Source File
+
SOURCE=\work\apache\src\mod_usertrack.c
! DEP_CPP_MOD_U=\
"..\alloc.h"\
"..\buff.h"\
"..\conf.h"\
"..\http_config.h"\
"..\http_core.h"\
"..\httpd.h"\
"..\regex\regex.h"\
".\readdir.h"\
{$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
! NODEP_CPP_MOD_U=\
"..\sfio.h"\
!
! "$(INTDIR)\mod_usertrack.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
+
+
# End Source File
# End Target
# End Project