Skip to content

Commit

Permalink
Improved Windows resource file dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Jan 24, 2025
1 parent cb6be03 commit bc04dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bochs/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,11 @@ libbochs.a:
$(RANLIB) libbochs.a

# for wxWidgets port, on win32 platform
wxbochs_resources.o: wxbochs.rc win32res.rc bxversion.rc
wxbochs_resources.o: wxbochs.rc win32res.rc bxversion.rc win32_enh_dbg.rc win32usbres.rc
`wx-config --rescomp` $(srcdir)/wxbochs.rc -o $@

# for win32 gui
win32res.o: win32res.rc bxversion.rc
win32res.o: win32res.rc bxversion.rc win32_enh_dbg.rc win32usbres.rc
$(RC_CMD)$@ $(srcdir)/win32res.rc

#####################################################################
Expand Down

0 comments on commit bc04dc7

Please sign in to comment.