added variables for paths to fmtall and genmacall

This commit is contained in:
John Jenko 2010-04-23 18:00:16 +00:00
parent 94d75fa99b
commit 2e83eb00ad

View File

@ -80,6 +80,13 @@ namespace DataLoader
{ {
try try
{ {
#if DEBUG
_FmtAllPath = @"c:\development\fmtall";
_GenmacAllPath = @"c:\development\genmacall";
#else
_FmtAllPath = vepromspath + @"\fmtall";
_GenmacAllPath = vepromspath + @"\genmacall";
#endif
frmMain.Status = "Make Connection"; frmMain.Status = "Make Connection";
// make the initial database connection record, annotation types & top // make the initial database connection record, annotation types & top
// system folder. // system folder.