- 08 Mar, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 14 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 11 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines.
-
- 09 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also build the .c and .h files separately to allow parallel makes.
-
- 07 Aug, 2006 1 commit
-
-
Alexandre Julliard authored
This avoids a lot of redundant calls to mkinstalldirs.
-
- 11 Jul, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 14 Feb, 2006 1 commit
-
-
Mike Frysinger authored
-
- 03 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
Moved options from the Makefile into the source.
-
- 08 Dec, 2005 1 commit
-
-
Robert Shearman authored
Add a framework for writing the strings for marshaling and unmarshaling parameters and make the client and server use it.
-
- 06 Oct, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 28 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
same base name as the .y file, so that we can generate correct dependencies in all cases.
-
- 23 Feb, 2005 1 commit
-
-
Eric Kohl authored
- Support implicit_handle attribute in IDL files. - Build mixed-mode stub files.
-
- 06 Jan, 2005 1 commit
-
-
Huw Davies authored
-
- 09 Mar, 2004 1 commit
-
-
Hannu Valtonen authored
-
- 07 Jan, 2004 1 commit
-
-
Ove Kaaven authored
definitions, and a number of attributes, and cleaned up a few things. Started on a typelib generation framework.
-
- 01 May, 2003 1 commit
-
-
Alexandre Julliard authored
Create symlinks to the various libraries in the libs directory.
-
- 19 Mar, 2003 1 commit
-
-
Alexandre Julliard authored
libwine routines in there.
-
- 09 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 04 Jan, 2003 1 commit
-
-
Dimitrie O. Paun authored
-
- 15 Dec, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 10 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 20 Jul, 2002 1 commit
-
-
Alexandre Julliard authored
include path, to avoid conflicts with multiple y.tab.h files.
-
- 16 Jul, 2002 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Prefixed exported functions by 'pp' to avoid namespace conflicts.
-
- 14 Jun, 2002 1 commit
-
-
Alexandre Julliard authored
yet. Added install-lib and install-dev targets to allow partial installations; moved winemaker.man and winelauncher.in to better fit in the new install categories.
-
- 30 May, 2002 1 commit
-
-
Steven Edwards authored
-
- 09 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 27 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
portability functions in there.
-
- 14 Feb, 2002 1 commit
-
-
Alexandre Julliard authored
to configure.ac. Changed a few things to better follow the autoconf guidelines.
-
- 06 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
instead of using symlinks.
-
- 06 Nov, 2000 1 commit
-
-
Alexandre Julliard authored
Added support for .mc extension. Do not try to open *.tab.h and *.mc.rc include files.
-
- 31 Oct, 2000 1 commit
-
-
Alexandre Julliard authored
libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
-
- 25 Oct, 2000 1 commit
-
-
Kristoffer Gleditsch authored
-
- 24 Oct, 2000 1 commit
-
-
Alexandre Julliard authored
by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
-
- 25 Jul, 2000 1 commit
-
-
Bertho Stultiens authored
does not generate proper default transition rules for non-terminals. See comments in parser.y how the fix works. - Changed the error-line/char position to make emacs happy parsing the position of the error. - Added comments in the documentation in which order the line-numer and character-position of the error is written.
-
- 20 Jun, 2000 1 commit
-
-
Alexander V. Lukyanov authored
-
- 14 Jun, 2000 1 commit
-
-
Alexandre Julliard authored
Improved 'make install'. Cleaned up the main Makefile.
-
- 24 May, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 09 May, 2000 1 commit
-
-
Bertho Stultiens authored
address of a pointer instead of its value. This probably slipped in during the merge of my tree into the winetree. Lesson learned: always double check. - Verified most resources so that win16 compile also generates correct output for reversed endian. - Implemented byte-ordering for resources. All resources can be forced to be little-, big- or native endian with command-line option -B. - Reading resources from .res-files are only accepted in native byte- ordering so that no additional semantic analysis is required. - Resource directory is still written in native-only format, including the strings. - Wrc is now installed through the makefile with 'make install' and also uninstalled with 'make uninstall'. - Wrote a man-page for better reference. The manpage also gets installed and uninstalled. - Cleaned up the namespace a bit by more agressive use of static.
-
- 01 May, 2000 1 commit
-
-
Bertho Stultiens authored
old parser has been stripped from the old preprocessor-code which cleaned up both resource-scanner and -parser. - Standard defines have been introduced (see README.wrc) - Both preprocessor- and resource-scanner have been optimized slightly so that no backing up is required (one char lookahead is enough). - Filename-scanning has been cleaned up, though not perfect yet. - User-type resources are compatible now. - Line-continuation in strings is corrected so that it does not introduce a newline in the output.
-