Skip to content

Commit

Permalink
gui: correct handling of closebmp.bmp resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed May 28, 2024
1 parent c9a8ffb commit c7736b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bld/browser/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ ntmanif_path = ../res

rc_inc_dirs = -I"../res/bmp" -I"../res/dlg" -I"../res/cur" -I"../res" -I"../h" -I"../res/ico" $(cli_wclass_rc_inc_dirs)

!ifdef sys_windowed
extra_rc_flags = -DRESX_GUI
!endif

extra_rc_flags_nt = $(ntmanif_def) $(ntverrc_def) $(ntmanif_inc_dirs) $(ntverrc_inc_dirs)
extra_rc_flags_os2 = -I"../res/ico_pm"

Expand Down

0 comments on commit c7736b7

Please sign in to comment.