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 |
Dimitrie O. Paun
|
9d863f044d
|
mingw links in comdlg32, shell32, and advapi32 by default.
|
2003-01-05 20:28:54 +00:00 |
Dimitrie O. Paun
|
d7b8882a1f
|
- Define the standard __WINE__ and __WIN32__ macros.
- Map -luuid to -lwine_uuid, in Unix -luuid does something else.
|
2003-01-05 01:06:55 +00:00 |
Dimitrie O. Paun
|
5b7f945a73
|
Pass only the -o -l -L options to winewrap, ignore the rest.
|
2003-01-04 00:15:49 +00:00 |
Dimitrie O. Paun
|
126c655819
|
Properly handle the -M switch.
|
2003-01-03 22:31:56 +00:00 |
Dimitrie O. Paun
|
f1efde303b
|
Added C++ support & small cleanups.
|
2003-01-02 23:07:52 +00:00 |
Dimitrie O. Paun
|
f6933ae49f
|
Compile with WINE_UNICODE_NATIVE defined, essential for C++.
New -V option to display the version.
Do not link -lc, screws up linking, just get the default.
|
2003-01-02 19:23:48 +00:00 |
Alexandre Julliard
|
a6cc590688
|
Renamed mingwrap to winegcc.
Removed -DWINE_DEFINE_WCHAR_T.
|
2002-12-19 23:41:30 +00:00 |