diff options
author | Sebastian Bergmann <sebastian@php.net> | 2003-03-23 06:57:16 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2003-03-23 06:57:16 +0000 |
commit | 2dc388e73ed76ec3271acc5e7fa6579873b39abd (patch) | |
tree | 24b12a9761eb64c21a9a52e5727bd52b0b4231f3 /Zend/ZendTS.dsp | |
parent | 91a247548502aa7bd5b3fcf79a29ec6a75826621 (diff) | |
download | php-git-2dc388e73ed76ec3271acc5e7fa6579873b39abd.tar.gz |
Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes.
Diffstat (limited to 'Zend/ZendTS.dsp')
-rw-r--r-- | Zend/ZendTS.dsp | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/Zend/ZendTS.dsp b/Zend/ZendTS.dsp index e369d51be3..8506facbbd 100644 --- a/Zend/ZendTS.dsp +++ b/Zend/ZendTS.dsp @@ -7,21 +7,21 @@ CFG=ZendTS - Win32 Release_TSDbg
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "ZendTS.mak".
-!MESSAGE
+!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "ZendTS.mak" CFG="ZendTS - Win32 Release_TSDbg"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE
!MESSAGE "ZendTS - Win32 Release_TS" (based on "Win32 (x86) Static Library")
!MESSAGE "ZendTS - Win32 Debug_TS" (based on "Win32 (x86) Static Library")
!MESSAGE "ZendTS - Win32 Release_TS_inline" (based on "Win32 (x86) Static Library")
!MESSAGE "ZendTS - Win32 Release_TSDbg" (based on "Win32 (x86) Static Library")
-!MESSAGE
+!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
@@ -119,7 +119,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo
# ADD LIB32 /nologo
-!ENDIF
+!ENDIF
# Begin Target
@@ -156,6 +156,10 @@ SOURCE=.\zend_constants.c # End Source File
# Begin Source File
+SOURCE=.\zend_default_classes.c
+# End Source File
+# Begin Source File
+
SOURCE=.\zend_dynamic_array.c
# End Source File
# Begin Source File
@@ -300,6 +304,10 @@ SOURCE=.\zend_constants.h # End Source File
# Begin Source File
+SOURCE=.\zend_default_classes.h
+# End Source File
+# Begin Source File
+
SOURCE=.\zend_dynamic_array.h
# End Source File
# Begin Source File
@@ -494,7 +502,7 @@ BuildCmds= \ $(BuildCmds)
# End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
@@ -565,7 +573,7 @@ BuildCmds= \ $(BuildCmds)
# End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# End Group
@@ -620,7 +628,7 @@ InputPath=.\zend_ini_scanner.l # End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
@@ -667,7 +675,7 @@ InputPath=".\zend_language_scanner.l" # End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# End Group
|