@@ -262,6 +262,11 @@ ifndef LD
LD=ld
endif
+# Resource compiler
+ifndef RC
+RC=rc
+endif
+
# ppas.bat / ppas.sh
PPAS=ppas$(BATCHEXT)