summarylogtreecommitdiffstats
path: root/windres.patch
diff options
context:
space:
mode:
Diffstat (limited to 'windres.patch')
-rw-r--r--windres.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/windres.patch b/windres.patch
deleted file mode 100644
index 0e040f031001..000000000000
--- a/windres.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/ffbuild/common.mak b/ffbuild/common.mak
-index e070b6b5e2..ab536e157d 100644
---- a/ffbuild/common.mak
-+++ b/ffbuild/common.mak
-@@ -90,7 +90,7 @@ COMPILE_MSA = $(call COMPILE,CC,MSAFLAGS)
- -$(if $(ASMSTRIPFLAGS), $(STRIP) $(ASMSTRIPFLAGS) $@)
-
- %.o: %.rc
-- $(WINDRES) $(IFLAGS) --preprocessor "$(DEPWINDRES) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $<
-+ $(WINDRES) $(IFLAGS) -o $@ $<
-
- %.i: %.c
- $(CC) $(CCFLAGS) $(CC_E) $<