mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 20:09:41 +01:00
* lazarus project file
git-svn-id: trunk@29423 -
This commit is contained in:
parent
ed770f4485
commit
11b68b0e11
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -9348,6 +9348,7 @@ rtl/win32/winsysut.pp svneol=native#text/plain
|
|||||||
rtl/win32/wprt0.as svneol=native#text/plain
|
rtl/win32/wprt0.as svneol=native#text/plain
|
||||||
rtl/win64/Makefile svneol=native#text/plain
|
rtl/win64/Makefile svneol=native#text/plain
|
||||||
rtl/win64/Makefile.fpc svneol=native#text/plain
|
rtl/win64/Makefile.fpc svneol=native#text/plain
|
||||||
|
rtl/win64/buildrtl.lpi svneol=native#text/plain
|
||||||
rtl/win64/buildrtl.pp svneol=native#text/plain
|
rtl/win64/buildrtl.pp svneol=native#text/plain
|
||||||
rtl/win64/classes.pp svneol=native#text/plain
|
rtl/win64/classes.pp svneol=native#text/plain
|
||||||
rtl/win64/rtldefs.inc svneol=native#text/plain
|
rtl/win64/rtldefs.inc svneol=native#text/plain
|
||||||
|
|||||||
73
rtl/win64/buildrtl.lpi
Normal file
73
rtl/win64/buildrtl.lpi
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<CONFIG>
|
||||||
|
<ProjectOptions>
|
||||||
|
<Version Value="9"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<General>
|
||||||
|
<Flags>
|
||||||
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
||||||
|
<MainUnitHasCreateFormStatements Value="False"/>
|
||||||
|
<MainUnitHasTitleStatement Value="False"/>
|
||||||
|
<Runnable Value="False"/>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
|
</Flags>
|
||||||
|
<SessionStorage Value="InProjectDir"/>
|
||||||
|
<MainUnit Value="0"/>
|
||||||
|
<Title Value="buildrtl"/>
|
||||||
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<StringTable ProductVersion=""/>
|
||||||
|
</VersionInfo>
|
||||||
|
<BuildModes Count="1">
|
||||||
|
<Item1 Name="default" Default="True"/>
|
||||||
|
</BuildModes>
|
||||||
|
<PublishOptions>
|
||||||
|
<Version Value="2"/>
|
||||||
|
<IgnoreBinaries Value="False"/>
|
||||||
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
||||||
|
</PublishOptions>
|
||||||
|
<RunParams>
|
||||||
|
<local>
|
||||||
|
<FormatVersion Value="1"/>
|
||||||
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
|
</local>
|
||||||
|
</RunParams>
|
||||||
|
<Units Count="1">
|
||||||
|
<Unit0>
|
||||||
|
<Filename Value="buildrtl.pp"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="buildrtl"/>
|
||||||
|
</Unit0>
|
||||||
|
</Units>
|
||||||
|
</ProjectOptions>
|
||||||
|
<CompilerOptions>
|
||||||
|
<Version Value="11"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<SearchPaths>
|
||||||
|
<IncludeFiles Value="..\inc;..\x86_64;..\win;..\win\wininc;..\objpas\classes;..\objpas\sysutils;..\objpas"/>
|
||||||
|
<OtherUnitFiles Value="..\objpas;..\objpas\classes;..\objpas\sysutils;..\inc;..\win;..\x86_64"/>
|
||||||
|
<UnitOutputDirectory Value="..\units\x86_64-win64"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<Style Value="2"/>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
|
<Other>
|
||||||
|
<Verbosity>
|
||||||
|
<ShowNotes Value="False"/>
|
||||||
|
<ShowHints Value="False"/>
|
||||||
|
</Verbosity>
|
||||||
|
<ConfigFile>
|
||||||
|
<DontUseConfigFile Value="True"/>
|
||||||
|
</ConfigFile>
|
||||||
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
|
<ExecuteBefore>
|
||||||
|
<Command Value="cmd.exe /c "if not exist ..\units\x86_64-win64 mkdir ..\units\x86_64-win64""/>
|
||||||
|
<ShowAllMessages Value="True"/>
|
||||||
|
</ExecuteBefore>
|
||||||
|
</Other>
|
||||||
|
</CompilerOptions>
|
||||||
|
</CONFIG>
|
||||||
Loading…
Reference in New Issue
Block a user