aboutsummaryrefslogtreecommitdiffstats
path: root/utilities/bcppmake/utilities.bpg
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/bcppmake/utilities.bpg')
-rw-r--r--utilities/bcppmake/utilities.bpg4
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/bcppmake/utilities.bpg b/utilities/bcppmake/utilities.bpg
index 1fcc1c1..b68ef5e 100644
--- a/utilities/bcppmake/utilities.bpg
+++ b/utilities/bcppmake/utilities.bpg
@@ -9,8 +9,8 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
-PROJECTS = libsword.lib mod2vpl.exe vpl2mod.exe mkfastmod.exe imp2gbs.exe \
- imp2ld.exe imp2vs.exe thml2gbs.exe mod2zmod.exe mod2imp.exe cipherraw.exe \
+PROJECTS = libsword.lib mod2zmod.exe mod2vpl.exe vpl2mod.exe mkfastmod.exe \
+ imp2gbs.exe imp2ld.exe imp2vs.exe thml2gbs.exe mod2imp.exe cipherraw.exe \
stepdump.exe step2vpl.exe mod2osis.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)