You've already forked lazarus-ccr
instantfpc: fixed examples
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env instantfpc -Mobjfpc -Sh
|
||||
|
||||
#!/usr/bin/env instantfpc
|
||||
{$mode objfpc}{$H+}
|
||||
uses
|
||||
SysUtils;
|
||||
var
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env instantfpc
|
||||
{$mode objfpc}{$H+}
|
||||
uses
|
||||
SysUtils;
|
||||
begin
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env instantfpc
|
||||
begin
|
||||
writeln('Hello world 2');
|
||||
writeln('Hello world 2');
|
||||
end.
|
||||
|
@ -32,7 +32,7 @@
|
||||
<LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||
</local>
|
||||
</RunParams>
|
||||
<Units Count="2">
|
||||
<Units Count="3">
|
||||
<Unit0>
|
||||
<Filename Value="instantfpc.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -43,6 +43,11 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="InstantFPTools"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="examples/getworkingdirectory.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="getworkingdirectory"/>
|
||||
</Unit2>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
Reference in New Issue
Block a user