diff options
author | Harald Radi <phanto@php.net> | 2001-05-04 14:44:27 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-05-04 14:44:27 +0000 |
commit | f64d32f667f7f4a1f3187a20d36a783bea636e5c (patch) | |
tree | a3681e9226ab34df33015bbfcfc67adf743f31c9 /win32 | |
parent | c0624c769b5d771c52f8eec3b924b9fdc4cd65f7 (diff) | |
download | php-git-f64d32f667f7f4a1f3187a20d36a783bea636e5c.tar.gz |
added ext/com/ files to the project
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dll.dsp | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index d3e7b01cbc..94c9283d74 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -1515,6 +1515,10 @@ SOURCE=..\ext\com\COM.c # End Source File
# Begin Source File
+SOURCE=..\ext\com\conversion.c
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\pwd.c
# End Source File
# Begin Source File
@@ -1535,6 +1539,10 @@ SOURCE=..\win32\time.c # End Source File
# Begin Source File
+SOURCE=..\ext\com\typedef_VARIANT.c
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\wfile.c
# End Source File
# Begin Source File
@@ -1555,6 +1563,14 @@ SOURCE=..\win32\wsyslog.c # PROP Default_Filter ""
# Begin Source File
+SOURCE=..\ext\com\com.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\ext\com\conversion.h
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\grp.h
# End Source File
# Begin Source File
@@ -1563,7 +1579,7 @@ SOURCE=..\win32\param.h # End Source File
# Begin Source File
-SOURCE=..\ext\com\php3_COM.h
+SOURCE=..\ext\com\php_COM.h
# End Source File
# Begin Source File
@@ -1571,6 +1587,10 @@ SOURCE=..\win32\php_registry.h # End Source File
# Begin Source File
+SOURCE=..\ext\com\php_typedef_VARIANT.h
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\pwd.h
# End Source File
# Begin Source File
|