aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl11
1 files changed, 1 insertions, 10 deletions
diff --git a/dub.sdl b/dub.sdl
index a3c0937..1b773ae 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -13,15 +13,6 @@ dependency "toml:json" version="~>0.4.0-rc.2"
dependency "d2sqlite3" version="~>0.13.1" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html
subconfiguration "d2sqlite3" "all-included"
dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive
-configuration "build" {
- name "build"
- targetType "executable"
- platforms "posix"
- targetName "bin/sdp"
- dflags "-J=views" "-I=src/sdp"
- buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp'"
-}
configuration "reggae" {
name "build"
targetType "executable"
@@ -29,7 +20,7 @@ configuration "reggae" {
targetName "bin/sdp-rg"
dflags "-J=views" "-I=src/sdp"
buildOptions "verbose" "releaseMode" "optimize" "inline"
- postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp'"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp-rg'"
}
configuration "sdp-release" {
name "release"