diff options
author | Erich Eckner <git@eckner.net> | 2018-10-02 06:08:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-02 06:08:38 +0200 |
commit | b89e7cd8fcbcc6d893d3dd53408c8f42aebef30a (patch) | |
tree | 9e0c6308457b4b9502c6c8aec8fd20e8d3edceed | |
parent | 9e30e70a7e23ecec94e942b9189d1626af96439d (diff) | |
download | Raetsel-b89e7cd8fcbcc6d893d3dd53408c8f42aebef30a.tar.xz |
force linux
-rw-r--r-- | raetsel.lpi | 4 | ||||
-rw-r--r-- | raetsel.lps | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/raetsel.lpi b/raetsel.lpi index 119c679..77e790c 100644 --- a/raetsel.lpi +++ b/raetsel.lpi @@ -93,6 +93,10 @@ <OtherUnitFiles Value="../units"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> + <CodeGeneration> + <TargetCPU Value="x86_64"/> + <TargetOS Value="linux"/> + </CodeGeneration> <Linking> <Options> <Win32> diff --git a/raetsel.lps b/raetsel.lps index 4c5efb7..c6e99c4 100644 --- a/raetsel.lps +++ b/raetsel.lps @@ -148,13 +148,13 @@ <Filename Value="../units/mystringlistunit.pas"/> <IsVisibleTab Value="True"/> <EditorIndex Value="3"/> - <TopLine Value="25"/> - <CursorPos X="55" Y="58"/> + <TopLine Value="31"/> + <CursorPos X="59" Y="58"/> <UsageCount Value="10"/> <Loaded Value="True"/> </Unit19> </Units> - <JumpHistory Count="22" HistoryIndex="21"> + <JumpHistory Count="24" HistoryIndex="23"> <Position1> <Filename Value="raetselunit.pas"/> <Caret Line="408" Column="39" TopLine="373"/> @@ -242,6 +242,14 @@ <Filename Value="../units/mystringlistunit.pas"/> <Caret Line="151" Column="56" TopLine="131"/> </Position22> + <Position23> + <Filename Value="../units/mystringlistunit.pas"/> + <Caret Line="58" Column="77" TopLine="36"/> + </Position23> + <Position24> + <Filename Value="../units/mystringlistunit.pas"/> + <Caret Line="152" Column="42" TopLine="130"/> + </Position24> </JumpHistory> </ProjectSession> <Debugging> |