diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..c70df78 --- /dev/null +++ b/build.cmd @@ -0,0 +1 @@ +rdmd --build-only -ofdub.exe -g -debug -Isource curl.lib %* source\app.d \ No newline at end of file diff --git a/curl.lib b/curl.lib new file mode 100644 index 0000000..1a1e192 --- /dev/null +++ b/curl.lib Binary files differ diff --git a/libcurl.dll b/libcurl.dll new file mode 100644 index 0000000..a09dc34 --- /dev/null +++ b/libcurl.dll Binary files differ diff --git a/libeay32.dll b/libeay32.dll new file mode 100644 index 0000000..696b300 --- /dev/null +++ b/libeay32.dll Binary files differ diff --git a/package.json b/package.json index 0be8196..c777f76 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "Matthias Dondorff", "Sönke Ludwig" ], - "dependencies": { - } + "libs": ["curl"], + "files-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"] } \ No newline at end of file diff --git a/ssleay32.dll b/ssleay32.dll new file mode 100644 index 0000000..c0d6d1f --- /dev/null +++ b/ssleay32.dll Binary files differ