Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Dec 31, 2021
1 parent a84def9 commit 913d7b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 174 deletions.
4 changes: 2 additions & 2 deletions bld/as/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ wresui.res : $(as_dir)/h/as.rc msg.grh usage.gh $(__MAKEFILES__)

msg.grh : $(as_dir)/h/as.msg $(__MAKEFILES__)
@%make echo_cpp
$(cpp) $(rc_ui_flags) $(cppflags) -D_STANDALONE_ -omsg.tmp $[@
$(cpp) -zku8 $(rc_cppflags) $(cppflags) -D_STANDALONE_ -omsg.tmp $[@
@%make echo_awk
$(awk) -v base=MSG_AS_BASE -f $(build_dir)/makemsg.awk -v OUTFILE=$^. msg.tmp

asi_msg.grh : $(as_dir)/h/as.msg $(__MAKEFILES__)
@%make echo_cpp
$(cpp) $(rc_ui_flags) $(cppflags) -oasi_msg.tmp $[@
$(cpp) -zku8 $(rc_cppflags) $(cppflags) -oasi_msg.tmp $[@
@%make echo_awk
$(awk) -v base=MSG_AS_BASE -f $(build_dir)/makemsg.awk -v OUTFILE=$^. asi_msg.tmp

Expand Down
4 changes: 2 additions & 2 deletions bld/uninstal/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exetarg_nt_manif_x64 = ntmanif.res

$(proj_name).res : ../uninstal.rc $(__MAKEFILES__) .AUTODEPEND
@%make echo_rc
$(rc) $(rc_flags) -ad -zk0 $(inc_path) $[@ -fo=$@
$(rc) $(rc_flags) -ad -zku8 $(inc_path) $[@ -fo=$@

ntmanif.res : ../ntmanif.rc
@%make echo_rc
Expand All @@ -54,4 +54,4 @@ rcstr.grh : rcstrmsg.gh $(__MAKEFILES__)

rcstrmsg.gh : $(uninstal_dir)/uninstal.msg $(__MAKEFILES__)
@%make echo_cpp
$(cpp) $(rc_ui_flags) $(inc_path) -o$@ $[@
$(cpp) -zku8 $(rc_cppflags) $(inc_path) -o$@ $[@
2 changes: 2 additions & 0 deletions bld/uninstal/uninstal.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* UTF-8 encoding, ¥ */

pick( UNINS_TITLE,
"Open Watcom",
"Open Watcom" )
Expand Down
170 changes: 0 additions & 170 deletions bld/wsample/h/usage.msg

This file was deleted.

0 comments on commit 913d7b3

Please sign in to comment.