Commit Graph

143 Commits

Author SHA1 Message Date
Alexandre Julliard fe946f253a makefiles: Add a makedep pragma to mark source files that are parts of the import library. 2013-11-11 11:46:21 +01:00
Alexandre Julliard 456c8f435a makefiles: Remove the no longer needed EXTRASUBDIRS variables. 2013-11-09 22:10:52 +01:00
Alexandre Julliard 27534a09c6 makefiles: Automatically update source variables in the makefile based on the makedep pragmas. 2013-11-05 20:38:19 +01: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 204105ade4 configure: Simplify the generation of the install and clean rules. 2013-10-08 15:25:07 +02:00
Alexandre Julliard c0c7192eaa makefiles: Generate the loader rules from configure. 2013-10-07 12:22:06 +02:00
Alexandre Julliard 8355887560 makefiles: Clean files from the top-level makefile where possible. 2013-09-30 20:34:53 +02:00
Nikolay Sivov 8b45127e85 oledb32: Added IChapteredRowset definition. 2013-08-22 19:02:04 +02:00
Nikolay Sivov 2a78e48e20 oledb32: Added IRowPositionChange interface definition. 2013-08-01 12:11:17 +02:00
Nikolay Sivov 2fe34bfb09 include: Added IRowPosition interface definition. 2013-07-30 19:11:05 +02:00
Alistair Leslie-Hughes a32391ab6b oledb32: Add support for IErrorRecords. 2013-07-29 14:16:39 +02:00
Alistair Leslie-Hughes 83c14c723c oledb32: Add interface ISourcesRowset. 2013-07-29 14:15:08 +02:00
Nikolay Sivov 7f78caa81c include: Added IRowsetNotify definition and proxy/stub stub implementation. 2013-04-08 11:36:09 +02:00
Alexandre Julliard ad16c4c0df make_makefiles: Add support for Objective-C sources. 2013-01-09 17:39:38 +01:00
Ken Thomases c40a72223c loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section. 2013-01-08 16:35:28 +01:00
Michael Stefaniuc 6b5dca5bbb cmdlgtst: Remove obsolete and unused application. 2011-12-09 21:15:38 +01:00
Alexandre Julliard 268976b9fe makefiles: Add rules for building mo files. 2011-10-22 15:43:50 +02:00
André Hentschel 31f0f09a17 configure: Install view.
(better subject, maybe)

I still think "view" should be available to users, so the only thing between the user and "view" is they have to compile Wine theirselves and that should change.
It's very hard to find good wmf/emf viewers for Linux(and most likely other OS), but "view" is a great program for people who need to take a look at wmf/emf files.
2011-09-05 19:32:32 +02:00
Alexandre Julliard 729afa6adc makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
Alexandre Julliard 41107a940f makefiles: Also install the program manpages from the top-level makefile. 2011-08-01 13:40:23 +02:00
Alexandre Julliard e492fcc833 makefiles: Use generic flags to specify which directories need a make install. 2011-06-12 12:04:08 +02:00
Alexandre Julliard e2db794630 makefiles: Add a more generic handling of makefile generation flags. 2011-06-12 11:53:44 +02:00
Alexandre Julliard 9b99cd1d31 makefiles: Create test resource files directly from the test build directory. 2011-05-24 11:15:20 +02:00
Alexandre Julliard 305aca28b4 makefiles: Avoid creating an intermediate rc file for test binaries. 2011-05-22 12:50:10 +02:00
Henri Verbeet 427803a981 wined3d: Make wined3d.h a normal header file again. 2011-05-19 10:07:50 +02:00
Alexandre Julliard 4422d22cfe configure: Create a wine64 symlink in 64-bit build trees. 2011-05-10 14:04:42 +02:00
Alexandre Julliard 0435b5825e makefiles: Add support for .x template files. 2011-05-05 16:31:59 +02:00
Alexandre Julliard 417b70bf44 makefiles: Add rules to update po files from .mc files in maintainer mode. 2011-01-24 21:34:23 +01:00
Alexandre Julliard 9771ad8ca7 makefiles: Generate .res files directly from message files. 2011-01-18 16:56:02 +01:00
Alexandre Julliard 367fd228d8 makefiles: Add rules to rebuild the po files in maintainer mode. 2011-01-04 17:05:21 +01:00
Alexandre Julliard 7c2a4bf25e makefiles: Add dependencies on all po files for po-translated resources. 2011-01-04 16:55:54 +01:00
Alexandre Julliard 80d12c358e makefiles: Automatically update the EXTRASUBDIRS variable in make_makefiles. 2011-01-01 20:28:10 +01:00
Alexandre Julliard 59ee6d83ab makefiles: Automatically add missing source variables in make_makefiles. 2011-01-01 17:46:56 +01:00
Alexandre Julliard 1858f43d99 configure: Make the import lib name optional in WINE_CONFIG_DLL. 2010-12-29 14:10:47 +01:00
Alexandre Julliard 6cce7fa0ce configure: Add a generic mechanism for passing flags to dll and program rules. 2010-12-28 16:35:40 +01:00
Alexandre Julliard f6b6c7bade include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl. 2010-12-21 12:17:11 +01:00
Alexandre Julliard 15ccabc9a8 makefiles: Add common rules for installing the main man page. 2010-12-05 16:17:58 +01:00
Alexandre Julliard 1a2837a089 makefiles: Add rules for building dll registration resources. 2010-11-30 13:53:25 +01:00
Alexandre Julliard 40977bf1d2 shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array. 2010-11-11 12:24:46 +01:00
Alexandre Julliard 845047eebb tools: Add some sanity checks in make_makefiles. 2010-10-23 10:44:05 +02:00
Alexandre Julliard 9188bd647b winetest: Include the build info also in the standard build. 2010-08-21 17:19:48 +02:00
Alexandre Julliard 03642414a8 makefiles: Generate all the top-level make rules inside the corresponding shell function. 2010-03-20 15:24:22 +01:00
Alexandre Julliard d81a8f8d47 makefiles: Add a configure macro for tools directories. 2010-03-20 15:02:56 +01:00
Alexandre Julliard d394e0420f makefiles: Generate all the program rules inside the corresponding shell function. 2010-03-20 14:53:39 +01:00
Alexandre Julliard 9b02b5cddb makefiles: Remove makedep only after everything else has been cleaned. 2010-02-24 15:12:30 +01:00
Alexandre Julliard c6e62dda1c makefiles: Simplify the WINE_CONFIG_MAKEFILE macro by removing the no longer needed prefix arg. 2010-02-10 19:51:11 +01:00
Alexandre Julliard 9463687f78 makefiles: Build the programs directly from the top-level makefile. 2010-02-10 19:51:08 +01:00