- 7ddab75 Declare debug channels as static variables so that we don't need to by Alexandre Julliard · 20 years ago
- cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 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 · 22 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
- 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
- d5a194b Remove -J, -P, and -V as they have long options equivalents. by Dimitrie O. Paun · 22 years ago
- 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
- 35345f2 Updated rules for API doc generation. by Jon Griffiths · 22 years ago
- f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
- d1d5d42 Added a few rules to rebuild idl headers. by Alexandre Julliard · 22 years ago
- 1d4db78 Check and define AS (for cross/biarch compiler support). by Marcus Meissner · 22 years ago
- 4a883a5 Collapse the -hHrs options into the -O option. Generate .res files by default. by Dimitrie O. Paun · 22 years ago
- 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
- c5b99e7 Removed unnecessary --add-stdcall-alias flag. by Alexandre Julliard · 22 years ago
- ada5e65 Implemented import libraries; on Unix we import the .def file by Alexandre Julliard · 22 years ago
- 2a93f85 Pass the -J option to wrc to avoid including installed headers. by Alexandre Julliard · 22 years ago
- ed2f8fc Added rules for compiling IDL files. by Alexandre Julliard · 22 years ago
- e39e8a1 Rewrite make_ctests and runtest in shell. by Dimitrie O. Paun · 22 years ago
- 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
- 3f44167 Corrected the alignment of unicode message table strings in wmc, and by Martin Fuchs · 22 years ago
- c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
- 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 23 years ago
- 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
- c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
- edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
- 1d8d017 Install the aclocal macros for use by Winelib apps. by Alexandre Julliard · 23 years ago
- 4b92255 Don't pass the perl C flags to winebuild. by Alexandre Julliard · 23 years ago
- 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
- c754a89 Use the normal perl interpreter for test scripts that don't need to by Alexandre Julliard · 23 years ago
- 9138fbb Fix building/linking resources on Mingw. by Steven Edwards · 23 years ago
- 439bc96 Fixed linking rule for test programs (spotted by Gregg Mattinson). by Alexandre Julliard · 23 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
- 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
- eb5f89c No longer need a special LDCOMBINE for cygwin/mingw. by Alexandre Julliard · 23 years ago
- 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
- df234a9 Added check for ln. by Alexandre Julliard · 23 years ago
- cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- fc01b72 Added some support for cross-compilation using mingw32. by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- d7c606d Various makefile fixes for the test environment. by Alexandre Julliard · 23 years ago
- 77002ff Fixed rule for test program. by Alexandre Julliard · 23 years ago
- b2fffef Fixed rules for main module spec file. by Alexandre Julliard · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- abfcb8b Added make check target to run unit tests too since this seems to be standard. by Alexandre Julliard · 23 years ago
- caa0338 Preliminary version of the C unit tests run-time environment. by Alexandre Julliard · 23 years ago
- f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago
- 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago
- e2e7023 - Made runtest "use strict". by Patrik Stridvall · 23 years ago
- 9384184 Rewrote runtest in Perl so that it can be used on the Windows side. by Alexandre Julliard · 23 years ago
- 13b0c09 Added rules for running tests. by Alexandre Julliard · 23 years ago
- 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
- 1c3a242 Make out-of-source-tree builds work with Solaris make. by François Gouget · 23 years ago
- f33f7f0 Improved make_dlls script. Moved dll list out of by Alexandre Julliard · 24 years ago