Add debug build
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ namespace launcher {
|
||||
private: System::Void Start_Click(System::Object^ sender, System::EventArgs^ e) {
|
||||
this->Start->Enabled = false;
|
||||
this->Stop->Enabled = true;
|
||||
WxInitSDK();
|
||||
WxInitSDK(true);
|
||||
}
|
||||
private: System::Void Stop_Click(System::Object^ sender, System::EventArgs^ e) {
|
||||
this->Stop->Enabled = false;
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<EntryPointSymbol>main</EntryPointSymbol>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>xcopy /y $(OutDir)launcher.exe $(OutDir)out\launcher</Command>
|
||||
<Command>xcopy /y $(OutDir)launcher.exe $(SolutionDir)Out</Command>
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>
|
||||
<Message>Copy files</Message>
|
||||
|
||||
Reference in New Issue
Block a user