diff options
author | Andi Gutmans <andi@php.net> | 2004-07-30 22:52:32 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-07-30 22:52:32 +0000 |
commit | 79279dce97710c2bb01e028ff51dd212dee5ae13 (patch) | |
tree | 61fee070fec9f32e12cd5884e3126a83b145770f /win32 | |
parent | 62cd02c5a7e0f677306f89c3cdb1048dc7cfe85c (diff) | |
download | php-git-79279dce97710c2bb01e028ff51dd212dee5ae13.tar.gz |
- Add globals.c
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php5dllts.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/php5dllts.dsp b/win32/php5dllts.dsp index adce98685a..2595b454a0 100644 --- a/win32/php5dllts.dsp +++ b/win32/php5dllts.dsp @@ -169,6 +169,10 @@ SOURCE="..\main\fopen_wrappers.c" # End Source File
# Begin Source File
+SOURCE=.\globals.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\internal_functions_win32.c
# End Source File
# Begin Source File
|