- b860c4a configure: Add a .exe extension to the tools dependencies when building on Windows. by Alexandre Julliard · 16 years ago
- 5f10595 makefiles: Add rules for installing fake modules. by Alexandre Julliard · 16 years ago
- f78a8ce makefiles: Add rules for building fake modules. by Alexandre Julliard · 16 years ago
- d6cc6ca kernel32: Compile .mc files to resources as independent files. by Alexandre Julliard · 16 years ago
- 7bb43a3 crosstest: Fix the crosstest dependencies. by Francois Gouget · 16 years ago
- c89c2dd c2man: Add xml documentation creation. by Stefan Stranz · 16 years ago
- 68a1f4d makefiles: Add resource files to the standard object files list. by Alexandre Julliard · 16 years ago
- c18d69e makefiles: Remove special handling of .res.o files now that winegcc takes care of this. by Alexandre Julliard · 16 years ago
- bcc1379 winegcc: Add support for the --sysroot option to allow out-of-tree cross-compiling. by Alexandre Julliard · 16 years ago
- b09418b winegcc: Don't pass the as/ld/nm tool names to winebuild. by Alexandre Julliard · 16 years ago
- f914b57 widl: Add support for standard target options to allow building the right typelib kind when cross-compiling. by Alexandre Julliard · 16 years ago
- 0f677a5 makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug. by Alexandre Julliard · 16 years ago
- a5947ff winegcc: Don't pass the as/ld/nm commands to winebuild. by Alexandre Julliard · 16 years ago
- 88fd1ba makefiles: Pass the target flags to winegcc. by Alexandre Julliard · 16 years ago
- 8c84636 configure: Specify the target flags directly from configure to avoid trouble on BSD make. by Alexandre Julliard · 16 years ago
- 424cb27 configure: When cross-compiling, propagate the target specification to winebuild. by Alexandre Julliard · 16 years ago
- b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
- 86bd046 configure: Detect and use gld/gnm/gar as alternatives to ld/nm/ar, especially for winegcc. by Francois Gouget · 17 years ago
- da19122 makefiles: Add support for generating correct dependencies for tlb files. by Alexandre Julliard · 17 years ago
- d8e3d18 Make.rules: Move the all: target before the implicit rules to avoid confusing FreeBSD make. by Alexandre Julliard · 17 years ago
- 8ad6049 fonts: Store the generated TrueType fonts in the repository, and rebuild them only in maintainer mode. by Alexandre Julliard · 17 years ago
- dc4a475 configure: Add rules for rebuilding icons in maintainer mode. by Alexandre Julliard · 17 years ago
- 1137f4b makefiles: Consider all .res files as object files. by Alexandre Julliard · 17 years ago
- 0c694d7 makefiles: Split AR into AR and ARFLAGS. by Rob Shearman · 17 years ago
- 1716f03 Make.rules: Process man pages in the C locale. by Alexandre Julliard · 17 years ago
- b0585bf Make.rules: Added rules for building the dlldata.c file. by Alexandre Julliard · 17 years ago
- b64ceef tools: Remove the no longer needed bin2res tool. by Alexandre Julliard · 18 years ago
- 1f11333 makefiles: Build programs that link against libwine twice with appropriate rpaths. by Alexandre Julliard · 18 years ago
- 4091627 configure: Get rid of lex compatibility support, we require flex anyway. by Alexandre Julliard · 18 years ago
- 1df72cc Make.rules: Automatically generate the header for all types of idl sources. by Alexandre Julliard · 18 years ago
- 267987b Make.rules: Pass all idl source files to makedep. by Alexandre Julliard · 18 years ago
- ce25156 Make.rules: Be more specific in make clean, only clean targets that we have created. by Alexandre Julliard · 18 years ago
- 12c1962 Make.rules: Added support for building IDL client/proxy/server/iid files. by Alexandre Julliard · 18 years ago
- 8598a4c makefiles: Attempt to automatically run make depend when reading an updated makefile. by Alexandre Julliard · 19 years ago
- bcdc5fb Make.rules: Set the default prefix for bison files from the file basename. by Alexandre Julliard · 19 years ago
- 145a0ba makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines. by Alexandre Julliard · 19 years ago
- e4fca88 makedep: For generated headers, parse the source idl instead. by Alexandre Julliard · 19 years ago
- dc8c76a makefiles: Make sure that all phony targets depend on 'dummy'. by Alexandre Julliard · 19 years ago
- 9c085cb makefiles: Add global rules for bison and lex files. by Alexandre Julliard · 19 years ago
- 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
- 80a9a06 makefiles: Get rid of the checklink rules, they no longer work. by Alexandre Julliard · 19 years ago
- 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
- 4e67a45 Make.rules: Added rules for client/proxy/server generation from IDL files. by Alexandre Julliard · 19 years ago
- 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
- 5012c17 Make.rules: Make all submake invocations silent for consistency. by Alexandre Julliard · 19 years ago
- ded32d5 makedep: Always search for includes in the standard directories, even without -I option. by Alexandre Julliard · 19 years ago
- dea28ee makedep: Don't add dependencies for system headers. by Alexandre Julliard · 19 years ago
- 853d193 Make.rules: Replace RC_TLB by IDL_TLB_SRCS as tlb files can be used for other things than resources. by Alexandre Julliard · 19 years ago
- 523e46d winegcc: Automatically add the correct lib paths when building inside the Wine tree. by Alexandre Julliard · 19 years ago
- 645cd6f libs: Get rid of the symlinks for the static libs. by Alexandre Julliard · 19 years ago
- eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
- 7498411 Make.rules: Define datarootdir to avoid a configure warning. by Alexandre Julliard · 19 years ago
- 35842ca tools: Added 'relpath' tool to compute relative Unix paths. by Alexandre Julliard · 19 years ago
- 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
- 7ddab75 Declare debug channels as static variables so that we don't need to by Alexandre Julliard · 19 years ago
- cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 19 years ago
- 5cb97d8 Generate 16-bit spec files as assembly code too. by Alexandre Julliard · 20 years ago
- b744372 Turn off gcc 4.0's builtin wchar inlines. by Mike McCormack · 20 years ago
- adbb098 Added support for the --image-base linker option in winegcc using the by Alexandre Julliard · 20 years ago
- 8b00c3d ttf files for bitmap fonts should be generated with an extension of by Robert Shearman · 20 years ago
- d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
- a764450 Move all files from winapi_check/ to winapi/, and remove references to by Hans Leidekker · 20 years ago
- bcb7591 Converted the make_ctests script to C (based on a patch by Royce Mitchell III). by Alexandre Julliard · 20 years ago
- c02dd0a Add support for .exe's with exported functions. by Dimitrie O. Paun · 20 years ago
- 860c84b Make tlb generation from idl files dependent on widl. by Vincent Béron · 20 years ago
- 382dba6 Don't clean all tlb files, only the ones we generated. by Alexandre Julliard · 20 years ago
- 4046846 Added stdole32.tlb. by Huw Davies · 20 years ago
- 3a3307d Force all the tools to be rebuilt before make depend, otherwise make by Alexandre Julliard · 20 years ago
- d062924 Removed no longer needed ICOM compatibility mode in widl. by Alexandre Julliard · 20 years ago
- 4746120 Build the .h files from their idl source at compile time, and remove by Alexandre Julliard · 21 years ago
- 233766a Build idl files as part of the normal build process. by Alexandre Julliard · 21 years ago
- 5ad619b Turn on warnings when building the .def file. by Alexandre Julliard · 21 years ago
- 07a8051 Added recursive idl target to allow updating idl files private to a dll. by Alexandre Julliard · 21 years ago
- 00acb5f First stab at Wine versions of Courier, System and MS Sans Serif fonts. by Huw Davies · 21 years ago
- c4aacf0 Build the dlls with winegcc. by Alexandre Julliard · 21 years ago
- c068f67 Require bison to compile Wine. by Mike McCormack · 21 years ago
- a631ef6 Renamed the symbol for the cpp binary to avoid conflicts with by Alexandre Julliard · 21 years ago
- ccc3d66 Build the tests with winegcc. by Alexandre Julliard · 21 years ago
- f41c2b2 Instrument winegcc to use the compilers and options detected at by Dimitrie O. Paun · 21 years ago
- 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
- 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
- c3eac43 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into by Alexandre Julliard · 21 years ago
- 49b9c76 Add DEFS to the resource compiler flags. by Alexandre Julliard · 21 years ago
- 6ac34ac Define an LDDLL command to link dlls, instead of using LDDLLFLAGS. by Alexandre Julliard · 21 years ago
- 54e6b0d Extract binary resources to files, to fit the standard. by Dimitrie O. Paun · 21 years ago
- 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
- af62e83 Got rid of 16-bit glue code generation since it is no longer used. by Alexandre Julliard · 22 years ago
- 6039fb0 Always use our own c2man. by Richard Cohen · 22 years ago
- 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
- 1a1f9bf Make it easy to use something other than wrc to compile resources. by Dimitrie O. Paun · 22 years ago
- e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
- 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
- 21ee329 Support resources in cross-compiled tests. by Alexandre Julliard · 22 years ago
- fc09423 Allow overriding CFLAGS when running configure. Other small cleanups. by Alexandre Julliard · 22 years ago
- aa89ecc Added support for generating dependencies for idl files. by Alexandre Julliard · 22 years ago
- 29ba616 Remove the no longer needed -m option, ignore -r for compatibility by Dimitrie O. Paun · 22 years ago
- e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
- 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
- 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
- 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago