diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/sdl/win32/win32.mk | 3 | ||||
-rw-r--r-- | backends/platform/wince/wince.mk | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/backends/platform/sdl/win32/win32.mk b/backends/platform/sdl/win32/win32.mk index f878a9d755..887bae6c45 100644 --- a/backends/platform/sdl/win32/win32.mk +++ b/backends/platform/sdl/win32/win32.mk @@ -2,8 +2,7 @@ # Windows specific # -scummvmwinres.o: $(srcdir)/icons/scummvm.ico $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_ENGINEDATA) $(srcdir)/dists/scummvm.rc - $(QUIET_WINDRES)$(WINDRES) -DHAVE_CONFIG_H $(WINDRESFLAGS) $(DEFINES) -I. -I$(srcdir) $(srcdir)/dists/scummvm.rc scummvmwinres.o +dists/scummvm.o: $(srcdir)/icons/scummvm.ico $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_ENGINEDATA) config.h $(srcdir)/base/internal_version.h # Special target to create a win32 snapshot binary (for Inno Setup) win32dist: all diff --git a/backends/platform/wince/wince.mk b/backends/platform/wince/wince.mk index c5f3274747..64768dcc8a 100644 --- a/backends/platform/wince/wince.mk +++ b/backends/platform/wince/wince.mk @@ -2,10 +2,6 @@ ifdef WRAP_MALLOC LDFLAGS += -Wl,--wrap,malloc -Wl,--wrap,free endif -backends/platform/wince/PocketSCUMM.o: $(srcdir)/backends/platform/wince/PocketSCUMM.rc - $(QUIET)$(MKDIR) $(*D) - $(WINDRES) $(WINDRESFLAGS) -I$(srcdir)/backends/platform/wince $< $@ - ifdef DYNAMIC_MODULES plugins: backends/platform/wince/stub.o backends/platform/wince/PocketSCUMM.o $(CXX) backends/platform/wince/stub.o backends/platform/wince/PocketSCUMM.o -L. -lscummvm -o scummvm.exe |