aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-03-01 12:51:58 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitb243ba3e00bf6cd5e9298903bc69d8efc7a03414 (patch)
treedb70f147c4aa744166bbb559ab238ccf316f8727 /dub.sdl
parentheader make unmarked headings (diff)
conf, make, meta, init and tidy substitution
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"