Skip to content

Commit f5da3b2

Browse files
committed
Add msvc4.1
1 parent 9f552b5 commit f5da3b2

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

platforms/win32/msvc4.1/Dockerfile

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/win32/msvc4.1
7+
8+
RUN wget -O msvc4.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/msvc4.1.tar.gz"
9+
RUN tar xvzf msvc4.1.tar.gz -C /compilers/win32/msvc4.1
10+
11+
RUN chown -R root:root /compilers/win32/msvc4.1/
12+
RUN chmod +x /compilers/win32/msvc4.1/*
13+
14+
15+
FROM scratch as release
16+
17+
COPY --from=base /compilers /compilers

values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,10 @@ compilers:
922922
file: https://github.com/itsmattkc/MSVC400/archive/821e942fd95bd16d01649401de7943ef87ae9f54.zip
923923
bin_dir: MSVC400-*/BIN
924924
include_dir: MSVC400-*/INCLUDE
925+
- id: msvc4.1
926+
platform: win32
927+
template: common/default
928+
file: https://github.com/decompme/compilers/releases/download/compilers/msvc4.1.tar.gz
925929
- id: msvc4.2
926930
platform: win32
927931
template: win32/msvc

0 commit comments

Comments
 (0)