diff --git a/Pm/PmProject.icl b/Pm/PmProject.icl index 01aa9bf2a45e670a1d39b151074017fa308049cf..9a4bfa6b3cf8d7c2e888bc16b8908aec83c542ab 100644 --- a/Pm/PmProject.icl +++ b/Pm/PmProject.icl @@ -6,7 +6,6 @@ import PmPath, UtilStrictLists from UtilDate import NoDate, :: DATE import UtilNewlinesFile import PmTypes -from StdSystem import dirseparator import Platform import UtilOptions, PmFiles @@ -105,8 +104,8 @@ PR_NewProject main_module_file_name eo compilerOptions cgo ao prjpaths linkOptio , saved = False , exec = False , execpath = PlatformDependant //MakeExecPathname main_module_file_name - ("{Project}"+++{dirseparator}+++modname+++".exe") // Win - ("{Project}"+++{dirseparator}+++modname) // Mac + ("{Project}"+++DirSeparatorString+++modname+++".exe") // Win + ("{Project}"+++DirSeparatorString+++modname) // Mac , inflist = { mn = modname , info = { dir = "{Project}"//dirname