diff options
Diffstat (limited to 'raetsel.lpi')
-rw-r--r-- | raetsel.lpi | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/raetsel.lpi b/raetsel.lpi index 3c68587..119c679 100644 --- a/raetsel.lpi +++ b/raetsel.lpi @@ -13,8 +13,32 @@ <i18n> <EnableI18N LFM="False"/> </i18n> - <BuildModes Count="1"> - <Item1 Name="Default" Default="True"/> + <BuildModes Count="2"> + <Item1 Name="linux_64bits" Default="True"/> + <Item2 Name="win10_64bits"> + <CompilerOptions> + <Version Value="11"/> + <Target> + <Filename Value="raetsel"/> + </Target> + <SearchPaths> + <IncludeFiles Value="$(ProjOutDir)"/> + <OtherUnitFiles Value="../units"/> + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + <CodeGeneration> + <TargetCPU Value="x86_64"/> + <TargetOS Value="win64"/> + </CodeGeneration> + <Linking> + <Options> + <Win32> + <GraphicApplication Value="True"/> + </Win32> + </Options> + </Linking> + </CompilerOptions> + </Item2> </BuildModes> <PublishOptions> <Version Value="2"/> |