summaryrefslogtreecommitdiff
path: root/win32/php4dllts.dsp
Commit message (Collapse)AuthorAgeFilesLines
...
* Update .dspZeev Suraski2001-08-131-1/+1
|
* Fix Windows buildZeev Suraski2001-07-201-8/+8
|
* added variant.hHarald Radi2001-06-241-0/+4
|
* renamed *typedef_VARIANT.* to *VARIANT.*Harald Radi2001-05-131-2/+2
|
* Fix broken XML buildZeev Suraski2001-05-131-49/+1
|
* Nuke HAVE_LIBEXPAT2. We define HAVE_LIBEXPAT in config.w32.h, and that does ↵Sebastian Bergmann2001-05-131-4/+4
| | | | the trick.
* hopefully fix win32 build, untestedDaniel Beulshausen2001-05-121-4/+127
|
* Hopefully nuke the rest of the german commits.Sebastian Bergmann2001-05-121-4/+4
|
* Remove german comments from MS VisualStudio.Sebastian Bergmann2001-05-121-6/+6
|
* Make expat and ext/xml compile again on Win32.Sebastian Bergmann2001-05-121-130/+10
|
* added com.hHarald Radi2001-03-201-0/+4
|
* That should do the trick.Sebastian Bergmann2001-02-231-2/+2
|
* Adding crypt.c and php_crypt.h to win32 builds, they were missing..James Moore2001-02-211-0/+8
|
* Restore COM.cZeev Suraski2001-02-201-1/+1
|
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-1/+17
|
* finally remove -S option from bisonDaniel Beulshausen2001-01-051-8/+4
| | | | | | # bison.simple should be stored in the same folder or # set the 'bison_simple' variable which points to the file
* Add Release_TSDbg support. This mode compiles PHP with the release C runtime,Zeev Suraski2000-12-261-0/+265
| | | | | | but with optimizations disabled and with debug info. Some crashes can only be debugged using this mode.
* oops, libcrypt shouln't be in the linker libsDaniel Beulshausen2000-11-231-1/+1
| | | | | by default
* I forgot to commit the .dsp update...Zeev Suraski2000-11-231-3/+578
|
* Fixed typo.Sebastian Bergmann2000-11-231-2/+2
|
* fix libbcmath compile, updated dependencies & addDaniel Beulshausen2000-11-231-9/+5
| | | | | libbcmath to linker options
* Adding credits.c to project to allow compilation.Frank M. Kromann2000-11-201-0/+4
|
* - Fix Windows buildZeev Suraski2000-11-021-0/+8
| | | | | - Changed the Apache .dsp to expect the Apache source code files under php_build
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-301-117/+4
| | | | | can finally have spaces and tabs in their extension statements...)
* compile fixes & update of win32 dspDaniel Beulshausen2000-10-131-0/+16
|
* - Add calendar to default Win32 build.Andi Gutmans2000-10-061-2/+54
|
* - Add FTP extension to default Win32 buildAndi Gutmans2000-10-051-0/+28
|
* fix unresolved externalsDaniel Beulshausen2000-09-191-0/+8
|
* let windows build with trans sidDaniel Beulshausen2000-09-181-8/+16
|
* - Windows and UNIX compile fixesAndi Gutmans2000-09-111-0/+8
|
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-0/+4
| | | | | | | - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings
* - Remove php_virtual_cwd.[ch] from Windows projectAndi Gutmans2000-09-031-12/+0
|
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-021-3/+3
|
* - Fix windows buildAndi Gutmans2000-09-021-3/+3
|
* changed the intermediate output dir, to make it a bit cleanerDaniel Beulshausen2000-08-231-3/+3
|
* Fix Win32 buildZeev Suraski2000-08-201-4/+0
|
* - It should be #ifdef PHP_WIN32Andi Gutmans2000-08-171-0/+4
|
* fix php4dllts dsp fileShane Caraveo2000-07-021-0/+50
|
* Set version number on DLLsZeev Suraski2000-06-301-3/+3
|
* - winsnmp.c has moved to ext/snmpAndi Gutmans2000-06-241-1/+1
|
* - Make the output globals accessible from the outside worldZeev Suraski2000-06-241-0/+8
| | | | | - Fix Win32 compilation
* - Make Windows compile. Was missing crc32.cAndi Gutmans2000-06-221-0/+4
|
* @- Moved VC++ Win32 project and workspace files to the win32 directoryZeev Suraski2000-06-141-0/+1117
@ (Zeev)