added variables for paths to fmtall and genmacall
This commit is contained in:
parent
94d75fa99b
commit
2e83eb00ad
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user