summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/prototype/swordprj.bpg
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/prototype/swordprj.bpg')
-rw-r--r--apps/windoze/CBuilder5/prototype/swordprj.bpg23
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/windoze/CBuilder5/prototype/swordprj.bpg b/apps/windoze/CBuilder5/prototype/swordprj.bpg
deleted file mode 100644
index 0333c75..0000000
--- a/apps/windoze/CBuilder5/prototype/swordprj.bpg
+++ /dev/null
@@ -1,23 +0,0 @@
-#------------------------------------------------------------------------------
-VERSION = BWS.01
-#------------------------------------------------------------------------------
-!ifndef ROOT
-ROOT = $(MAKEDIR)\..
-!endif
-#------------------------------------------------------------------------------
-MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
-DCC = $(ROOT)\bin\dcc32.exe $**
-BRCC = $(ROOT)\bin\brcc32.exe $**
-#------------------------------------------------------------------------------
-PROJECTS = swordlib.lib sword.exe
-#------------------------------------------------------------------------------
-default: $(PROJECTS)
-#------------------------------------------------------------------------------
-
-swordlib.lib: swordlib.bpr
- $(MAKE)
-
-sword.exe: sword.bpr
- $(MAKE)
-
-