Skip to content

Commit 1a64f7c

Browse files
sowicmsowicm
authored andcommitted
run for windows
1 parent 9d80c00 commit 1a64f7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LiteEditor/manager.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,7 @@ void Manager::ExecuteNoDebug(const wxString& projectName)
17911791

17921792
#elif defined(__WXMSW__)
17931793

1794+
#if 0
17941795
// Codepad-Terminal does not like forward slashes...
17951796
wxString commandToRun;
17961797
commandToRun << strExe << " ";
@@ -1808,6 +1809,8 @@ void Manager::ExecuteNoDebug(const wxString& projectName)
18081809
execLine = newCommand;
18091810
execLine.Prepend("le_exec.exe ");
18101811
#endif
1812+
execLine = wxT("le_exec.exe ") + strExe;
1813+
#endif
18111814

18121815
m_asyncExeCmd = new AsyncExeCmd(clMainFrame::Get()->GetOutputPane()->GetBuildTab());
18131816

0 commit comments

Comments
 (0)