Commit 795609fe authored by Gregg Lewis Smith's avatar Gregg Lewis Smith
Browse files
parent f083d32e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -439,6 +439,10 @@ InputPath=.\os\win32\os.h

SOURCE=.\server\test_char.h
# End Source File
# Begin Source File

SOURCE=.\include\util_cookies.h
# End Source File
# End Group
# Begin Group "httpd"

@@ -566,7 +570,7 @@ SOURCE=.\server\util_cookies.c
# End Source File
# Begin Source File

SOURCE=.\server\util_cookies.h
SOURCE=.\server\util_debug.c
# End Source File
# Begin Source File

+12 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ CLEAN :
	-@erase "$(INTDIR)\util.obj"
	-@erase "$(INTDIR)\util_cfgtree.obj"
	-@erase "$(INTDIR)\util_cookies.obj"
	-@erase "$(INTDIR)\util_debug.obj"
	-@erase "$(INTDIR)\util_expr_eval.obj"
	-@erase "$(INTDIR)\util_expr_parse.obj"
	-@erase "$(INTDIR)\util_expr_scan.obj"
@@ -176,6 +177,7 @@ LINK32_OBJS= \
	"$(INTDIR)\util.obj" \
	"$(INTDIR)\util_cfgtree.obj" \
	"$(INTDIR)\util_cookies.obj" \
	"$(INTDIR)\util_debug.obj" \
	"$(INTDIR)\util_expr_eval.obj" \
	"$(INTDIR)\util_expr_scan.obj" \
	"$(INTDIR)\util_expr_parse.obj" \
@@ -281,6 +283,7 @@ CLEAN :
	-@erase "$(INTDIR)\util.obj"
	-@erase "$(INTDIR)\util_cfgtree.obj"
	-@erase "$(INTDIR)\util_cookies.obj"
	-@erase "$(INTDIR)\util_debug.obj"
	-@erase "$(INTDIR)\util_expr_eval.obj"
	-@erase "$(INTDIR)\util_expr_parse.obj"
	-@erase "$(INTDIR)\util_expr_scan.obj"
@@ -379,6 +382,7 @@ LINK32_OBJS= \
	"$(INTDIR)\util.obj" \
	"$(INTDIR)\util_cfgtree.obj" \
	"$(INTDIR)\util_cookies.obj" \
	"$(INTDIR)\util_debug.obj" \
	"$(INTDIR)\util_expr_eval.obj" \
	"$(INTDIR)\util_expr_scan.obj" \
	"$(INTDIR)\util_expr_parse.obj" \
@@ -484,6 +488,7 @@ CLEAN :
	-@erase "$(INTDIR)\util.obj"
	-@erase "$(INTDIR)\util_cfgtree.obj"
	-@erase "$(INTDIR)\util_cookies.obj"
	-@erase "$(INTDIR)\util_debug.obj"
	-@erase "$(INTDIR)\util_expr_eval.obj"
	-@erase "$(INTDIR)\util_expr_parse.obj"
	-@erase "$(INTDIR)\util_expr_scan.obj"
@@ -577,6 +582,7 @@ LINK32_OBJS= \
	"$(INTDIR)\util.obj" \
	"$(INTDIR)\util_cfgtree.obj" \
	"$(INTDIR)\util_cookies.obj" \
	"$(INTDIR)\util_debug.obj" \
	"$(INTDIR)\util_expr_eval.obj" \
	"$(INTDIR)\util_expr_scan.obj" \
	"$(INTDIR)\util_expr_parse.obj" \
@@ -1002,6 +1008,12 @@ SOURCE=.\server\util_cookies.c
	$(CPP) $(CPP_PROJ) $(SOURCE)


SOURCE=.\server\util_debug.c

"$(INTDIR)\util_debug.obj" : $(SOURCE) "$(INTDIR)" ".\include\os.h" ".\include\ap_config_layout.h"
	$(CPP) $(CPP_PROJ) $(SOURCE)


SOURCE=.\server\util_expr_eval.c

"$(INTDIR)\util_expr_eval.obj" : $(SOURCE) "$(INTDIR)" ".\include\os.h" ".\include\ap_config_layout.h"