diff options
author | Zeev Suraski <zeev@php.net> | 2000-11-02 14:53:10 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-11-02 14:53:10 +0000 |
commit | a023f9280aafdec9edd09613c2329ba88f567eb0 (patch) | |
tree | e57529c519a4c4c2c687ef81c1554e67680fede6 /win32/php4dllts.dsp | |
parent | 0b25301bce1d8057445b4af008c2fd59bafd118e (diff) | |
download | php-git-a023f9280aafdec9edd09613c2329ba88f567eb0.tar.gz |
- Fix Windows build
- Changed the Apache .dsp to expect the Apache source code files under php_build
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 4813a12c03..072a5b5304 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -157,6 +157,10 @@ SOURCE=..\main\php_ini.c # End Source File
# Begin Source File
+SOURCE=..\main\php_logos.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\php_open_temporary_file.c
# End Source File
# Begin Source File
@@ -253,6 +257,10 @@ SOURCE=..\main\php_ini.h # End Source File
# Begin Source File
+SOURCE=..\main\php_logos.h
+# End Source File
+# Begin Source File
+
SOURCE=..\main\php_main.h
# End Source File
# Begin Source File
|