From b243ba3e00bf6cd5e9298903bc69d8efc7a03414 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 1 Mar 2018 12:51:58 -0500 Subject: conf, make, meta, init and tidy substitution --- dub.sdl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'dub.sdl') 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" -- cgit v1.2.3