Skip to content

Commit

Permalink
Merge pull request #405 from jmalak/os2-pm-fix
Browse files Browse the repository at this point in the history
build: correct OS/2 stack size for Presentation Manager applications
  • Loading branch information
davidrg authored Nov 5, 2024
2 parents fa6769e + 2cb3696 commit 96ca446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kermit/k95/ckoker.mak
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ wcos2:
WARP="YES" \
!endif
LINKFLAGS="-l=os2v2 -k512K" \
LINKFLAGS_WIN="-l=os2v2_pm" \
LINKFLAGS_WIN="-l=os2v2_pm -k512K" \
LINKFLAGS_DLL="-l=os2v2_dll" \
DEF="" # ckoker32.def

Expand All @@ -718,7 +718,7 @@ wcos2d:
WARP="YES" \
!endif
LINKFLAGS="-l=os2v2 -k512K" \
LINKFLAGS_WIN="-l=os2v2_pm" \
LINKFLAGS_WIN="-l=os2v2_pm -k512K" \
LINKFLAGS_DLL="-l=os2v2_dll" \
DEF="" # ckoker32.def

Expand Down

0 comments on commit 96ca446

Please sign in to comment.