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, 26 insertions, 0 deletions
diff --git a/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg b/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg
new file mode 100644
index 0000000..a41533f
--- /dev/null
+++ b/apps/windoze/CBuilder4/UninstCust/ProjectGroup1.bpg
@@ -0,0 +1,26 @@
+#------------------------------------------------------------------------------
+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)
+
+