Name Date Size #Lines LOC

..05-Dec-2019-

DSP.READMEH A D05-Dec-20191.2 KiB3827

MakefileH A D05-Dec-201910.1 KiB217159

Makefile.phpizeH A D05-Dec-20191.4 KiB3929

block.template.dswH A D05-Dec-2019258 1611

buildconf.jsH A D05-Dec-20197.8 KiB275185

config.w32H A D05-Dec-201914.5 KiB450377

config.w32.h.inH A D05-Dec-20194.2 KiB177162

config.w32.phpize.inH A D05-Dec-201911.3 KiB364305

configure.batH A D05-Dec-201942 32

configure.tailH A D05-Dec-2019200 128

confutils.jsH A D05-Dec-201962.5 KiB2,2931,784

cvsclean.jsH A D05-Dec-20193.5 KiB12171

default.manifestH A D05-Dec-2019834 1812

deplister.cH A D05-Dec-20192 KiB6121

libs_version.txtH A D05-Dec-2019219 1716

mkdist.phpH A D05-Dec-201914.4 KiB559408

php.icoH A D05-Dec-20191.7 KiB

phpize.batH A D05-Dec-2019346 76

phpize.js.inH A D05-Dec-20197.6 KiB271224

projectgen.jsH A D05-Dec-201919.7 KiB626471

registersyslog.phpH A D05-Dec-2019966 4527

svnclean.jsH A D05-Dec-20193.5 KiB12171

template.dspH A D05-Dec-20192.1 KiB8268

template.dswH A D05-Dec-20191.1 KiB6445

template.rcH A D05-Dec-20192 KiB8877

wsyslog.mcH A D05-Dec-2019367 2924

DSP.README

1MSVC++ project file generation
2==============================
3
4These files are only intended for use in debugging and profiling,
5but can be used to create working binaries. However, they are very
6unlikely to match the official PHP distributed binaries.
7
8With this in mind, the script will only generate basic .dsp files
9for the modules that are currently configured.
10
11The switch for project file generation is a buildconf switch and
12not a configure switch:
13
14> buildconf --add-project-files
15> configure ...
16
17The resulting workspace files should appear at /win32/phpdll[ts].dsw
18and (if any shared modules are configured) at /win32/php_modules.dsw,
19after configure is run.
20
21If the .dsw files haven't generated in a sane way, the most likely reason
22will be that the template files have become corrupted. They need DOS
23line endings (CR/LF) in order to function. The affected files are:
24
25/win32/build/block.template.dsw
26/win32/build/template.dsp
27/win32/build/template.dsw
28
29Simply save them with DOS line endings, and bug it to me if basic
30project file generation still fails (as in, you ran the command and
31configure again after saving, and you have a working copy of MSVS
32installed, but clicking on the workspace(s) doesn't give you anything).
33
34- Steph
35sfox@php.net
36
37July 2008
38