Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
21d50c41
Commit
21d50c41
authored
Jul 14, 2010
by
John van Groningen
Browse files
use DirSeparatorString from Platform instead of dirseparator from StdSystem
from Object IO
parent
412d9aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pm/PmProject.icl
View file @
21d50c41
...
...
@@ -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}"
+++
{
d
ir
s
eparator
}
+++
modname
+++
".exe"
)
// Win
(
"{Project}"
+++
{
d
ir
s
eparator
}
+++
modname
)
// Mac
(
"{Project}"
+++
D
ir
S
eparator
String
+++
modname
+++
".exe"
)
// Win
(
"{Project}"
+++
D
ir
S
eparator
String
+++
modname
)
// Mac
,
inflist
=
{
mn
=
modname
,
info
=
{
dir
=
"{Project}"
//dirname
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment