Dimitrie O. Paun
ddefb91fe6
Ignore -mthreads, it's not needed in Unix.
2003-05-13 04:44:58 +00:00
Dimitrie O. Paun
832e4388d4
Make use of the new spawnvp function in wine{gcc,wrap}.
2003-04-02 22:36:29 +00:00
Alexandre Julliard
c45bbad3d6
Use _spawnvp to replace fork for non-Unix platforms.
2003-04-01 00:12:02 +00:00
Dimitrie O. Paun
978f29db41
Don't attempt to compile .res files.
2003-03-24 19:29:05 +00:00
Alexandre Julliard
b2817098d3
Replaced tempnam by mkstemps.
2003-03-20 21:09:06 +00:00
Dimitrie O. Paun
7be7c67c8a
Link in shell32 only in gui mode.
...
Add all the standard defines that MinGW provides (with the exception
of __MINGW__, that's MinGW prerogative).
Do not pass along linker options when only compiling.
2003-02-24 20:38:25 +00:00
Steven Edwards
faaeb19329
Porting fixes.
2003-02-18 23:23:10 +00:00
Dimitrie O. Paun
2692308a79
Support default output name (a.out); some configure scripts check for
...
it.
2003-01-10 01:44:52 +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
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