Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic/build 230 #81

Merged
merged 47 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4ca8dd3
2024
adamyg Jan 21, 2024
d48eb9d
2024
adamyg Jan 21, 2024
a9f53bd
2024
adamyg Jan 27, 2024
91e9510
merge 4.8.31
adamyg Feb 15, 2024
7bbfc1d
WINVER
adamyg Feb 15, 2024
bf65198
WINVER MSVC
adamyg Feb 15, 2024
d8d97d4
kbtest
adamyg Feb 26, 2024
da4910e
2024
adamyg Feb 26, 2024
82853c0
kbtest
adamyg Feb 28, 2024
bdf63eb
mcdiff
adamyg Mar 3, 2024
f5ad844
update
adamyg Mar 3, 2024
7a8f42e
removed unimplemented definitions
adamyg Mar 3, 2024
1cad10f
mcdiff
adamyg Mar 3, 2024
f0898b7
child extensions
adamyg Mar 3, 2024
bd743e5
merge 4.8.31
adamyg Mar 3, 2024
9ed21bc
AltGr
adamyg Mar 3, 2024
80353bd
drive expansion, direct exec of shell ops
adamyg Mar 3, 2024
47b8c2f
support
adamyg Mar 3, 2024
32948a1
MSVC 19.38
adamyg Mar 3, 2024
90e69a4
mingw-w64-gettext
adamyg Mar 3, 2024
5892cb7
mcdiff, derive path
adamyg Mar 3, 2024
7784999
mingw-w64-x86_64-gettext
adamyg Mar 3, 2024
2d7ce0d
vcpkg test
adamyg Mar 3, 2024
0d0490e
mingw-w64-i686-gettext-tools
adamyg Mar 3, 2024
ff73694
windows, msys64/msgfmt
adamyg Mar 3, 2024
7402471
msgfmt/vs2022
adamyg Mar 3, 2024
66e2b10
actions upgrade
adamyg Mar 3, 2024
2c52a0b
packaging
adamyg Mar 4, 2024
9993fde
diff
adamyg Mar 10, 2024
9c2284b
diff
adamyg Mar 10, 2024
68f1755
diff
adamyg Mar 10, 2024
df604ba
prototype
adamyg Mar 10, 2024
e00717e
build
adamyg Mar 10, 2024
8e5d4ea
mcdiff
adamyg Mar 12, 2024
76d61d4
popen diagnostics
adamyg Mar 14, 2024
9e5d5c9
popen cmd quoting
adamyg Mar 14, 2024
e58c918
popen diagnostics
adamyg Mar 14, 2024
7848f3f
popen diagnostics
adamyg Mar 14, 2024
5e7697a
2024
adamyg Mar 14, 2024
27af556
MBedTLS 3.5.2
adamyg Mar 29, 2024
e5b2b3b
MBedTLS 3.5.2
adamyg Mar 29, 2024
6ea0119
MBedTLS 3.5.2
adamyg Mar 29, 2024
0052a4e
MBedTLS 3.5.2
adamyg Mar 29, 2024
09e0eb3
cd/drive expansion
adamyg Mar 30, 2024
bcaaa9e
build-230, readme's
adamyg Mar 30, 2024
0b74603
busybox64
adamyg Mar 31, 2024
b5f480f
4.8.31
adamyg Mar 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
msgfmt/vs2022
  • Loading branch information
adamyg committed Mar 3, 2024
commit 7402471d286ea96f6a296f17cf8f7bfb7d016213
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
@if "${{ matrix.config.toolchain }}"=="mingw64" set PATH=c:\msys64\mingw64\bin;%PATH%
@if "${{ matrix.config.toolchain }}"=="owc20" call .\mcwin32\support\owc20setenv.bat C:\Watcom
@if "${{ matrix.config.toolchain }}"=="owc20" set PATH=%PATH%;c:\msys64\mingw64\bin
@if "${{ matrix.config.toolchain }}"=="vs2022" set PATH=%PATH%;c:\msys64\mingw64\bin
@if "${{ matrix.config.toolchain }}"=="vc2022" set PATH=%PATH%;c:\msys64\mingw64\bin
@set PERL=c:/Strawberry/perl/bin/perl
cd mcwin32
.\support\gmake-42 release build
Expand Down
3 changes: 2 additions & 1 deletion mcwin32/releases/mc-inno-setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;
; Midnight Commander - Inno Setup
;
; Adam Young, 2012 - 2023
; Adam Young, 2012 - 2024
; This file is part of the Midnight Commander.
;
; The Midnight Commander is free software: you can redistribute it
Expand Down Expand Up @@ -100,6 +100,7 @@ Source: "..\{#BinDir}\mc.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\mc.exe"; DestDir: "{app}"; DestName: "mcedit.exe"; Flags: ignoreversion
;;Source: "..\{#BinDir}\mc.map"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\mcupdater.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\mcdiff.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\busybox.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\file.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\enca.exe"; DestDir: "{app}"; Flags: ignoreversion
Expand Down
Loading