diff --git a/win/rules.vc b/win/rules.vc index ce730e8..9130486 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1765,8 +1765,8 @@ default-shell: default-setup $(PROJECT) # Note: don't use $** in below rule because there may be other dependencies # and only the "main" rc must be passed to the resource compiler -$(TMP_DIR)\$(PROJECT).res: $(RCDIR)\$(PROJECT).rc - $(RESCMD) $(RCDIR)\$(PROJECT).rc +### BREAKS CI ##$(TMP_DIR)\$(PROJECT).res: $(RCDIR)\$(PROJECT).rc +### ## $(RESCMD) $(RCDIR)\$(PROJECT).rc !else