Browse Source

Revert config.w32.h.in -> config.w32.h build step per discussion with Zeev.

PHP-5
Sebastian Bergmann 24 years ago
parent
commit
b5d97e5ddb
  1. 0
      main/config.w32.h
  2. 21
      win32/php4dll.dsp
  3. 53
      win32/php4dllts.dsp

0
main/config.w32.h.in → main/config.w32.h

21
win32/php4dll.dsp

@ -249,26 +249,7 @@ SOURCE=..\ext\standard\aggregation.h
# End Source File
# Begin Source File
SOURCE=..\main\config.w32.h.in
!IF "$(CFG)" == "php4dll - Win32 Debug"
!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
!ELSEIF "$(CFG)" == "php4dll - Win32 Release_inline"
# Begin Custom Build - Generating main/config.w32.h
InputPath=..\main\config.w32.h.in
"config.w32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if not exist ..\main\config.w32.h (
copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
)
# End Custom Build
!ENDIF
SOURCE=..\ext\standard\config.w32.h
# End Source File
# Begin Source File

53
win32/php4dllts.dsp

@ -278,58 +278,7 @@ SOURCE=..\ext\standard\aggregation.h
# End Source File
# Begin Source File
SOURCE=..\main\config.w32.h.in
!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
# Begin Custom Build - Generating main/config.w32.h
InputPath=..\main\config.w32.h.in
"..\main\config.w32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if not exist ..\main\config.w32.h (
copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
)
# End Custom Build
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
# Begin Custom Build - Generating main/config.w32.h
InputPath=..\main\config.w32.h.in
"..\main\config.w32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if not exist ..\main\config.w32.h (
copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
)
# End Custom Build
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS_inline"
# Begin Custom Build - Generating main/config.w32.h
InputPath=..\main\config.w32.h.in
"..\main\config.w32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if not exist ..\main\config.w32.h (
copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
)
# End Custom Build
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TSDbg"
# Begin Custom Build - Generating main/config.w32.h
InputPath=..\main\config.w32.h.in
"..\main\config.w32.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if not exist ..\main\config.w32.h (
copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
)
# End Custom Build
!ENDIF
SOURCE=..\ext\standard\config.w32.h
# End Source File
# Begin Source File

Loading…
Cancel
Save