Commit Graph

1630 Commits (4aea18bdc3cc634df7f7eca8a69cd8c0eb86779f)

Author SHA1 Message Date
Qian Hong 0635c67251 arp: Added stub exe. 2013-11-25 15:15:55 +01:00
Alexandre Julliard ddcd19cf63 makefiles: Don't make binaries depend on Makefile.in. 2013-11-25 15:13:46 +01:00
Alexandre Julliard 6ff553d36f configure: Add a rule to prevent rebuilding makedep when tools are disabled. 2013-11-23 15:44:53 +01:00
Alexandre Julliard c8a42b4735 makefiles: Generate include path options from makedep. 2013-11-19 14:16:36 +01:00
Alexandre Julliard 3bc839f12e makefiles: Only generate auto-documentation rules for dlls. 2013-11-19 13:19:17 +01:00
Alexandre Julliard a6fd273a90 makefiles: Generate rules from makedep for running tests. 2013-11-18 11:30:59 +01:00
Hans Leidekker eaef76f041 netapi32: Add support for remote computers in NetServerGetInfo. 2013-11-12 12:58:04 +01:00
Alexandre Julliard 7f8412f253 makefiles: Generate explicit rules for building mo files. 2013-11-11 11:49:16 +01:00
Alexandre Julliard 456c8f435a makefiles: Remove the no longer needed EXTRASUBDIRS variables. 2013-11-09 22:10:52 +01:00
Alexandre Julliard 067d3f0ddb makefiles: Merge the relpath functionality into makedep. 2013-11-09 12:32:06 +01:00
Alexandre Julliard 9fbf473a0b makefiles: Build makedep from the top-level makefile. 2013-10-28 13:58:14 +01:00
Alexandre Julliard 0dcc1cc3e8 makefiles: Expand srcdir directly into the top-level makefile. 2013-10-28 13:14:37 +01:00
Zhenbo Li 7003bbdfd4 atl90: Added new dll. 2013-10-15 16:35:05 +02:00
Huw Davies 0dff81f495 wsock32: Add a fallback for inet_network. 2013-10-15 14:28:21 +02:00
Alexandre Julliard c6262a14f8 makefiles: Generate the common rules for tests from configure. 2013-10-10 12:27:00 +02:00
Alexandre Julliard 237ed76e6d makefiles: Generate the common rules for programs from configure. 2013-10-10 11:41:14 +02:00
Alexandre Julliard 41c7ba4b5d makefiles: Generate the common rules for dlls from configure. 2013-10-10 11:41:07 +02:00
Alexandre Julliard a3b76d3366 makefiles: Generate the common rules for import libraries from configure. 2013-10-10 11:41:01 +02:00
Alexandre Julliard 7260277e1d makefiles: Remove some obsolete rules. 2013-10-08 15:38:22 +02:00
Alexandre Julliard 08eea24b94 makefiles: Get rid of the recursive installation rules for dlls and programs. 2013-10-08 15:29:40 +02:00
Alexandre Julliard 8c959d6c56 winspool: Store generic.ppd in a resource instead of depending on an external file. 2013-10-08 09:27:14 +02:00
Alexandre Julliard 2292b06281 makefiles: Move l_intl.nls and wine.inf to loader so that they are installed even when tools are not built. 2013-10-07 13:32:03 +02:00
Alexandre Julliard c0c7192eaa makefiles: Generate the loader rules from configure. 2013-10-07 12:22:06 +02:00
Alexandre Julliard 69b9c4b198 configure: Use the standard MKDIR_P macro to create directories. 2013-10-04 22:12:22 +02:00
Alexandre Julliard a60ebd3ade makefiles: Link libwine statically into the tools to avoid run-time path dependencies. 2013-10-04 17:46:22 +02:00
Alexandre Julliard 1970edd285 configure: Disable tools by default when cross-compiling. 2013-10-04 17:12:03 +02:00
Alexandre Julliard 4732b2f4ea configure: Use the correct strip program when installing. 2013-10-03 21:48:46 +02:00
Alexandre Julliard 8355887560 makefiles: Clean files from the top-level makefile where possible. 2013-09-30 20:34:53 +02:00
Alexandre Julliard 770d902d10 configure: Store all libraries in libdir on Android. 2013-09-26 17:58:44 +02:00
Alexandre Julliard 90520f7fc4 configure: Set the library prefix to "lib" on Android. 2013-09-26 14:36:02 +02:00
Alexandre Julliard a83c598c79 makefiles: Add support for specifying a prefix for installed library file names. 2013-09-26 14:35:45 +02:00
Huw Davies 2a32d5765a server: Android has struct user in asm/user.h. 2013-09-24 18:58:24 +02:00
Alexandre Julliard 49645b6ff9 configure: Build the makefile data into a temporary file instead of a shell variable. 2013-09-24 12:51:58 +02:00
Huw Davies 96e32da5c9 dbghelp: Add a couple of structures that are missing from the Android ndk. 2013-09-23 20:32:21 +02:00
Alexandre Julliard 83eb4fd9b3 makefiles: Generate dependencies for symlinks that are needed at build time. 2013-09-23 20:32:12 +02:00
Huw Davies 21dc848378 iphlpapi: Add interface enumeration for Android. 2013-09-19 20:14:04 +02:00
Huw Davies 208eae73ae iphlpapi: Add a version of get_dns_servers for Android. 2013-09-17 16:24:24 +02:00
Huw Davies c7dd313d75 iphlpapi: Add a configure check for struct __res_state. 2013-09-17 16:23:42 +02:00
Hans Leidekker d36e7c080c wsnmp32: Add stub implementations for a couple of functions. 2013-09-17 12:26:57 +02:00
Huw Davies 2f25ddfd14 iphlpapi: Add support for ip6 dns addresses. 2013-09-13 14:19:36 +02:00
Detlef Riekenberg 6cb2156976 d3dx11_42: Add stub dll. 2013-09-09 22:10:00 +02:00
Detlef Riekenberg e10b687dbf d3dx11_43: Add stub dll. 2013-09-09 22:10:00 +02:00
Rafał Mużyło bb50d6fd95 configure: Don't use X_PRE_LIBS. 2013-09-05 13:21:58 +02:00
Alexandre Julliard f21961cc14 ntdll: Add a configure check for the tcdrain function.
Also remove the tcgetattr check that is no longer used.
2013-09-05 13:18:21 +02:00
André Hentschel 0079248f10 xinput1_4: Add new dll based on xinput1_3. 2013-09-04 14:44:06 +02:00
Francois Gouget 4f27b78fb4 iphlpapi: Check for proc_pidinfo() instead of assuming libproc.h always defines it.
This is needed on FreeBSD 8.1.
2013-09-04 14:42:58 +02:00
Jacek Caban b308a5c7ad atl110: Added new DLL. 2013-09-03 17:00:28 +02:00
Austin English 478db5bcd5 netcfgx: Add stub dll. 2013-09-02 19:44:21 +02:00
Huw Davies 2374cd52a7 winegcc: Set the LDDLLFLAGS according to the target platform. 2013-08-27 21:30:02 +02:00
Alistair Leslie-Hughes 04bf2009aa comsvcs: Add stub dll. 2013-08-26 17:28:29 +02:00