diff --git a/bin/libcurl.dll b/bin/libcurl.dll new file mode 100644 index 0000000..a09dc34 --- /dev/null +++ b/bin/libcurl.dll Binary files differ diff --git a/bin/libeay32.dll b/bin/libeay32.dll new file mode 100644 index 0000000..696b300 --- /dev/null +++ b/bin/libeay32.dll Binary files differ diff --git a/bin/ssleay32.dll b/bin/ssleay32.dll new file mode 100644 index 0000000..c0d6d1f --- /dev/null +++ b/bin/ssleay32.dll Binary files differ diff --git a/build.cmd b/build.cmd index 01b3e8f..ec48ad7 100644 --- a/build.cmd +++ b/build.cmd @@ -1 +1,7 @@ -rdmd --force --build-only -ofdub.exe -g -debug -w -property -Isource curl.lib %* source\app.d \ No newline at end of file +@echo off + +echo Executing rdmd ... +rdmd --force --build-only -ofbin\dub.exe -g -debug -w -property -Isource curl.lib %* source\app.d + +echo dub has been build. You propably want to add this to your PATH environment variable: +echo %CD%\bin \ No newline at end of file diff --git a/build.sh b/build.sh index 5c90810..61a938c 100755 --- a/build.sh +++ b/build.sh @@ -6,4 +6,5 @@ # On newer Ubuntu versions this is the default, though LIBS="-L--no-as-needed $LIBS" -rdmd --build-only -ofdub -g -debug -w -property -Isource $* $LIBS source/app.d +rdmd --build-only -ofbin/dub -g -debug -w -property -Isource $* $LIBS source/app.d +echo dub has been build to bin/dub. \ No newline at end of file diff --git a/installer/win/installer.nsi b/installer/win/installer.nsi index 864be2b..ee73153 100644 --- a/installer/win/installer.nsi +++ b/installer/win/installer.nsi @@ -6,7 +6,7 @@ ; Options !define Version "0.9.9" -!define DubExecPath "..\.." +!define DubExecPath "..\..\bin" ;-------------------------------------------------------- ; Includes @@ -20,7 +20,7 @@ ;-------------------------------------------------------- ; Name of the installer -Name "DUB Package Manager ${Version}" +Name "dub Package Manager ${Version}" ; Name of the output file of the installer OutFile "dub-${Version}-setup.exe" @@ -99,7 +99,7 @@ WriteRegStr HKLM SOFTWARE\dub "Install_Dir" "$INSTDIR" ; Write registry keys to make uninstall from Windows - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\dub" "DisplayName" "DUB package manager" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\dub" "DisplayName" "dub package manager" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\dub" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\dub" "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\dub" "NoRepair" 1 diff --git a/libcurl.dll b/libcurl.dll deleted file mode 100644 index a09dc34..0000000 --- a/libcurl.dll +++ /dev/null Binary files differ diff --git a/libeay32.dll b/libeay32.dll deleted file mode 100644 index 696b300..0000000 --- a/libeay32.dll +++ /dev/null Binary files differ diff --git a/package.json b/package.json index b98e2fc..9abd503 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,6 @@ "Sönke Ludwig" ], "libs": ["curl"], - "copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"] + "copyFiles-windows": ["curllib.dll", "libeay32.dll", "openldap.dll", "ssleay32.dll"], + "targetPath": "bin" } \ No newline at end of file diff --git a/ssleay32.dll b/ssleay32.dll deleted file mode 100644 index c0d6d1f..0000000 --- a/ssleay32.dll +++ /dev/null Binary files differ