Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
8b9d0e91
Commit
8b9d0e91
authored
Dec 08, 2010
by
Sébastien Villemot
Browse files
Preprocessor: delete remaining dynamic.m file when using USE_DLL
parent
965ea728
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ModFile.cc
View file @
8b9d0e91
...
...
@@ -429,7 +429,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool console,
<<
"end"
<<
endl
;
// Erase possible remnants of previous runs
if
(
block
||
byte_code
)
if
(
block
||
byte_code
||
use_dll
)
mOutputFile
<<
"if exist('"
<<
basename
<<
"_dynamic.m', 'file')"
<<
endl
<<
" delete('"
<<
basename
<<
"_dynamic.m');"
<<
endl
<<
"end"
<<
endl
;
...
...
Write
Preview
Supports
Markdown
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