summaryrefslogtreecommitdiff
path: root/support/fcgistarter.mak
diff options
context:
space:
mode:
Diffstat (limited to 'support/fcgistarter.mak')
-rw-r--r--support/fcgistarter.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/fcgistarter.mak b/support/fcgistarter.mak
index 0cf0f860..b47d1857 100644
--- a/support/fcgistarter.mak
+++ b/support/fcgistarter.mak
@@ -300,14 +300,14 @@ SOURCE=..\build\win32\httpd.rc
"$(INTDIR)\fcgistarter.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) /l 0x409 /fo"$(INTDIR)\fcgistarter.res" /i "../include" /i "../srclib/apr/include" /i "\local0\asf\build\httpd-2.4\build\win32" /d "NDEBUG" /d "APP_FILE" /d BIN_NAME="fcgistarter.exe" /d LONG_NAME="Apache fcgi command line utility" $(SOURCE)
+ $(RSC) /l 0x409 /fo"$(INTDIR)\fcgistarter.res" /i "../include" /i "../srclib/apr/include" /i "../build\win32" /d "NDEBUG" /d "APP_FILE" /d BIN_NAME="fcgistarter.exe" /d LONG_NAME="Apache fcgi command line utility" $(SOURCE)
!ELSEIF "$(CFG)" == "fcgistarter - Win32 Debug"
"$(INTDIR)\fcgistarter.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) /l 0x409 /fo"$(INTDIR)\fcgistarter.res" /i "../include" /i "../srclib/apr/include" /i "\local0\asf\build\httpd-2.4\build\win32" /d "_DEBUG" /d "APP_FILE" /d BIN_NAME="fcgistarter.exe" /d LONG_NAME="Apache fcgi command line utility" $(SOURCE)
+ $(RSC) /l 0x409 /fo"$(INTDIR)\fcgistarter.res" /i "../include" /i "../srclib/apr/include" /i "../build\win32" /d "_DEBUG" /d "APP_FILE" /d BIN_NAME="fcgistarter.exe" /d LONG_NAME="Apache fcgi command line utility" $(SOURCE)
!ENDIF