Dimitrie O. Paun
|
e11108c077
|
Merge winewrap into winegcc. Many cleanups.
|
2004-02-24 01:00:53 +00:00 |
Dimitrie O. Paun
|
69880eb587
|
Rewrite winegcc in preparation for merging with winewrap.
We now have comprehensive (and correct) options parsing.
|
2004-02-21 04:01:38 +00:00 |
Dimitrie O. Paun
|
a9d4b07166
|
Fix typo introduced during the path search reorganizaton.
|
2004-02-20 19:57:56 +00:00 |
Dimitrie O. Paun
|
242885cd03
|
For each lib dir, look for .so, .def. and .a files, instead of the
other way around.
|
2004-02-13 20:20:57 +00:00 |
Alexandre Julliard
|
6a1a6c71bb
|
libwine_uuid has been renamed to libuuid.
|
2004-02-09 21:11:08 +00:00 |
Dimitrie O. Paun
|
2bc1816948
|
Remove the wrapper generation from winewrap, it is no longer necessary
(fixed by Alexandre's constructor patch).
|
2004-01-09 20:08:22 +00:00 |
Dimitrie O. Paun
|
a16d725964
|
Do not fail if we can't load some libs in the wrapper.
No need to link the wrapper with all libs, we know what we need.
|
2004-01-09 00:33:56 +00:00 |
Alexandre Julliard
|
90e075c3c7
|
If supported, add -init and -fini flags to the linker invocation.
|
2004-01-09 00:03:55 +00:00 |
Richard Cohen
|
698729476c
|
Search for libraries in the order - .so - .def - .a
|
2003-12-03 03:58:52 +00:00 |
Richard Cohen
|
b29f02a9df
|
- Add standard dll path last instead of first.
- Add standard lib path as well.
- Remove . from default library search path.
- Compiling with -lwine needs to use the given -L paths.
|
2003-11-28 23:10:55 +00:00 |
Dimitrie O. Paun
|
d1b344b1e2
|
Don't ignore libs specified by the user while linking.
|
2003-11-20 04:20:17 +00:00 |
Gerald Pfeifer
|
c5dc9d29e1
|
Add proper casts to avoid signed vs. unsigned mismatches in
strmake().
|
2003-10-30 23:09:09 +00:00 |
Daniel Marmier
|
f95be92d24
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-15 03:35:54 +00:00 |
Dimitrie O. Paun
|
64df545885
|
Have the wrapper load the used DLLs in case the main program
calls them from constructors (with help from Alexandre Julliard).
|
2003-10-10 23:33:45 +00:00 |
Richard Cohen
|
6bfd84a331
|
Handle default linker output name in winewrap instead of winegcc.
|
2003-09-19 00:19:36 +00:00 |
Dimitrie O. Paun
|
dd0a6c874b
|
Do not require GUI support for displaying errors in wrapper.
Link the wrapper only against kernel (no dl, msvcrt, etc).
Allow the setting of the app DLL when a wrapper is created.
|
2003-09-16 20:27:14 +00:00 |
Dimitrie O. Paun
|
120abaed95
|
Teach winegcc to masquerade as cpp.
|
2003-09-15 20:02:30 +00:00 |
Richard Cohen
|
fc7e8f5c7b
|
Handle -L<dir> in a separate array.
|
2003-09-12 00:25:14 +00:00 |
Alexandre Julliard
|
2be0fa40e4
|
Set the dll search path to the location specified in configure
(spotted by Vincent Béron).
|
2003-09-11 23:11:33 +00:00 |
Richard Cohen
|
2e6eed67cd
|
Use an extendable array to store the lists of strings.
Only make wrapper argument lists if we're going to use them.
|
2003-09-11 22:16:33 +00:00 |
Alexandre Julliard
|
280661c6f4
|
Moved winegcc and winewrap to a separate directory.
|
2003-09-11 21:27:58 +00:00 |