This commit is contained in:
2011-06-16 10:24:18 +00:00
parent 7e0da06b05
commit 4a7586d94a
3 changed files with 7 additions and 4 deletions

View File

@@ -85,12 +85,14 @@ namespace DataLoader
//#if DEBUG
if (VlnSettings.DebugMode)
{
MessageBox.Show(@"Format files are taken from c:\development\fmtall");
_FmtAllPath = @"c:\development\fmtall";
_GenmacAllPath = @"c:\development\genmacall";
}
//#else
else
{
MessageBox.Show(@"Format files are taken from " + vepromspath + @"\fmtall");
_FmtAllPath = vepromspath + @"\fmtall";
_GenmacAllPath = vepromspath + @"\genmacall";
}