Skip to content

Commit

Permalink
Comment out the rule for Tkgl.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 23, 2024
1 parent 5199c32 commit 5791b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win/rules.vc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5791b45

Please sign in to comment.