Merge branch 'omega-hotfix' into omega-dev

This commit is contained in:
Quentin Guidée
2020-10-18 09:59:17 +02:00
53 changed files with 781 additions and 225 deletions

View File

@@ -3,7 +3,7 @@
$(eval $(call rule_for, \
AS, %.o, %.s, \
$$(CC) $$(SFLAGS) -c $$< -o $$@, \
global \
global local \
))
$(eval $(call rule_for, \
@@ -56,7 +56,7 @@ $(eval $(call rule_for, \
$(eval $(call rule_for, \
WINDRES, %.o, %.rc, \
$$(WINDRES) $$< -O coff -o $$@, \
$$(WINDRES) $$(WRFLAGS) $$< -O coff -o $$@, \
global \
))