Commit Graph

199 Commits (master)

Author SHA1 Message Date
Alexandre Julliard deccfeec9a winetest: Build the test list from the makefile instead of make_makefiles. 2008-08-28 12:17:42 +02:00
Alexandre Julliard 67828b60e0 configure: Build the winetest dependencies in configure instead of make_makefiles. 2008-08-28 12:09:46 +02:00
Alexandre Julliard 6de0af1eac configure: Generate the list of top-level directories to install. 2008-08-25 14:41:03 +02:00
Alexandre Julliard 4051eaf7c9 configure: Allow multiple variables in makefile output, and generate the programs directory lists. 2008-08-25 12:14:54 +02:00
Alexandre Julliard dbb535e4e9 configure: Use the generic directory enabling mechanism to turn off dlls that depend on external libraries. 2008-08-25 12:12:28 +02:00
Alexandre Julliard 49163da1d1 configure: Generate the dlls directory lists in configure instead of make_makefiles. 2008-08-25 12:02:27 +02:00
Alexandre Julliard a360e93430 configure: Generate the makefiles list in configure instead of make_makefiles. 2008-08-21 11:13:57 +02:00
Alexandre Julliard d96e3964b7 make_makefiles: Explicitly list the Wine headers that should be exported. 2008-07-23 11:40:43 +02:00
Maarten Lankhorst 61ba32c036 includes: Add video mixing renderer header. 2008-07-11 14:50:44 +02:00
Alexandre Julliard 26c930b32d make_makefiles: Add rules for cross-compiling all import libs from the dlls directory. 2008-07-09 11:55:00 +02:00
Alexandre Julliard e9a34e919e make_makefiles: Add more wildcard patterns in .gitignore. 2008-07-09 11:53:03 +02:00
Rob Shearman 666b57d62f include: Remove unused file wine/rpcss_shared.h. 2008-07-07 11:11:02 +02:00
Alexandre Julliard a795f36af7 winhelp.exe: Renamed to winhlp32.exe. 2008-05-13 18:43:27 +02:00
Alexandre Julliard 6cb1ac0575 make_makefiles: Avoid duplicate rules for static import libs on PE builds. 2008-05-01 18:11:25 +02:00
Alexandre Julliard 1137f4bf31 makefiles: Consider all .res files as object files. 2008-03-13 11:47:23 +01:00
Rob Shearman 4500836635 makefiles: Simplify the use of the MODULE variable in static import libraries.
Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.
2008-03-10 19:12:54 +01:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Tony Wasserka 9b7ca823d3 make_makefiles: Fix importlib handling. 2008-03-04 20:50:31 +01:00
Alexandre Julliard c52d921f34 kernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.
Based on a patch by Dmitry Timoshkov.
2008-03-03 15:25:50 +01:00
Alexandre Julliard 5625c6079e Get rid of the global thread.h header. 2008-03-01 11:57:00 +01:00
Alexandre Julliard bb27b37599 user32: Moved win.h to the user32 directory. 2008-02-29 17:21:04 +01:00
Alexandre Julliard b0585bf10f Make.rules: Added rules for building the dlldata.c file. 2007-12-10 14:26:13 +01:00
Rob Shearman cfc50f89d7 ole32: Add cross-process running-object table support. 2007-09-11 13:55:08 +02:00
Alexandre Julliard 277b2542aa make_makefiles: wined3d doesn't depend on OpenGL libs anymore. 2007-08-14 13:37:14 +02:00
Alexandre Julliard ac91ffd7f8 make_makefiles: Added support for updating include/Makefile.in. 2007-08-03 14:12:04 +02:00
Alexandre Julliard a1a8036bbb make_makefiles: Add check for incorrect module name. 2007-07-31 16:00:09 +02:00
Alexandre Julliard 74bd17e998 make_makefiles: Avoid duplicate .gitignore entries. 2007-04-26 16:42:15 +02:00
Alexandre Julliard 274115f97f make_makefiles: Add the .INIT/.BEGIN rules for the main makefile. 2007-04-02 12:47:13 +02:00
Marcus Meissner fbc80d79b3 configure: Generate stand alone AC_CONFIG_FILES() lines. 2007-02-27 12:26:27 +01:00
Alexandre Julliard 1df72cc794 Make.rules: Automatically generate the header for all types of idl sources. 2007-02-09 14:32:57 +01:00
Alexandre Julliard 7d65939825 include: Simplify the variable declarations in the makefile to allow make_makefiles to parse it. 2007-01-24 16:24:19 +01:00
Alexandre Julliard 8c87511109 make_makefiles: Ignore IDL_H_SRCS targets in all directories. 2007-01-23 12:17:42 +01:00
Alexandre Julliard 05ef63e897 make_makefiles: Get rid of the rules for dll symlinks. 2007-01-10 13:58:00 +01:00
Patrik Stridvall 8ef6b39c9f make_makefiles: Add *_crosstest.exe to .gitignore. 2007-01-09 12:15:11 +01:00
Alexandre Julliard d44ed08d8a make_makefiles: Properly skip dlls marked with MKDLL_SKIP. 2007-01-02 17:09:23 +01:00
Alexandre Julliard bb7f2f9cc6 make_makefiles: List test directories explicitly in .gitignore. 2006-12-29 14:21:17 +01:00
Alexandre Julliard 5eb38cf932 make_makefiles: In .gitignore, explicitly list files that we know are generated instead of using wildcards. 2006-12-29 12:49:43 +01:00
Alexandre Julliard 6150fe191b make_makefiles: Merge the generated gitignores in dlls and programs into the top-level one. 2006-12-28 11:38:04 +01:00
Alexandre Julliard 7035aa5041 make_makefiles: Generate the top-level .gitignore file.
Add a PROGRAMS variable in some makefiles to make things easier.
2006-12-27 21:23:36 +01:00
Alexandre Julliard 365a463b1e make_makefiles: Automatically add IDL header targets to the .gitignore file. 2006-12-24 17:31:52 +01:00
Alexandre Julliard 0134db6e9b dlls: Merged the make_dlls script into the global make_makefiles. 2006-12-24 14:05:12 +01:00
Alexandre Julliard 7dfc447741 gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
Alexandre Julliard 48c14238b8 make_makefiles: Merged the make_progs script into make_makefiles. 2006-09-24 12:11:39 +02:00
Alexandre Julliard 44db04c01e make_makefiles: Parse the makefiles to find the correct rules file dependency. 2006-09-22 09:27:29 +02:00
Alexandre Julliard 5ea4e5ba46 makefiles: Automatically rebuild makefiles when their sources and/or configure changed. 2006-09-14 09:41:21 +02:00
Alexandre Julliard 489d87d1e5 kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
2006-09-12 13:34:06 +02:00
Alexandre Julliard 534fac983d winetest: Generate the list of test resources in make_makefiles.
Only include test revision information in the distributed binary.
2006-09-11 14:32:00 +02:00
Alexandre Julliard 27959bebd7 make_makefiles: Generate the tests list in programs/winetest/Makefile.in. 2006-08-28 11:58:31 +02:00
Alexandre Julliard 34618113f4 tools: Added make_makefiles tool that updates the list in configure.ac and runs make_dlls and make_progs. 2006-08-28 11:57:10 +02:00