History log of /php-uv/config.w32 (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9d25abb4 28-Apr-2019 Bob Weinand

Add missing dependency for windows linking


Revision tags: v0.2.2, v0.2.1, v0.2.0, v0.1.2, v0.1.1, v0.1.0
# e6d981d6 26-Oct-2016 Chris Wright

Update windows config script


# 2f34c3dc 26-Oct-2016 Bob Weinand

Remove old clutter & dead http parser code


# 73fd3114 18-Nov-2012 Anatoliy Belsky

finer sockets ext check


# eaa75735 18-Nov-2012 Anatoliy Belsky

fixed NTS build, plus

- extended config.w32 to look for libs/includes in extra dirs
- fixed config.w32 to care about the sockets ext
- --enable-uv-httpparser is a better wording

fixed NTS build, plus

- extended config.w32 to look for libs/includes in extra dirs
- fixed config.w32 to care about the sockets ext
- --enable-uv-httpparser is a better wording
- since non bundled library can be used, wording fixed in minfo

show more ...


# 865f9d20 01-Jul-2012 Shuhei Tanuma

update config.w32: http-parser support


# 958065cb 25-Jun-2012 Shuhei Tanuma

fix windows compile


# b75313b0 19-Jun-2012 Shuhei Tanuma

adjust config.w32


# e765597f 18-Jun-2012 Shuhei Tanuma

for now, php-uv can build on windows box. but it requires some work.

* make libuv first.
* after configure, add Iphlpapi.lib and psapi.lib on your Makefile directly.
* don't mix debu

for now, php-uv can build on windows box. but it requires some work.

* make libuv first.
* after configure, add Iphlpapi.lib and psapi.lib on your Makefile directly.
* don't mix debug / release build (LIBCMTD conflicts)

show more ...


# 39679dbd 18-Jun-2012 Shuhei Tanuma

adjust config.w32


# 9bbc4e9e 18-Jun-2012 stealth35

Fix windows errors