summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg')
-rw-r--r--apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg26
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg b/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg
deleted file mode 100644
index a41533f..0000000
--- a/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg
+++ /dev/null
@@ -1,26 +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 = UninstCust.dll Project1.exe CoolTools.dll
-#------------------------------------------------------------------------------
-default: $(PROJECTS)
-#------------------------------------------------------------------------------
-
-UninstCust.dll: UninstCust.bpr
- $(MAKE)
-
-Project1.exe: Project1.bpr
- $(MAKE)
-
-CoolTools.dll: CoolTools.bpr
- $(MAKE)
-
-