Commit Graph

919 Commits (f0daa7e9b04f300034b332a80f3f4c192bba0d70)

Author SHA1 Message Date
Alexandre Julliard a6b91685b7 programs: Only create executable wrappers for programs that get installed in the bin directory. 2009-02-24 16:56:57 +01:00
Aric Stewart 64ae0000b6 msctf: Added msctf tests. 2009-02-18 14:08:30 +01:00
Alexandre Julliard 2274fc1ade makefiles: Do not install progman, uninstaller and winebrowser in the bin directory. 2009-02-17 12:46:08 +01:00
Alexandre Julliard 4d135d9a71 configure: Don't set target flags if build and host are the same. 2009-02-16 15:35:15 +01:00
Alexandre Julliard 95251a78e8 configure: Try to avoid warnings in checks to support configuring with -Werror. 2009-02-16 15:35:15 +01:00
Alexandre Julliard 0fea4a5037 configure: Set the target flags from the --host option even if cross-compiling is not detected. 2009-02-12 10:51:41 +01:00
Alexandre Julliard c891f6bca7 configure: Print an error and fail if we don't have libpthread. 2009-02-12 00:12:46 +01:00
Alexandre Julliard 40664c0c54 configure: Move down the X11 checks to allow defaulting to --without-x for the Windows build. 2009-02-12 00:12:45 +01:00
Austin English ac0252db33 configure.ac: Check for icps_outhist struct. 2009-02-02 15:21:42 +01:00
Alexandre Julliard f35ddbaf68 configure: Remove no longer needed check for -fshort-wchar. 2009-02-02 15:21:42 +01:00
Austin English 68f2db299d configure: Check for xinpgen struct. 2009-01-30 14:02:30 +01:00
Alexandre Julliard d7e846ccd9 configure: Include net/if.h to check for netinet headers on Solaris. 2009-01-30 14:01:12 +01:00
Andrey Turkin 347272b37e programs: Add lodctr and unlodctr tools. 2009-01-29 15:14:22 +01:00
Austin English 0d731937b5 mssign32: Add stub dll. 2009-01-29 12:49:12 +01:00
Austin English 2de77982a9 traffic: Add stub dll. 2009-01-29 12:48:37 +01:00
Austin English 78cffc6e91 authz: Add stub dll. 2009-01-28 14:11:56 +01:00
Aric Stewart a74aeae6e4 msctf: Add base dll framework. 2009-01-28 13:58:32 +01:00
Jeremy White 499603c360 twain_32: Add an initial test framework for twain_32.dll. 2009-01-27 12:04:07 +01:00
Austin English 53d3c46bf9 configure: Fix <netinet/tcp_var.h> detection on OpenBSD. 2009-01-27 11:20:02 +01:00
Austin English bb3f25848f configure: Fix <netinet/in_pcb.h> detection on OpenBSD. 2009-01-27 11:19:07 +01:00
Rico Schüller c97d3d7162 d3dx9_40: Implement d3dx9_40 and forward the functions to d3dx9_36. 2009-01-27 11:10:29 +01:00
David Adam 5775edd805 d3dx9_39: Implement this dll and forward the functions to d3dx9_36. 2009-01-26 16:35:08 +01:00
David Adam 1c5b536d8a d3dx9_38: Implement the dll and forward the functions to d3dx9_36. 2009-01-26 16:34:41 +01:00
Aric Stewart f55151a33a rasdlg: Initial stub dll. 2009-01-26 16:27:01 +01:00
Austin English 0317393bf1 configure.ac: Fix a couple more includes on NetBSD. 2009-01-26 14:24:43 +01:00
Austin English 337067a89d iphlpapi: Include netinet/if_inarp.h for NetBSD. 2009-01-23 13:11:42 +01:00
Austin English 8b1959134e iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD. 2009-01-22 15:28:24 +01:00
Austin English 94021a1f42 iphplapi: Include sys/protosw.h for Net/OpenBSD. 2009-01-21 13:23:43 +01:00
Nikolay Sivov 3406c9de33 aclui: Added stub dll. 2009-01-21 13:07:16 +01:00
Shunichi Fuji 4bf77d6cf7 configure: Set default libs if ***-config is missing. 2009-01-20 14:02:26 +01:00
Alexandre Julliard 07f77c4148 winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles. 2009-01-15 21:17:51 +01:00
Francois Gouget 3fe5d80512 configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing. 2009-01-14 14:52:33 +01:00
Alexandre Julliard 8c84636cd5 configure: Specify the target flags directly from configure to avoid trouble on BSD make. 2009-01-14 13:50:52 +01:00
Alexandre Julliard 6b4ed0faae configure: Don't force a 32-bit build when cross-compiling. 2009-01-12 19:32:16 +01:00
Austin English 8cf8e2c60a httpapi: Add stub dll. 2009-01-12 16:53:18 +01:00
Andrey Turkin c0f4fc4978 programs: Add cacls stub. 2009-01-12 16:53:18 +01:00
Alexandre Julliard dfa66db214 configure: Improve error reporting for missing 32-bit development environment. 2009-01-12 15:25:44 +01:00
Francois Gouget 295a0cddea configure: Check for HAL and GnuTLS even if pkg-config is not present. 2009-01-10 17:43:10 +01:00
Stefan Dösinger 60039a5ba8 ddrawex: Start some tests. 2009-01-09 16:17:47 +01:00
Andrey Turkin faa7366c70 loadperf: Add stub loadperf.dll. 2009-01-07 12:43:06 +01:00
Alexandre Julliard d7fd308f41 updspapi: Added an updspapi implementation that forwards to setupapi. 2009-01-05 20:28:06 +01:00
Rob Shearman ba34921034 configure.ac: Fix test for libresolv on Mac OS 10.4.x.
The resolv.h header file won't compile without netinet/in.h being
included first.
2009-01-02 14:27:43 +01:00
Henri Verbeet 8c4a2978b2 configure: Check for gnutls_mac_get_key_size() instead of gnutls_transport_set_errno(). 2008-12-30 11:38:02 +01:00
Austin English fe8879e6d1 configure: Fix libpng detection on OpenBSD. 2008-12-29 11:38:11 +01:00
Austin English 51094be4f9 configure: Fix sysctl.h check for OpenBSD. 2008-12-29 11:37:07 +01:00
Francois Gouget da1a352972 configure: Fix the linux/ipx.h check. 2008-12-29 11:35:58 +01:00
Alexandre Julliard 4a9a3d7fff configure: Improve check for libresolv. 2008-12-26 19:52:04 +01:00
Alexandre Julliard 424cb27e6a configure: When cross-compiling, propagate the target specification to winebuild. 2008-12-26 17:55:29 +01:00
Alexandre Julliard 1399d14e0a libport: Avoid including winsock2.h. 2008-12-24 10:05:19 +01:00
Alexandre Julliard 8e1b59cb9a rpcrt4: Disable TCP/IP connection support if we don't have socketpair. 2008-12-22 19:55:05 +01:00