Skip to content

Commit

Permalink
Lazarus embedded not needed anymore.
Browse files Browse the repository at this point in the history
Script cleanup.
  • Loading branch information
LongDirtyAnimAlf committed Mar 8, 2021
1 parent 05cb143 commit f33931d
Show file tree
Hide file tree
Showing 36 changed files with 32 additions and 934 deletions.
7 changes: 3 additions & 4 deletions fpcup.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
; ... and you can define your own, like below:

[fpcupinfo]
inifileversion=1.1.8.28
inifileversion=1.1.8.30

[ALIASfpcURL]
stable=https://svn.freepascal.org/svn/fpc/tags/release_3_2_0
stable.git=https://github.com/LongDirtyAnimAlf/fpcsource_3_2_0.git
trunk=https://svn.freepascal.org/svn/fpc/trunk
trunk.git=https://github.com/graemeg/freepascal.git
trunk.zip=https://github.com/graemeg/freepascal/archive/master.zip
embedded-mir=https://github.com/michael-ring/freepascal.git
embedded=https://github.com/LongDirtyAnimAlf/freepascal.git
embedded=https://github.com/michael-ring/freepascal.git
3.3.1=https://svn.freepascal.org/svn/fpc/trunk
fixes=https://svn.freepascal.org/svn/fpc/branches/fixes_3_2
fixes3.2=https://svn.freepascal.org/svn/fpc/branches/fixes_3_2
Expand Down Expand Up @@ -72,7 +71,6 @@ stable.git=https://github.com/LongDirtyAnimAlf/lazarussource_2_0_12.git
trunk=https://svn.freepascal.org/svn/lazarus/trunk
trunk.git=https://github.com/graemeg/lazarus.git
trunk.zip=https://github.com/graemeg/lazarus/archive/upstream.zip
embedded=https://github.com/LongDirtyAnimAlf/lazarus.git
2.1.0=https://svn.freepascal.org/svn/lazarus/trunk
fixes=https://svn.freepascal.org/svn/lazarus/branches/fixes_2_0
fixes2.0=https://svn.freepascal.org/svn/lazarus/branches/fixes_2_0
Expand All @@ -99,6 +97,7 @@ fixes1.8=https://svn.freepascal.org/svn/lazarus/branches/fixes_1_8
1.8.0=https://svn.freepascal.org/svn/lazarus/tags/lazarus_1_8_0
1.7.zip=ftp://ftp.freepascal.org/pub/lazarus/snapshots/lazarus-1.7-54568-20170408-src.zip
aroslazarus=https://github.com/alb42/lazarus.git
embedded-old=https://github.com/LongDirtyAnimAlf/lazarus.git
fixes1.6=https://svn.freepascal.org/svn/lazarus/branches/fixes_1_6
1.6.zip=ftp://ftp.freepascal.org/pub/lazarus/snapshots/lazarus-1.6.5-62324-20191204-src.zip
1.6.4=https://svn.freepascal.org/svn/lazarus/tags/lazarus_1_6_4
Expand Down
Binary file modified fpcupdeluxe.res
Binary file not shown.
4 changes: 2 additions & 2 deletions fpcupdeluxemainform.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1910,8 +1910,8 @@ procedure TForm1.QuickBtnClick(Sender: TObject);
s:='Going to install FPC and Lazarus for Wio Terminal.';
aModule:='develtools4fpc,mbf-freertos-wio';
end;
aFPCTarget:='embedded-mir';
aLazarusTarget:='embedded';
aFPCTarget:='embedded';
aLazarusTarget:='trunk';
end;

if Sender=mORMotBtn then
Expand Down
35 changes: 0 additions & 35 deletions scripts/windows/cross_android_arm.bat

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/windows/cross_android_arm_lamw.bat

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/windows/cross_android_arm_library.bat

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/windows/cross_android_armhf.bat

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/windows/cross_android_jvm.bat

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/windows/cross_java_jvm.bat

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/windows/cross_linux_aarch64.bat

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/windows/cross_linux_armhf.bat

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/windows/cross_linux_i386.bat

This file was deleted.

Loading

0 comments on commit f33931d

Please sign in to comment.