Andrej Mitrovic
e34c3ca875
Fix Issue 8767 - Add note on where to download the curl static library when using x86 Windows.
2014-04-24 20:52:36 +02:00
Martin Nowak
d0e51e109f
fix Issue 10710 - phobos depends on versioned libcurl
...
- create a libcurl_stub.so for linking
- set it's soname to libcurl.so.4 so that phobos
gets a DT_NEEDED libcurl.so.4 entry
- the runtime linker will load libcurl.so and resolve
all undefined references
- disable pragma(lib, "curl") because it doesn't work
for archives anyways and additionally links against
the real libcurl (dmd appends -L-lcurl when building phobos).
2013-12-20 15:38:11 +01:00
Daniel Green
58f4356ca2
Change version( Win32 ) to version( Windows ) when Win64 would be supported as well.
2012-01-16 22:10:18 -05:00
Jonas Drewsen
b1bff270da
fix htod error and correct some ints to be c_long
2011-06-12 22:41:01 +02:00
Walter Bright
8c0f365f9e
add doc for curl.d
2011-06-01 23:04:13 -07:00
Walter Bright
fef16a72bf
add etc/c/curl to win32.mak
2011-04-01 21:36:04 -07:00
Jonas Drewsen
a42a954d0b
Using enums instead of const variables for constants
2011-03-29 10:49:42 +02:00
Jonas Drewsen
5195ec0a61
structs are now extern(C)
2011-03-29 10:44:47 +02:00
Jonas Drewsen
630769dd00
Changed string constants into enums
2011-03-29 10:39:32 +02:00
Jonas Drewsen
3ca173d176
Fixes from review by andralex
2011-03-17 21:58:35 +01:00
Jonas Drewsen
980d599f7d
Correct comments and turn some defines into enums
2011-03-17 10:22:32 +01:00
Jonas Drewsen
2f69ffb9d1
c declarations for libcurl
2011-03-15 20:17:40 +01:00