From 72691557e79aef2034cc41cdeace85a4ab9425de Mon Sep 17 00:00:00 2001
From: MarkRivers <rivers@cars.uchicago.edu>
Date: Fri, 9 Apr 2010 21:03:56 +0000
Subject: [PATCH] New file for win32-x86-debug

---
 configure/RELEASE.win32-x86-debug | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100755 configure/RELEASE.win32-x86-debug

diff --git a/configure/RELEASE.win32-x86-debug b/configure/RELEASE.win32-x86-debug
new file mode 100755
index 0000000..9e19a17
--- /dev/null
+++ b/configure/RELEASE.win32-x86-debug
@@ -0,0 +1,27 @@
+#RELEASE Location of external products
+#
+# IF YOU MAKE ANY CHANGES to this file you MUST at least run
+# "gnumake" in this directory afterwards; you usually need
+# to run "gnumake rebuild" in the application's top level
+# directory each time this file is changed.
+#
+# NOTE: The build does not check dependencies against files
+# that are outside this application, thus you should run
+# "gnumake distclean install" in the top directory each time
+# EPICS_BASE, SNCSEQ, or any other external module defined
+# in the RELEASE file is rebuilt.
+#
+# Host/target specific settings can be specified in files named
+#  RELEASE.$(EPICS_HOST_ARCH).Common
+#  RELEASE.Common.$(T_A)
+#  RELEASE.$(EPICS_HOST_ARCH).$(T_A)
+
+##############################################################################
+
+# Define the path to the synApps support directory and uncomment.
+SUPPORT=J:/epics/devel
+
+# Specify the standard synApps configuration.
+include $(SUPPORT)/configure/RELEASE.win32-x86
+
+TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
-- 
GitLab