mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 07:18:34 -04:00
Replace ARMCC to GCCE
This commit is contained in:
parent
c944f1ec67
commit
54fbd6870b
9
.github/workflows/build_symbian.yml
vendored
9
.github/workflows/build_symbian.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Download Symbian SDK
|
- name: Download Symbian SDK
|
||||||
run: Invoke-WebRequest https://nnp.nnchan.ru/dl/symbiansr1_rvct4_workflow.zip -OutFile symbiansdk.zip
|
run: Invoke-WebRequest https://nnp.nnchan.ru/dl/symbiansr1_gcce_workflow.zip -OutFile symbiansdk.zip
|
||||||
- name: Extract Symbian SDK
|
- name: Extract Symbian SDK
|
||||||
run: Expand-Archive symbiansdk.zip -DestinationPath .
|
run: Expand-Archive symbiansdk.zip -DestinationPath .
|
||||||
- name: Compile Symbian build
|
- name: Compile Symbian build
|
||||||
@ -27,11 +27,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
$SDK = "$pwd/SDK/"
|
$SDK = "$pwd/SDK/"
|
||||||
$Env:EPOCROOT = "$SDK".Substring(2)
|
$Env:EPOCROOT = "$SDK".Substring(2)
|
||||||
$Env:RVCT40BIN = "$pwd/ARM/RVCT/Programs/4.0/400/win_32-pentium"
|
$Env:SBS_GCCE441BIN = "$pwd/GCCE/bin"
|
||||||
$Env:RVCT40INC = "$pwd/ARM/RVCT/Data/4.0/400/include/windows"
|
cmd /c "$SDK/epoc32/tools/sbs\bin\sbs.bat -b misc/symbian/bld.inf -c armv5_urel_gcce -f - -m $SDK/epoc32/build/ClassiCube/makefile -j 4"
|
||||||
$Env:RVCT40LIB = "$pwd/ARM/RVCT/Data/4.0/400/lib"
|
|
||||||
$Env:ARMLMD_LICENSE_FILE = "$pwd/ARM/Licenses/license.dat;$pwd/ARM/Licenses/License.lic"
|
|
||||||
cmd /c "$SDK/epoc32/tools/sbs\bin\sbs.bat -b misc/symbian/bld.inf -c armv5_urel -f - -m $SDK/epoc32/build/ClassiCube/makefile -j 4"
|
|
||||||
|
|
||||||
cd misc/symbian
|
cd misc/symbian
|
||||||
(Get-Content ClassiCube.pkg).Replace('$(EPOCROOT)', "$SDK").Replace('$(PLATFORM)', 'armv5').Replace('$(TARGET)', 'urel') | Set-Content ClassiCube.pkg
|
(Get-Content ClassiCube.pkg).Replace('$(EPOCROOT)', "$SDK").Replace('$(PLATFORM)', 'armv5').Replace('$(TARGET)', 'urel') | Set-Content ClassiCube.pkg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user