Skip to content

Commit

Permalink
Do not remove the batch file needed for re-simulation (#10736)
Browse files Browse the repository at this point in the history
Fixes #10725
  • Loading branch information
adeas31 committed May 24, 2023
1 parent 4413ae6 commit 3bd0fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OMEdit/OMEditLIB/Simulation/SimulationOutputWidget.cpp
Expand Up @@ -278,8 +278,7 @@ SimulationOutputWidget::SimulationOutputWidget(SimulationOptions simulationOptio
mGeneratedFilesList << "%1.makefile";
// cpp-runtime generated files
if (simulationOptions.getTargetLanguage().compare("Cpp") == 0) {
mGeneratedFilesList << "%1.bat"
<< "OMCpp%1.cpp"
mGeneratedFilesList << "OMCpp%1.cpp"
<< "OMCpp%1.h"
<< "OMCpp%1.exp"
<< "OMCpp%1.lib"
Expand Down

0 comments on commit 3bd0fef

Please sign in to comment.