Alexandre Julliard
|
caa03388bc
|
Preliminary version of the C unit tests run-time environment.
Added make rules for building and running C unit tests.
|
2002-02-20 19:03:59 +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 |
Dmitry Timoshkov
|
93a5b8681d
|
Support for generation of .def files from .spec files.
|
2002-02-04 18:48:18 +00:00 |
Patrik Stridvall
|
e2e70236a1
|
- Made runtest "use strict".
- Added new option -M to specify which modules should be tested as
builtin.
|
2002-02-02 18:22:08 +00:00 |
Alexandre Julliard
|
9384184a11
|
Rewrote runtest in Perl so that it can be used on the Windows side.
Added options for include directories, debug level and target platform.
selection.
|
2002-01-14 19:56:46 +00:00 |
Alexandre Julliard
|
13b0c0915b
|
Added rules for running tests.
|
2002-01-10 03:30:21 +00:00 |
Alexandre Julliard
|
7662ea1004
|
Made register and interrupt flags instead of entry point types, so
that we can have both stdcall and cdecl register functions.
Changed 16-bit .spec.c file generation to avoid including builtin16.h.
|
2001-12-14 23:14:22 +00:00 |
François Gouget
|
1c3a242ec2
|
Make out-of-source-tree builds work with Solaris make.
|
2001-11-09 19:15:51 +00:00 |
Alexandre Julliard
|
f33f7f0ed0
|
Improved make_dlls script. Moved dll list out of
Make.rules.in. Removed a few no longer used rules.
|
2001-09-17 20:09:08 +00:00 |
Hidenori Takeshima
|
1a8b33997f
|
Added stubs for mapi32, msimg32, sti and url.
|
2001-09-14 21:36:30 +00:00 |
Francois Gouget
|
b83bb6dac2
|
Fixed man and doc-html rules.
|
2001-08-22 18:01:39 +00:00 |
Patrik Stridvall
|
b71902952d
|
Added a filter rule for filtering make output with
tools/winapi/make_filter.
|
2001-07-29 20:20:13 +00:00 |
Mike McCormack
|
76e25f697f
|
Correct man page spec directory.
|
2001-07-26 20:06:00 +00:00 |
Hidenori Takeshima
|
b7d4b4e73b
|
Added stubs for quartz.dll.
|
2001-07-02 18:57:22 +00:00 |
Marcus Meissner
|
b63ab44599
|
Implemented glu32.dll as libGLU.so forwarder.
|
2001-06-08 19:02:57 +00:00 |
Dmitry Timoshkov
|
db79045531
|
List 16-bit resources separately as RC_SRCS16.
|
2001-05-31 21:37:29 +00:00 |
Rein Klazes
|
2a4c68bd0b
|
Added new dll wintrust.dll with a stub for WinVerifyTrust().
|
2001-04-16 19:36:12 +00:00 |
Satsuki Fujishima
|
f34f418926
|
Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
|
2001-03-19 19:19:23 +00:00 |
John R. Sheets
|
bc80a3b4c7
|
Implemented stubs for IWebBrowser in shdocvw.dll.
|
2001-01-11 22:32:44 +00:00 |
Jon Griffiths
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |
Alexandre Julliard
|
c4d1176754
|
Renamed libuuid.a to libwine_uuid.a
|
2000-12-27 19:06:44 +00:00 |
Ove Kaaven
|
e5557b357a
|
Separated the MZ loader and core DOS VM into dlls/winedos.
|
2000-12-26 00:22:45 +00:00 |
Hidenori Takeshima
|
d48ca948cb
|
Use dllwrap for building shared libraries in cygwin.
|
2000-12-22 22:28:00 +00:00 |
Hidenori Takeshima
|
9c672134fd
|
Added a spec file for 16bit imm.
Added spec files for winnls and winnls32.
|
2000-12-14 21:56:18 +00:00 |
Alexandre Julliard
|
91222da881
|
Moved most builtin controls structures into their respective C file.
Created new controls.h file private to user32.dll and moved remaining
builtin controls definitions there.
|
2000-12-10 23:01:33 +00:00 |
Alexandre Julliard
|
5be8e7d8e0
|
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
|
2000-12-06 01:50:47 +00:00 |
Alexandre Julliard
|
b018239fef
|
Build tsx11 layer as a separate shared library.
|
2000-12-06 00:04:10 +00:00 |
Dimitrie O. Paun
|
79e44abeed
|
Use the approriate command for combining .o files.
|
2000-12-05 04:13:36 +00:00 |
Dennis Björklund
|
58eee3844d
|
Compile fix for building wine outside the source tree.
|
2000-12-02 20:10:38 +00:00 |
Alexandre Julliard
|
caf5f89bcb
|
Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
|
2000-11-13 04:17:00 +00:00 |
Alexandre Julliard
|
000c13a0da
|
Added support in winebuild for resolving function imports (-sym option).
Added -L option for locating imported dlls.
Changed generated exe init code to use __wine_get_main_args.
|
2000-11-09 20:31:18 +00:00 |
Alexandre Julliard
|
017a61e0c2
|
Use .mc.rc extension for rc files generated by the message compiler.
|
2000-11-06 05:30:48 +00:00 |
Alexandre Julliard
|
2fa4f767aa
|
Build ntdll as a real dll, including everything that was previously in
libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
|
2000-10-31 00:20:51 +00:00 |
Alexandre Julliard
|
cbeb644a94
|
Added support for loading .res files for 16-bit resources.
|
2000-10-25 20:33:58 +00:00 |
Alexandre Julliard
|
21ec006fc1
|
Build Win32 resources as .res files and dump them into the .spec.c file.
|
2000-10-23 21:39:39 +00:00 |
Alexandre Julliard
|
15bfcd0398
|
Moved $(MODULE).o rule out of Make.rules into the individual
Makefiles.
|
2000-09-29 00:28:25 +00:00 |
Alexandre Julliard
|
c585a501d9
|
Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
Generate the import table directly in PE format.
Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
main wine binary.
|
2000-09-27 23:40:43 +00:00 |
Marcus Meissner
|
a387aa4868
|
Migrate $LDFLAGS from configure to Makefile and into main wine
executable.
|
2000-09-26 23:09:47 +00:00 |
John R. Sheets
|
1e8e5ba829
|
Converted Wine documentation to SGML format.
|
2000-08-08 01:24:00 +00:00 |
Alexandre Julliard
|
a3502ccf93
|
Merged setupx.dll into setupapi.dll.
Merged sound.dll into winmm.dll.
Merged stress.dll into kernel32.dll.
|
2000-07-26 19:51:37 +00:00 |
Alexandre Julliard
|
7e495e1d66
|
Make unicode.o into a separate ELF library so that we can use it from
the wineserver too.
|
2000-07-25 21:01:59 +00:00 |
Alexandre Julliard
|
f5aee67c07
|
Added rules for message compiler .mc files.
|
2000-07-25 17:52:08 +00:00 |
Alexandre Julliard
|
cd770eafcd
|
Temporarily moved advapi32 registry support back into libwine.so, and
made advapi32 a separate dll.
|
2000-07-25 15:10:52 +00:00 |
Alexandre Julliard
|
78547774cc
|
Merged wing.dll into gdi32.dll.
|
2000-07-25 12:28:20 +00:00 |
Alexandre Julliard
|
37b51f4acc
|
Merged msacm and msacm32 dlls.
Merged win87em and windebug into kernel32.dll.
|
2000-07-24 18:30:00 +00:00 |
Mike McCormack
|
4306eaa898
|
Corrected c2man flags. It still crashes anyhow :-/
|
2000-07-23 19:27:00 +00:00 |
Mike McCormack
|
dc2461e804
|
Implemented serialui dll containing CommConfigDialog,
GetDefaultCommConfig and SetDefaultCommConfig.
|
2000-07-15 21:35:55 +00:00 |
Huw D M Davies
|
10b1b23d40
|
Create rpcrt4.dll.
Implement UuidCreate (using existing code from CoCreateGuid).
CoCreateGuid calls UuidCreate.
|
2000-07-15 19:53:50 +00:00 |
Alexandre Julliard
|
c607532ae4
|
Created separate libraries for dplay, shfolder, shlwapi, wow32 and
wsock32 so that we have at most one Win32 dll in each .so library.
|
2000-07-09 11:19:35 +00:00 |
Francois Jacques
|
df5e579254
|
Added setupapi shared library and SetupIterateCabinet stub.
|
2000-07-08 18:27:03 +00:00 |