|
16 | 16 | </General>
|
17 | 17 | <BuildModes>
|
18 | 18 | <Item Name="Default" Default="True"/>
|
| 19 | + <Item Name="Debug"> |
| 20 | + <CompilerOptions> |
| 21 | + <Version Value="11"/> |
| 22 | + <PathDelim Value="\"/> |
| 23 | + <Target> |
| 24 | + <Filename Value="..\bin\hex_tests_cli"/> |
| 25 | + </Target> |
| 26 | + <SearchPaths> |
| 27 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 28 | + <OtherUnitFiles Value="..\source\units"/> |
| 29 | + <UnitOutputDirectory Value="..\ppu\$(TargetCPU)-$(TargetOS)"/> |
| 30 | + </SearchPaths> |
| 31 | + <Parsing> |
| 32 | + <SyntaxOptions> |
| 33 | + <IncludeAssertionCode Value="True"/> |
| 34 | + </SyntaxOptions> |
| 35 | + </Parsing> |
| 36 | + <CodeGeneration> |
| 37 | + <Checks> |
| 38 | + <IOChecks Value="True"/> |
| 39 | + <RangeChecks Value="True"/> |
| 40 | + <OverflowChecks Value="True"/> |
| 41 | + <StackChecks Value="True"/> |
| 42 | + </Checks> |
| 43 | + <VerifyObjMethodCallValidity Value="True"/> |
| 44 | + </CodeGeneration> |
| 45 | + <Linking> |
| 46 | + <Debugging> |
| 47 | + <DebugInfoType Value="dsDwarf3"/> |
| 48 | + <UseHeaptrc Value="True"/> |
| 49 | + <TrashVariables Value="True"/> |
| 50 | + <UseExternalDbgSyms Value="True"/> |
| 51 | + </Debugging> |
| 52 | + </Linking> |
| 53 | + </CompilerOptions> |
| 54 | + </Item> |
| 55 | + <Item Name="Release"> |
| 56 | + <CompilerOptions> |
| 57 | + <Version Value="11"/> |
| 58 | + <PathDelim Value="\"/> |
| 59 | + <Target> |
| 60 | + <Filename Value="..\bin\hex_tests_cli"/> |
| 61 | + </Target> |
| 62 | + <SearchPaths> |
| 63 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 64 | + <OtherUnitFiles Value="..\source\units"/> |
| 65 | + <UnitOutputDirectory Value="..\ppu\$(TargetCPU)-$(TargetOS)"/> |
| 66 | + </SearchPaths> |
| 67 | + <CodeGeneration> |
| 68 | + <SmartLinkUnit Value="True"/> |
| 69 | + <Optimizations> |
| 70 | + <OptimizationLevel Value="3"/> |
| 71 | + </Optimizations> |
| 72 | + </CodeGeneration> |
| 73 | + <Linking> |
| 74 | + <Debugging> |
| 75 | + <GenerateDebugInfo Value="False"/> |
| 76 | + <RunWithoutDebug Value="True"/> |
| 77 | + </Debugging> |
| 78 | + <LinkSmart Value="True"/> |
| 79 | + </Linking> |
| 80 | + </CompilerOptions> |
| 81 | + </Item> |
19 | 82 | </BuildModes>
|
20 | 83 | <PublishOptions>
|
21 | 84 | <Version Value="2"/>
|
|
48 | 111 | <Version Value="11"/>
|
49 | 112 | <PathDelim Value="\"/>
|
50 | 113 | <Target>
|
51 |
| - <Filename Value="hex_tests_cli"/> |
| 114 | + <Filename Value="..\bin\hex_tests_cli"/> |
52 | 115 | </Target>
|
53 | 116 | <SearchPaths>
|
54 | 117 | <IncludeFiles Value="$(ProjOutDir)"/>
|
55 | 118 | <OtherUnitFiles Value="..\source\units"/>
|
56 |
| - <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> |
| 119 | + <UnitOutputDirectory Value="..\ppu\$(TargetCPU)-$(TargetOS)"/> |
57 | 120 | </SearchPaths>
|
58 | 121 | <Linking>
|
59 | 122 | <Debugging>
|
|
0 commit comments