- 29 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 21 Feb, 2005 1 commit
-
-
Francois Gouget authored
documentation files are unharmed). Better handle Makefiles generated by Winemaker. In particular, don't rename them to makefile.win!
-
- 11 Jan, 2005 1 commit
-
-
Francois Gouget authored
Take DLL_PATH and LIBRARIES into account. Simplify a check for paths that don't start with a '/'.
-
- 13 Dec, 2004 1 commit
-
-
Michael Jung authored
-
- 30 Oct, 2004 1 commit
-
-
Francois Gouget authored
check the prototypes.
-
- 03 Mar, 2004 1 commit
-
-
Francois Gouget authored
but not to wrc which chokes on it. Add RCEXTRA for symetry and for the user. Remove T_INIT and get_default_init(). These are obsolete (used to select the entry-point, WinMain or main). If the directory contains headers, then add '.' to INCLUDE_PATH. Specify -mnocygwin during the link stage if we are to link with the msvcrt. Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility. Correctly pass '-mconsole' or '-mwindows' to the link stage. Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are obsolete. Add implicit build rules for .c, .cpp, .cxx files so that our settings (e.g. INCLUDE_PATH) are used. Fix the rule for building RC files (it was invalid and rejected by make). Convert it to an implicit rule like the others. Add rules for 'make clean'. Add the missing rules for recursive compilation. Remove obsolete elements from the link command (LDDLLFLAGS, ALL_LIBRARY_PATH, LIBS).
-
- 27 Feb, 2004 1 commit
-
-
Dimitrie O. Paun authored
No longer generate a configure script, that's project policy.
-
- 03 Feb, 2004 1 commit
-
-
Kirill Smelkov authored
-
- 02 Feb, 2004 1 commit
-
-
Francois Gouget authored
Visual C++ compatibility. Add a '--nomsvcrt' option to generate makefiles that do not use msvcrt.
-
- 30 Jan, 2004 1 commit
-
-
Francois Gouget authored
Modify the autoconf script to detect '-z defs' and '-init/-fini'.
-
- 15 Dec, 2003 2 commits
-
-
Kirill Smelkov authored
library.
-
Kirill Smelkov authored
-
- 25 Nov, 2003 1 commit
-
-
Pierre d'Herbemont authored
-
- 18 Nov, 2003 1 commit
-
-
Francois Gouget authored
-
- 28 Oct, 2003 1 commit
-
-
Francois Gouget authored
tracing macros in Winelib applications. The wine/lib, wine/ole, wine/unicode directories are gone. Simplify the wine_unicode and wine_uuid detection. Fix generation of the clean target (in some corner cases it could generate a $(RM) command with no parameter). Move the distclean target to the top-level Makefile and make it more thorough. Update a few autoconf constructs. Remote commented out code in wrapper.c. If we need that code we can always get it from CVS.
-
- 27 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 05 Aug, 2003 1 commit
-
-
Martin Wilck authored
-
- 08 Apr, 2003 1 commit
-
-
Juraj Hercek authored
is used.
-
- 27 Mar, 2003 1 commit
-
-
Dimitrie O. Paun authored
-
- 20 Jan, 2003 1 commit
-
-
Marcus Meissner authored
wrc no longer understands -r (not needed).
-
- 03 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
script.
-
- 02 Jan, 2003 1 commit
-
-
Jeff Smith authored
flags and shared object file naming.
-
- 15 Dec, 2002 1 commit
-
-
Jeff Smith authored
-
- 12 Dec, 2002 1 commit
-
-
Jeff Smith authored
-
- 06 Nov, 2002 1 commit
-
-
Alexandre Julliard authored
'init' spec file directive. Winebuild long options now use a more standard double dash format (older format still supported for backwards compatibility).
-
- 29 Sep, 2002 1 commit
-
-
Bill Medland authored
-
- 27 Sep, 2002 1 commit
-
-
Francois Gouget authored
library conventions. Executables don't need spec files. Removed unused code.
-
- 26 Sep, 2002 1 commit
-
-
Francois Gouget authored
Install dlls and executables in dlldir. It is no longer necessary to import ntdll.dll.
-
- 18 Sep, 2002 1 commit
-
-
Martin Wilck authored
-
- 17 Sep, 2002 1 commit
-
-
Martin Wilck authored
$(dlldir), like for the "builtin" wine binaries.
-
- 13 Sep, 2002 2 commits
-
-
Martin Wilck authored
- Automatically add MSVCRT include path if MSVCRT DLL was requested.
-
Martin Wilck authored
- fix perl syntax error in generate_wrapper_file() - fix order of arguments generate_from_template() in generate_wrapper_file() - don't ignore command line -l, -I, and -i arguments - build wrapper with a minimal set of DLLs/libraries - fix autoconf invocation to support both 2.5x and 2.13 - fix usage message for --nodlls - target_init(\$global_settings) must not be done after reading command line - fix appName declaration in wrapper code
-
- 11 Sep, 2002 2 commits
-
-
Francois Gouget authored
in each Makefile.in file. Introduce generate_from_template which replaces generate_configure and generate_generic Simplify the wrapper generation by using generate_from_template. Rename configure.in to configure.ac. Now works with autoconf 2.5x.
-
Francois Gouget authored
-
- 10 Sep, 2002 2 commits
-
-
Francois Gouget authored
Fix computation of TOPOBJDIR. Install exes and dlls in $(libdir). -Wl,-rpath is not relevant for dlls.
-
Martin Wilck authored
- Add --nodlls option for small apps.
-
- 09 Sep, 2002 1 commit
-
-
Martin Wilck authored
- fix Makefile for --wrap. - Fix wrapper code which was broken for console apps.
-
- 06 Sep, 2002 1 commit
-
-
Francois Gouget authored
Make winemaker work in 'strict' mode.
-
- 09 Aug, 2002 1 commit
-
-
Andriy Palamarchuk authored
Wine conventions. Generated configure now finds libraries in binary Wine installation.
-
- 25 Jul, 2002 1 commit
-
-
Andriy Palamarchuk authored
library directories specified before in the -L parameter, but winemaker added -L parameter after -l.
-