In procCross now argument isn't a array of wxChars, but array of 1-byte numbers. It should improve performance.
16 lines
699 B
XML
16 lines
699 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CodeLite_Workspace Name="CrossGen" Database="">
|
|
<Project Name="wxCrossGen" Path="wxCrossGen/wxCrossGen.project" Active="Yes"/>
|
|
<Project Name="CrossBench" Path="CrossBench/CrossBench.project" Active="No"/>
|
|
<BuildMatrix>
|
|
<WorkspaceConfiguration Name="Debug" Selected="no">
|
|
<Project Name="wxCrossGen" ConfigName="Debug"/>
|
|
<Project Name="CrossBench" ConfigName="Debug"/>
|
|
</WorkspaceConfiguration>
|
|
<WorkspaceConfiguration Name="Release" Selected="yes">
|
|
<Project Name="wxCrossGen" ConfigName="Release"/>
|
|
<Project Name="CrossBench" ConfigName="Release"/>
|
|
</WorkspaceConfiguration>
|
|
</BuildMatrix>
|
|
</CodeLite_Workspace>
|