Alexandre Julliard
6be39b60f5
Take advantage of the new winegcc -B support.
2004-03-09 04:54:07 +00:00
Alexandre Julliard
589e115233
We no longer use the .exe.spec.c files.
2004-03-02 21:16:37 +00:00
Alexandre Julliard
6621b2d213
Build all the programs with winegcc.
2004-03-02 21:00:00 +00:00
Dmitry Timoshkov
4fe98c5af0
Convert app description field to unicode and use CP_UNIXCP when
...
printing it on the console.
2004-02-24 01:01:10 +00:00
Hannu Valtonen
a13e0e9999
Remove some useless comments and rearrange the GUI a bit.
2004-02-09 20:57:21 +00:00
Ivan Leo Murray-Smith
5d7957a36d
Updated Italian translations.
2003-12-30 19:12:38 +00:00
Marcelo Duarte
8defcd386c
Localization to the Portuguese of Brazil.
2003-11-05 23:27:01 +00:00
Mike McCormack
a300682f53
Handle quoting on the command line in uninstaller.
2003-10-09 19:45:54 +00:00
Pavel Roskin
16ffa577a9
Use a better icon. Comment out the binary resource.
2003-10-04 03:10:59 +00:00
Pavel Roskin
3a82706e54
Call HeapAlloc() on entries before HeapReAlloc() to avoid crash on
...
Windows 2000.
2003-09-25 20:21:47 +00:00
Vincent Béron
481701b7b3
Updates for various French resources.
2003-09-16 01:02:11 +00:00
Francois Gouget
9591836ffb
'sizeof type' is best avoided as it won't always compile (e.g. 'int
...
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
Alexandre Julliard
e7ea9b65ca
Use Wine debugging API. Fixed MessageBox loop.
2002-07-05 21:23:54 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Alexandre Julliard
cc2ee7636d
Renamed Winelib apps to .exe.so to follow the dll naming convention.
2002-05-21 19:42:29 +00:00
Alexandre Julliard
2ab7625934
Removed most imports of ntdll since we no longer import Wine internal
...
functions from there.
2002-05-17 03:37:12 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Jeremy White
a5e9bf7321
Fixed exit status in some cases.
2002-04-06 00:38:33 +00:00
Andreas Mohr
5333872105
- fix complete listbox messup by only updating in case it needs
...
updating
- fix listbox selection breakage causing multiple programs to get
uninstalled
- implemented sorting of entries
- much better debug strings
2002-03-19 02:03:58 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Andreas Mohr
d2a8f01ae6
Remember the currently active index before refreshing.
2002-02-22 21:20:04 +00:00
Alexandre Julliard
bef8e16fdf
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
2001-11-24 17:07:08 +00:00
Andreas Mohr
9cef2d0b1d
- fix wrong hexadecimal GetLastError() output
...
- misc fixes
- changed my email address
2001-11-19 02:30:01 +00:00
Jeremy White
d08c72a5ba
Add --list facility to list installed programs.
...
Add --remove xxx facility to remove a specific program.
2001-07-08 20:28:23 +00:00
Alexandre Julliard
a10fbddeb9
Build most programs as .so files.
2000-11-10 23:45:20 +00:00
Alexandre Julliard
231cc27c80
Added some missing imports.
2000-11-09 20:41:13 +00:00
Alexandre Julliard
1a3f705fc1
Added import of ntdll.
2000-10-31 00:22:41 +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
Andreas Mohr
c2f37af646
Add an edit control showing the command line of the currently selected
...
deinstall item.
2000-08-07 17:11:12 +00:00
Hidenori Takeshima
269b409712
Added a few missing imports.
2000-08-04 21:07:23 +00:00
Alexandre Julliard
74cc65a940
Added a few missing imports.
2000-08-04 04:12:08 +00:00
Andreas Mohr
4eefb96db5
Added an uninstaller for InstallShield, WISE etc.
2000-08-01 00:27:35 +00:00