Skip to content

Commit

Permalink
project: Fix bad copy to path
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 authored and eranif committed Aug 25, 2021
1 parent 15f6af1 commit 7d6cdb4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions codelite_launcher/codelite_launcher.project
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<File Name="codelite_launcher.cpp"/>
</VirtualDirectory>
<Dependencies/>
<Dependencies Name="Debug"/>
<Dependencies Name="Release"/>
<Dependencies Name="Win_x64_Release"/>
<Dependencies Name="Win_x86_Release"/>
<Settings Type="Executable">
<GlobalSettings>
<Compiler Options="" C_Options="" Assembler="">
Expand All @@ -38,7 +42,7 @@
<Linker Options="-O2;$(shell wx-config --libs --unicode=yes);" Required="yes"/>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
<General OutputFile="codelite_launcher" IntermediateDirectory="" Command="$(WorkspacePath)/build-$(WorkspaceConfiguration)/bin/$(OutputFile)" CommandArguments="--pid=1023 --name=&quot;C:/Program Files/CodeLite/CodeLite.exe&quot;" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<BuildSystem Name="CodeLite Make Generator"/>
<BuildSystem Name="CodeLite Makefile Generator"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
</Environment>
Expand Down Expand Up @@ -77,7 +81,7 @@
<Linker Options="-O2;$(shell wx-config --debug=no --libs --unicode=yes);-mwindows;" Required="yes"/>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
<General OutputFile="codelite_launcher" IntermediateDirectory="" Command="$(WorkspacePath)/build-$(WorkspaceConfiguration)/bin/$(OutputFile)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<BuildSystem Name="CodeLite Make Generator"/>
<BuildSystem Name="CodeLite Makefile Generator"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
</Environment>
Expand Down Expand Up @@ -118,7 +122,7 @@
<Linker Options="-O2;$(shell wx-config --debug=no --libs --unicode=yes);-mwindows;" Required="yes"/>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
<General OutputFile="codelite_launcher" IntermediateDirectory="" Command="$(WorkspacePath)/build-$(WorkspaceConfiguration)/bin/$(OutputFile)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<BuildSystem Name="CodeLite Make Generator"/>
<BuildSystem Name="CodeLite Makefile Generator"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
</Environment>
Expand All @@ -129,7 +133,7 @@
</Debugger>
<PreBuild/>
<PostBuild>
<Command Enabled="yes">copy "$(OutputFile).exe" ..\..\Runtime</Command>
<Command Enabled="yes">copy "$(OutputFile).exe" ..\Runtime</Command>
</PostBuild>
<CustomBuild Enabled="no">
<RebuildCommand/>
Expand Down Expand Up @@ -159,7 +163,7 @@
<Linker Options="-O2;$(shell wx-config --debug=no --libs --unicode=yes);-mwindows;" Required="yes"/>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
<General OutputFile="codelite_launcher" IntermediateDirectory="" Command="$(WorkspacePath)/build-$(WorkspaceConfiguration)/bin/$(OutputFile)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<BuildSystem Name="CodeLite Make Generator"/>
<BuildSystem Name="CodeLite Makefile Generator"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
</Environment>
Expand Down Expand Up @@ -194,8 +198,4 @@
</Completion>
</Configuration>
</Settings>
<Dependencies Name="Debug"/>
<Dependencies Name="Release"/>
<Dependencies Name="Win_x64_Release"/>
<Dependencies Name="Win_x86_Release"/>
</CodeLite_Project>

0 comments on commit 7d6cdb4

Please sign in to comment.