From 2e83eb00ad86c1bee615d3c076e3aafb1dfe0e54 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 23 Apr 2010 18:00:16 +0000 Subject: [PATCH] added variables for paths to fmtall and genmacall --- PROMS/DataLoader/Loader.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PROMS/DataLoader/Loader.cs b/PROMS/DataLoader/Loader.cs index b25fe4c1..3d75aa6f 100644 --- a/PROMS/DataLoader/Loader.cs +++ b/PROMS/DataLoader/Loader.cs @@ -80,6 +80,13 @@ namespace DataLoader { try { +#if DEBUG + _FmtAllPath = @"c:\development\fmtall"; + _GenmacAllPath = @"c:\development\genmacall"; +#else + _FmtAllPath = vepromspath + @"\fmtall"; + _GenmacAllPath = vepromspath + @"\genmacall"; +#endif frmMain.Status = "Make Connection"; // make the initial database connection record, annotation types & top // system folder.