aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
AgeCommit message (Collapse)Author
2004-12-11Dan Fandrich:Daniel Stenberg
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
2004-11-12Netware target (hosted on Linux gcc) doesn't supportGisle Vanem
or need __declspec.
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6.
2004-09-19removed getdate.c hack.Gunter Knauf
2004-09-03fixed nasty warnings with gcc 3.3.Gunter Knauf
2004-07-07fixed ares linking.Gunter Knauf
2004-07-05added comment.Gunter Knauf
2004-07-05try to relax linux build host detection.Gunter Knauf
2004-07-03reverted, older gcc breaks compilation since it doesnt know the switch.Gunter Knauf
2004-07-03killed warning with gcc 3.3.1 and later when using -O2.Gunter Knauf
2004-07-03modified to use new Makefile.inc to build up object list;Gunter Knauf
added generation of config.h and a prebuild target to create all neded files.
2004-06-11removed unused include path.Gunter Knauf
2004-06-11fixed xdc generation, added lib target, load curl.nlm into ring3 by default.Gunter Knauf
2004-06-11some more makefile changes.Gunter Knauf
2004-06-11some more makefile changes.Gunter Knauf
2004-06-10minor output fix.Gunter Knauf
2004-06-10added generation of missing files.Gunter Knauf
2004-06-10make include path overridable.Gunter Knauf
2004-06-04Günter Knauf's netware build fixesDaniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg