[project @ 1999-10-07 13:31:49 by sof]
[ghc-hetmet.git] / mk / suffix.mk
index 6e212ff..dd17b4d 100644 (file)
@@ -250,3 +250,13 @@ SRC_HC_PRE_OPTS  += $(HC_PRE__)
        @$(RM) $@
        $(UNLIT) $(UNLIT_OPTS) $< $@
        @chmod 444 $@
+
+#-----------------------------------------------------------------------------
+# Win32 resource files
+#
+# The default is to use the GNU resource compiler.
+#
+
+%.o : %.rc
+       @$(RM) $@
+       windres $< $@