Skip to content

Commit

Permalink
wv: correct resources character encoding to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jun 7, 2024
1 parent c3985d2 commit 51765bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bld/wv/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -415,15 +415,15 @@ $(proj_name).res : ../../res/wv.rc $(rcfiles) $(ntmanif_deps) $(ntverrc_exe_deps

wdeng.gh : ../../res/wdeng.str $(__MAKEFILES__)
@%make echo_cpp
$(cpp) $(ppflags_common) $(rc_cppflags) -I"$(dig_dir)/h" -I"$(watcom_dir)/h" -o$@ $[@
$(cppu8) $(ppflags_common) $(rc_cppflags) -I"$(dig_dir)/h" -I"$(watcom_dir)/h" -o$@ $[@

wddui.gh : ../../res/wddui.str $(__MAKEFILES__)
@%make echo_cpp
$(cpp) $(ppflags_common) $(rc_cppflags) -I"$(dig_dir)/h" -I"$(watcom_dir)/h" -o$@ $[@
$(cppu8) $(ppflags_common) $(rc_cppflags) -I"$(dig_dir)/h" -I"$(watcom_dir)/h" -o$@ $[@

wdmenu.gh : ../../res/wdmenu.str $(__MAKEFILES__)
@%make echo_cpp
$(cpp) $(ppflags_common) $(rc_cppflags) $(rc_inc_path) -o$@ $[@
$(cppu8) $(ppflags_common) $(rc_cppflags) $(rc_inc_path) -o$@ $[@

litmenu.gh : wdmenu.gh $(__MAKEFILES__)
@%create $@
Expand Down

0 comments on commit 51765bd

Please sign in to comment.