Skip to content

Commit

Permalink
incremental builds
Browse files Browse the repository at this point in the history
  • Loading branch information
unxed committed Oct 25, 2020
1 parent 6b5d52d commit 738abbd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dn_.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#/bin/bash
../vp/vpc -B -T -\$S- -\$I- -\$Zd+ -\$Asm+ -\$D+ -\$LocInfo+ version.pas
../vp/pe2elf version.exe
chmod +x version
./version version.inc linux 0
../vp/vpc -B -T -\$S- -\$I- -\$Zd+ -\$Asm+ -\$D+ -\$LocInfo+ dn.pas
if [ ! -f version.inc ]; then
../vp/vpc -M -T -\$S- -\$I- -\$Zd+ -\$Asm+ -\$D+ -\$LocInfo+ version.pas
../vp/pe2elf version.exe
chmod +x version
./version version.inc linux 0
fi
../vp/vpc -M -T -\$S- -\$I- -\$Zd+ -\$Asm+ -\$D+ -\$LocInfo+ dn.pas
read -n1 -r -p "Press any key (try Ctrl-C to quit DN)..."
../vp/pe2elf dn.exe
chmod +x dn
Expand Down

0 comments on commit 738abbd

Please sign in to comment.