Skip to content

Commit

Permalink
Оновлено параметри проекту
Browse files Browse the repository at this point in the history
  • Loading branch information
iso4free authored May 21, 2021
1 parent f6b5a59 commit 14b9970
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo01/demo01.ctpr
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="../bin/$(TargetCPU)-$(TargetOS)/demo01"/>
<Filename Value="../bin/$(TargetCPU)-$(TargetOS)-demo01"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down
2 changes: 1 addition & 1 deletion demo01/demo01.ctps
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<FRMtype Value="0"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<TopLine Value="29"/>
<TopLine Value="32"/>
<CursorPos X="56" Y="49"/>
<UsageCount Value="20"/>
<Loaded Value="True"/>
Expand Down
3 changes: 1 addition & 2 deletions demo01/demo01.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@
<Units>
<Unit>
<Filename Value="demo01.lpr"/>
<FRMtype Value="0"/>
<IsPartOfProject Value="True"/>
</Unit>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="../bin/$(TargetCPU)-$(TargetOS)/demo01"/>
<Filename Value="../bin/$(TargetCPU)-$(TargetOS)-demo01"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down
1 change: 1 addition & 0 deletions demo01/demo01.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//ініціалізація бібліотеки SDL 2.0
if SDL_Init(SDL_INIT_EVERYTHING)>=0 then begin
//успішна ініціалізація - створюємо вікно
WriteLn(SDL_GetPlatform);
SDLWindow:=SDL_CreateWindow('demo01',
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
Expand Down
51 changes: 48 additions & 3 deletions demo01/demo01.lps
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,57 @@
<Filename Value="demo01.lpr"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<CursorPos X="34" Y="4"/>
<UsageCount Value="21"/>
<TopLine Value="16"/>
<CursorPos X="28" Y="22"/>
<UsageCount Value="23"/>
<Loaded Value="True"/>
</Unit>
<Unit>
<Filename Value="../SDL2-for-Pascal/sdl2.pas"/>
<EditorIndex Value="1"/>
<TopLine Value="172"/>
<CursorPos X="11" Y="178"/>
<UsageCount Value="11"/>
<Loaded Value="True"/>
</Unit>
<Unit>
<Filename Value="../SDL2-for-Pascal/sdltype.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="55"/>
<UsageCount Value="10"/>
</Unit>
<Unit>
<Filename Value="../SDL2-for-Pascal/sdlversion.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="97"/>
<UsageCount Value="10"/>
</Unit>
<Unit>
<Filename Value="../SDL2-for-Pascal/sdlerror.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="39"/>
<UsageCount Value="10"/>
</Unit>
<Unit>
<Filename Value="../SDL2-for-Pascal/sdlplatform.inc"/>
<EditorIndex Value="-1"/>
<UsageCount Value="10"/>
</Unit>
</Units>
<JumpHistory HistoryIndex="-1"/>
<JumpHistory HistoryIndex="2">
<Position>
<Filename Value="demo01.lpr"/>
<Caret Line="4" Column="34"/>
</Position>
<Position>
<Filename Value="../SDL2-for-Pascal/sdl2.pas"/>
<Caret Line="177" Column="11" TopLine="172"/>
</Position>
<Position>
<Filename Value="../SDL2-for-Pascal/sdl2.pas"/>
<Caret Line="178" Column="11" TopLine="172"/>
</Position>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
<Modes ActiveMode=""/>
Expand Down

0 comments on commit 14b9970

Please sign in to comment.