Skip to content

Commit

Permalink
switch on passing arguments by environment variable for msgencod util…
Browse files Browse the repository at this point in the history
…ity in build make files
  • Loading branch information
jmalak committed Oct 1, 2021
1 parent 5885db6 commit fb82af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bld/f77/wfc/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ xcode$(target_cpu).tmp: ../../a/code$(target_cpu).asm

wfcmsgs.gh wfcmsgs.grh wfcgrps.gh wfcattrs.gh : ../../gml/wfcmsgs.gml
@%make echo_msgencod
$(noecho)msgencod -s -ip -q -rc=MSG_LANG_BASE $(msgencod_enc_$(host_os)) $[@ wfcmsgs.gh wfcmsgs.grh wfcgrps.gh wfcattrs.gh
$(noecho)*msgencod -s -ip -q -rc=MSG_LANG_BASE $(msgencod_enc_$(host_os)) $[@ wfcmsgs.gh wfcmsgs.grh wfcgrps.gh wfcattrs.gh

# optencod options and targets for various hosts
!ifdef exetarg_qnx_res
Expand Down
2 changes: 1 addition & 1 deletion bld/f77/wfl/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ wresui.res : ../../h/wfl.rc wflmsgs.gh wflmsgs.grh

wflmsgs.gh wflmsgs.grh : ../../gml/wflmsgs.gml
@%make echo_msgencod
$(noecho)msgencod -s -ip -q -rc=MSG_LANG_BASE $(msgencod_enc_$(host_os)) $[@ wflmsgs.gh wflmsgs.grh . .
$(noecho)*msgencod -s -ip -q -rc=MSG_LANG_BASE $(msgencod_enc_$(host_os)) $[@ wflmsgs.gh wflmsgs.grh . .


# optencod options and targets for various hosts
Expand Down

0 comments on commit fb82af9

Please sign in to comment.