Skip to content

Commit df79209

Browse files
authored
Add common/wibo_dlls (#48)
1 parent f083558 commit df79209

File tree

2 files changed

+37
-14
lines changed

2 files changed

+37
-14
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# NOTE: This file is generated automatically via template.py. Do not edit manually!
2+
3+
4+
FROM alpine:3.18 as base
5+
6+
RUN mkdir -p /compilers/common/wibo_dlls
7+
8+
RUN wget -O msvcrt_20251015.zip "https://files.decomp.dev/msvcrt_20251015.zip"
9+
RUN unzip msvcrt_20251015.zip -d /compilers/common/wibo_dlls
10+
11+
RUN chown -R root:root /compilers/common/wibo_dlls/
12+
RUN chmod +x /compilers/common/wibo_dlls/*
13+
14+
15+
FROM scratch as release
16+
17+
COPY --from=base /compilers /compilers

values.yaml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ vars:
44
- &3ds_armcc https://github.com/decompme/compilers/releases/download/compilers/armcc.zip
55

66
compilers:
7-
# N64
7+
# Common
8+
- id: wibo_dlls
9+
platform: common
10+
template: common/default
11+
file: https://files.decomp.dev/msvcrt_20251015.zip
12+
13+
# N64
814
- id: gcc2.7.2kmc
915
platform: n64
1016
template: common/default
@@ -136,7 +142,7 @@ compilers:
136142
template: common/default
137143
file: https://github.com/devwizard64/gcc4.4.0-mips64-elf/releases/download/latest/gcc4.4.0-mips64-elf.tar.gz
138144

139-
# PS1
145+
# PS1
140146
- id: psyq_263_221
141147
platform: ps1
142148
template: common/default
@@ -285,7 +291,7 @@ compilers:
285291
file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.95.2-psx.tar.gz
286292
maspsx_hash: *maspsx_hash
287293

288-
# PS2
294+
# PS2
289295
- id: iop-gcc2.8.1
290296
platform: ps2
291297
template: common/default
@@ -448,7 +454,7 @@ compilers:
448454
template: common/default
449455
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b210-060308.tar.gz
450456

451-
# PSP
457+
# PSP
452458
- id: mwccpsp_3.0.1_121
453459
platform: psp
454460
template: common/default
@@ -509,7 +515,7 @@ compilers:
509515
template: common/default
510516
file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz
511517

512-
# MAXOSX
518+
# MAXOSX
513519
- id: gcc-5370
514520
platform: macosx
515521
template: common/default
@@ -535,7 +541,7 @@ compilers:
535541
- https://github.com/ChrisNonyminus/powerpc-darwin-cross/releases/download/initial/gcc3-1041.tar.gz
536542
- https://gist.githubusercontent.com/ChrisNonyminus/ec53837b151a65e4233fa53604de4549/raw/d7c6fc639310b938fa519e68a8f8d4909acba2ad/convert_gas_syntax.py
537543

538-
# GBA
544+
# GBA
539545
- id: agbcc
540546
platform: gba
541547
template: common/default
@@ -545,14 +551,14 @@ compilers:
545551
template: common/default
546552
file: https://github.com/notyourav/agbcc/releases/download/cp/agbcc.tar.gz
547553

548-
# SATURN
554+
# SATURN
549555
- id: cygnus-2.7-96Q3
550556
platform: saturn
551557
template: common/zip
552558
package_dir: saturn-compilers-*/cygnus-2.7-96Q3-bin
553559
file: https://github.com/sozud/saturn-compilers/archive/af27f4aa6566c1b0fa5332b488e63d6ffd28bd48.zip
554560

555-
# SWITCH
561+
# SWITCH
556562
- id: clang-3.9.1
557563
arch: linux
558564
platform: switch
@@ -590,7 +596,7 @@ compilers:
590596
file: https://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-apple-darwin.tar.xz
591597
clang_binary: clang-8
592598

593-
# NDS
599+
# NDS
594600
- id: mwcc_20_72
595601
platform: nds_arm9
596602
file: *nds_mwcc
@@ -709,7 +715,7 @@ compilers:
709715
template: nds/mwccarm
710716
package_dir: mwccarm/dsi/1.6sp1
711717

712-
# 3DS
718+
# 3DS
713719
- id: armcc_40_771
714720
platform: n3ds
715721
template: common/zip
@@ -768,7 +774,7 @@ compilers:
768774
file: *3ds_armcc
769775
package_dir: 5.04/b82
770776

771-
# WII & GCC
777+
# WII & GCC
772778
- id: mwcc_233_144
773779
platform: gc_wii
774780
template: gc_wii/mwcceppc
@@ -940,7 +946,7 @@ compilers:
940946
template: common/default
941947
file: https://github.com/decompme/compilers/releases/download/compilers/prodg_393.tar.gz?2025-02-13
942948

943-
# DOS
949+
# DOS
944950
- id: wcc10.5
945951
platform: msdos
946952
template: common/default
@@ -966,7 +972,7 @@ compilers:
966972
template: common/default
967973
file: https://github.com/decompme/compilers/releases/download/compilers/bcc3.1.tar.gz
968974

969-
# WIN32
975+
# WIN32
970976
- id: msvc6.0
971977
platform: win32
972978
template: common/default
@@ -1047,7 +1053,7 @@ compilers:
10471053
- msvc8.0-*/include
10481054
- msvc8.0-*/PlatformSDK/Include
10491055

1050-
# DREAMCAST
1056+
# DREAMCAST
10511057
- id: shc-v5.0r10
10521058
platform: dreamcast
10531059
template: common/default

0 commit comments

Comments
 (0)