Alexandre Julliard
b47f0593c8
wineprefixcreate: Fixed datadir path. Added dependency on relpath.
2006-03-15 09:54:19 +01:00
Pierre d'Herbemont
b1be724511
wineprefixcreate: Make path searching relative.
2006-03-14 18:58:40 +01:00
Alexandre Julliard
35842ca717
tools: Added 'relpath' tool to compute relative Unix paths.
2006-02-17 11:42:17 +01:00
Mike Frysinger
5392844392
Add support for 'make install DESTDIR'.
2006-02-14 13:51:38 +01:00
Alexandre Julliard
12a749984c
Put Wine version information in all the man pages.
2005-10-06 16:10:01 +00:00
Detlef Riekenberg
0596fe152f
Added exe extensions for mingw32.
2005-08-08 15:02:29 +00:00
Alexandre Julliard
7b077dfac4
Run make clean in the winapi subdir too.
2005-06-28 19:38:55 +00:00
Hans Leidekker
a764450631
Move all files from winapi_check/ to winapi/, and remove references to
...
winapi_check directory. Merge winapi_check programs.
2005-05-04 09:55:17 +00:00
Alexandre Julliard
bcb7591e41
Converted the make_ctests script to C (based on a patch by Royce
...
Mitchell III).
2005-03-16 20:02:17 +00:00
Alexandre Julliard
beac194092
wineprefixcreate and related files need to be installed when doing an
...
install-lib.
2005-03-02 12:18:55 +00:00
Vincent Béron
1d945eaacc
Put $(FREETYPELIBS) as the last part, as it can include the dir of an
...
older Wine install which do not have the same exports (reported by
jooke).
2004-11-01 21:06:43 +00:00
Huw Davies
00acb5f719
First stab at Wine versions of Courier, System and MS Sans Serif
...
fonts.
2004-08-17 22:33:14 +00:00
Christian Neumair
ee15af05ad
Added support for the freedesktop.org MIME system.
2004-07-30 00:05:02 +00:00
Alexandre Julliard
bd60364040
Beginnings of a script to initialize the .wine directory (with help
...
from Chris Morgan).
2004-04-01 05:03:27 +00:00
Alexandre Julliard
299d5594ce
Added wine.inf setupapi script to setup the initial Wine registry
...
(based on the work of Chris Morgan and Brian Vincent).
2004-02-27 22:04:55 +00:00
Gerald Pfeifer
abeb325cdf
Remove wineconf.libs from EXTRASUBDIRS.
2003-11-20 22:02:15 +00:00
Alexandre Julliard
280661c6f4
Moved winegcc and winewrap to a separate directory.
2003-09-11 21:27:58 +00:00
Alexandre Julliard
e31fcdbe27
BINDIR is no longer needed.
2003-08-20 04:15:19 +00:00
Alexandre Julliard
e1a9b10f51
Moved the wpp library from tools/ to libs/.
...
Create symlinks to the various libraries in the libs directory.
2003-05-01 03:16:21 +00:00
Alexandre Julliard
8cbdb9784e
Don't use libwine_port in makedep to avoid dependency problems.
2003-03-20 21:08:28 +00:00
Alexandre Julliard
6a9fe36de2
Created a separate static portability library and moved some of the
...
libwine routines in there.
2003-03-19 22:09:16 +00:00
Dimitrie O. Paun
60d1134d25
Teach winegcc to produce executables directly from a bunch of source files.
...
Create a wineg++ akin to g++. Drop support for the abused -xc++ switched.
2003-01-07 19:47:19 +00:00
Alexandre Julliard
a6cc590688
Renamed mingwrap to winegcc.
...
Removed -DWINE_DEFINE_WCHAR_T.
2002-12-19 23:41:30 +00:00
Dimitrie O. Paun
3e1c6132ef
Small cleanups to match current build process.
2002-12-15 01:16:08 +00:00
Dimitrie O. Paun
15344ee7c9
New wine build utility that should make it easy for Winelib apps to
...
link, and generate an executable.
2002-12-13 00:38:42 +00:00
Alexandre Julliard
9afea97a0f
Fixed mingwrap install command.
2002-12-06 23:22:39 +00:00
Alexandre Julliard
6f0e60dd1f
Fixed passing of -DINCLUDEDIR when building mingwrap.
2002-12-06 19:49:13 +00:00
Dimitrie O. Paun
2652dcf4f0
New MinGW wrapper that makes gcc on Linux behave like MinGW on
...
Windows, using the Wine headers.
2002-12-05 19:12:13 +00:00
Alexandre Julliard
547d236fe1
Get rid of removed winapi_check subdirs.
2002-08-07 00:03:01 +00:00
Alexandre Julliard
7d4ee77cab
Merged the IDL compiler written by Ove Kaaven.
2002-07-16 03:20:45 +00:00
Alexandre Julliard
b7d3c79beb
Split the C preprocessor from wrc into a separate library.
...
Prefixed exported functions by 'pp' to avoid namespace conflicts.
2002-07-16 02:33:10 +00:00
Alexandre Julliard
f673b71ece
Fixed make install target to work even when nothing has been compiled
...
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.
2002-06-14 23:48:27 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Alexandre Julliard
ce830a9c18
Added mkinstalldirs to create directories more portably.
2002-05-09 04:31:39 +00:00
Alexandre Julliard
9a68b7bef0
Link the tools and the server against libwine so we can use the
...
portability functions in there.
2002-04-27 21:19:22 +00:00
Alexandre Julliard
624f8e9ec7
Fixed winelauncher for new dll files layout.
2002-03-29 18:08:31 +00:00
Alexandre Julliard
ee346956eb
Cosmetic fixes.
2002-02-27 18:50:42 +00:00
Alexandre Julliard
f5818d2f7a
Upgraded configure script to use autoconf 2.50 features, and renamed
...
to configure.ac.
Changed a few things to better follow the autoconf guidelines.
2002-02-14 19:47:29 +00:00
Eric Pouech
d786a12d58
Added PE dump capabilities to specmaker and renamed specmaker into
...
winedump.
2001-09-07 16:04:38 +00:00
Satsuki Fujishima
f34f418926
Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
2001-03-19 19:19:23 +00:00
Jon Griffiths
c7a3fec5be
Added spec generation tool specmaker.
2001-01-04 19:45:49 +00:00
Jeremy White
f9f030b87a
Added a winelauncher shell script which makes the process of running
...
Wine a little nicer for an end user. The intent of winelauncher is to
be used inside of a distribution package.
2000-11-05 20:06:56 +00:00
Francois Gouget
755bb92e15
New script for porting Windows source code to WineLib.
2000-11-05 05:23:39 +00:00
Alexandre Julliard
e2b4efbd02
Create Gnome/KDE desktop and menu entries from IShellLink
...
interface. Based on the work of James Thomson and Dusan Lacko.
2000-11-02 20:22:07 +00:00
Alexandre Julliard
e482eebf2f
Split the build program in several files.
...
Renamed it 'winebuild' to avoid possible conflicts.
Cleaned up command-line parsing.
Make it understand -fPIC instead of -pic.
Merged call16.s and call32.s generated files.
2000-06-23 20:15:35 +00:00
Gerald Pfeifer
19f8f46eea
Distinguish between SUBDIRS and INSTALLSUBDIRS.
2000-06-18 17:20:53 +00:00
Alexandre Julliard
2f158c2678
Removed @PROGEXT@ (it was broken anyway).
...
Improved 'make install'.
Cleaned up the main Makefile.
2000-06-14 21:45:38 +00:00
Bertho Stultiens
3085591767
Initial release of the message compiler.
2000-06-13 04:34:41 +00:00
Bertho Stultiens
27337af65c
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
...
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.
2000-05-01 20:05:58 +00:00
Alexandre Julliard
c53ceba478
Improved support for Makefiles that need to recurse in subdirectories.
2000-04-09 18:19:59 +00:00