mirror of https://gitlab.com/basile.b/dexed.git
dont use a linux shell script to auto build libdexed-d
This commit is contained in:
parent
92945de403
commit
fe566e0115
|
@ -448,7 +448,7 @@
|
|||
<Define1 Value="GTK_REMOVE_CLIPBOARD_NULL"/>
|
||||
</OtherDefines>
|
||||
<ExecuteBefore>
|
||||
<Command Value="bash dside.sh DEBUG"/>
|
||||
<Command Value="dub build --build=debug --compiler=ldc2 --root=..\dexed-d"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
|
@ -497,7 +497,7 @@
|
|||
<Other>
|
||||
<CustomOptions Value="-dDEBUG"/>
|
||||
<ExecuteBefore>
|
||||
<Command Value="bash dside.sh"/>
|
||||
<Command Value="dub build --compiler=ldc2 --root=..\dexed-d"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
|
@ -917,7 +917,7 @@
|
|||
<Define1 Value="GTK_REMOVE_CLIPBOARD_NULL"/>
|
||||
</OtherDefines>
|
||||
<ExecuteBefore>
|
||||
<Command Value="bash dside.sh RELEASE"/>
|
||||
<Command Value="dub build --build=release --compiler=ldc2 --root=..\dexed-d"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
cd ../dexed-d
|
||||
|
||||
if [ "$1" == "RELEASE" ]; then
|
||||
dub build --build=release --compiler=ldc2
|
||||
elif [ "$1" == "DEBUG" ]; then
|
||||
dub build --build=debug --compiler=ldc2
|
||||
elif [ "$1" == "" ]; then
|
||||
dub build --compiler=ldc2
|
||||
fi
|
||||
|
||||
cd ../lazproj
|
Loading…
Reference in New Issue