From da8ae994e40f406d4f5db09c47988367c74f66cf Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Tue, 9 Nov 2010 15:12:20 -0600 Subject: [PATCH] Initial version. --- .../os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug | 8 ++++++++ .../top/configure/os/CONFIG_SITE.windows-x64.windows-x64 | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug new file mode 100644 index 000000000..78dd969b6 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug @@ -0,0 +1,8 @@ +# +# $Revision-Id$ +# +# Site Specific Configuration Information +# Only the local epics system manager should modify this file + +-include $(TOP)/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 new file mode 100644 index 000000000..641ba4291 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64 @@ -0,0 +1,8 @@ +# +# $Revision-Id$ +# +# Site Specific Configuration Information +# Only the local epics system manager should modify this file + +-include $(TOP)/configure/os/CONFIG_SITE.win32-x86.win32-x86 +