diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-09-19 22:05:26 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-09-19 22:05:26 +0000 |
commit | d836f5d4c0b6848a7811cd43534aeddf12532041 (patch) | |
tree | 7a29324d7000ea3587cd72571ccde6da6b8d9c69 /win32/php4dllts.dsp | |
parent | cc53ad51667c33fa652dc25d583ada6dd9d6a966 (diff) | |
download | php-git-d836f5d4c0b6848a7811cd43534aeddf12532041.tar.gz |
fix unresolved externals
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index ef16dd7c70..0f38d73d4d 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -526,6 +526,10 @@ SOURCE=..\ext\standard\url_scanner.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\url_scanner_ex.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\var.c
# End Source File
# End Group
@@ -692,6 +696,10 @@ SOURCE=..\ext\standard\url.h SOURCE=..\ext\standard\url_scanner.h
# End Source File
+# Begin Source File
+
+SOURCE=..\ext\standard\url_scanner_ex.h
+# End Source File
# End Group
# Begin Group "PCRE"
|