diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-05-02 09:49:41 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-05-02 09:49:41 +0000 |
commit | 738b47c13e36a476d0486cf2197c491579936b9a (patch) | |
tree | c3cd40d18aebdade2ef7c396e2add82bd1cc2066 /win32/php4dll.dsp | |
parent | 5035904efcd2be2896b182d18e99a5c542946fe3 (diff) | |
download | php-git-738b47c13e36a476d0486cf2197c491579936b9a.tar.gz |
The Windows build can now be configures more comfortably, for instance in regard to built-in extensions.
Diffstat (limited to 'win32/php4dll.dsp')
-rw-r--r-- | win32/php4dll.dsp | 47 |
1 files changed, 45 insertions, 2 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 9c5146b883..0ea1bb8027 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -229,11 +229,54 @@ SOURCE=..\main\spprintf.c # PROP Default_Filter ""
# Begin Source File
-SOURCE=..\main\config.w32.h
+SOURCE=..\ext\standard\aggregation.h
# End Source File
# Begin Source File
-SOURCE=..\ext\standard\aggregation.h
+SOURCE=..\main\config.w32.h.in
+
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
+
+# Begin Custom Build
+InputPath=..\main\config.w32.h.in
+
+"..\main\config.w32.h.in" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
+
+# Begin Custom Build
+InputPath=..\main\config.w32.h.in
+
+"..\main\config.w32.h.in" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS_inline"
+
+# Begin Custom Build
+InputPath=..\main\config.w32.h.in
+
+"..\main\config.w32.h.in" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
+
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TSDbg"
+
+# Begin Custom Build
+InputPath=..\main\config.w32.h.in
+
+"..\main\config.w32..inh" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy ..\main\config.w32.h.in ..\main\config.w32.h > nul
+
+# End Custom Build
+
+!ENDIF
+
# End Source File
# Begin Source File
|