Commit Graph

2150 Commits

Author SHA1 Message Date
Francois Gouget 58162f87fd Assorted spelling fixes. 2006-10-13 11:55:04 +02:00
Srivatsa Kanchi, R ff82ce2424 wineprefixcreate: Set correct LD_LIBRARY_PATH. 2006-10-12 20:40:57 +02:00
Alexandre Julliard 6a9222fc39 Fixed some printf warnings caused by using sizeof. 2006-10-12 14:58:25 +02:00
Andrew Talbot 80294709c5 winebuild: Cast-qual warning fix. 2006-10-12 11:33:09 +02:00
Ge van Geldorp d642e11438 winapi_test: Regenerate tests.
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
2006-10-11 12:12:21 +02:00
Andrew Talbot 9c6c8b178a widl: Cast-qual warning fix. 2006-10-10 19:33:06 +02:00
Michael Stefaniuc 0fb444b58c tools: Remove redundant NULL checks before free() (found by Smatch). 2006-10-10 12:56:20 +02:00
Nick Burns 3ce4350e67 winegcc: __stdcall__ and __cdecl__ defined safely for Mac OSX. 2006-10-09 20:26:51 +02:00
Louis. Lenders 70e3bf15cb wine.inf: Add ddeml.dll to fake dlls. 2006-10-09 12:53:53 +02:00
Louis. Lenders 1bc7983ef9 wine.inf: Add d3d9 to fake dlls. 2006-10-06 12:33:41 +02:00
Marcus Meissner 36551e9b0d wine.inf: Add some more fake binaries. 2006-10-04 09:59:36 +02:00
Francois Gouget 38520a819c Assorted spelling fixes. 2006-10-03 15:56:21 +02:00
Michael Stefaniuc ba123abf57 winedump: Win64 printf format warning fixes. 2006-10-02 11:55:07 +02:00
Michael Stefaniuc d2d330174f wrc: Win64 printf format warning fixes. 2006-10-02 11:55:04 +02:00
Francois Gouget 77fd5aa23b msvcmaker: The msvcrt tests need '..' in the include path. 2006-09-29 17:53:06 +02:00
Francois Gouget 4b2d7e9321 widl: Use CONST_VTBL to declare lpVtbl. 2006-09-29 17:51:45 +02:00
Michael Stefaniuc 41dd56cb7f "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Detlef Riekenberg 32378f7c83 winedump: Remove the shell script reference from the man-page. 2006-09-29 14:42:27 +02:00
Nicolas Delcros a6fe56a8cf wrc: Fixed typo for the --pedantic argument. 2006-09-25 17:56:38 +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 1b9535afc8 makedep: Update dependencies even with no source files. 2006-09-22 09:25:49 +02:00
Alexandre Julliard 9cc11a3d53 Makefile: Fixed rule for building makedep when cross-compiling. 2006-09-20 20:16:19 +02:00
Francois Gouget b05783b297 wine.inf: Add the missing SecurityService keys. 2006-09-20 11:18:14 +02:00
Dan Hipschman 3ad3f8de42 widl: Don't compare result of read() to unsigned type. 2006-09-14 11:39:37 +02:00
Dan Hipschman bd7e690c1f widl: Remove unused parameter in create_msft_typeinfo. 2006-09-14 11:39:37 +02:00
Dan Hipschman 48006f60a7 widl: Remove unused parameter in ctl2_encode_name. 2006-09-14 11:39:37 +02:00
Dan Hipschman 954c592a6c widl: Replace a #if by if for better compiler checking. 2006-09-14 11:39:37 +02:00
Dan Hipschman 6e7389ada8 widl: Remove unused parameter in write_ip_tfs. 2006-09-14 11:39:37 +02:00
Dan Hipschman 53a2819286 widl: Fix warning about unused structure field in lexer. 2006-09-14 11:39:37 +02:00
Dan Hipschman a472c83f91 widl: Add -u and -U options to man page. 2006-09-14 11:39:37 +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 8598a4c600 makefiles: Attempt to automatically run make depend when reading an updated makefile. 2006-09-14 09:40:00 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +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
Dan Hipschman 6f4b83bce0 widl: Replace a loop with a simple computation. 2006-09-12 11:01:12 +02:00
Alexandre Julliard 42418fbbe8 wrc: Change the prefix on bison-generated names to avoid the name-prefix directive. 2006-09-12 09:05:20 +02:00
Alexandre Julliard 4f0fa2608a wmc: Change the prefix on bison-generated names to avoid the name-prefix directive. 2006-09-12 09:05:15 +02:00
Alexandre Julliard 86bb809e5b widl: Change the prefix on bison-generated names to avoid the name-prefix directive. 2006-09-12 09:05:07 +02:00
Alexandre Julliard bcdc5fb55f Make.rules: Set the default prefix for bison files from the file basename. 2006-09-11 21:47:49 +02:00
Alexandre Julliard 145a0ba508 makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines. 2006-09-11 21:43:11 +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 e4fca883a2 makedep: For generated headers, parse the source idl instead.
This avoids having to generate all the headers before make depend.
2006-09-10 22:04:42 +02:00
Alexandre Julliard 560c9ee785 makedep: Support for new naming scheme for lex files. 2006-09-09 13:16:59 +02:00
Alexandre Julliard 9c085cba0a makefiles: Add global rules for bison and lex files.
Also build the .c and .h files separately to allow parallel makes.
2006-09-09 13:16:22 +02:00
Alexandre Julliard 050c8942d1 wrc: Allow building without debug support in the parser. 2006-09-09 11:26:29 +02:00
Alexandre Julliard cc44aa99b4 wmc: Allow building without debug support in the parser. 2006-09-09 11:26:24 +02:00
Alexandre Julliard aded30dad7 widl: Allow building without debug support in the parser. 2006-09-09 11:26:20 +02:00
Alexandre Julliard 0980561d5d wine.inf: Register msiexec. 2006-09-08 13:41:02 +02:00