Renamed folder for puzzle solvers
This commit is contained in:
parent
a276c7f3f6
commit
2e4ab2ad5f
|
@ -30,11 +30,11 @@
|
|||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="puzzles\UCubeConundrum.pas"/>
|
||||
<Filename Value="solvers\UCubeConundrum.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="puzzles\UTrebuchet.pas"/>
|
||||
<Filename Value="solvers\UTrebuchet.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<OtherUnitFiles Value="puzzles"/>
|
||||
<OtherUnitFiles Value="solvers"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
|
Loading…
Reference in New Issue