Skip to content

Commit

Permalink
Fixed warning building version.rc using mingw-64
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 21, 2020
1 parent 1a6f605 commit 891bd82
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 103 deletions.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -28,7 +28,7 @@ LIBTOOL = @LIBTOOL@
INSTALL = @INSTALL@
AR = @AR@
RANLIB = @RANLIB@
WINDRES = @WINDRES@
RC = @RC@

TARGET = libSDL2.la
OBJECTS = @OBJECTS@
Expand All @@ -55,6 +55,7 @@ RUN_CMD_CC = @echo " CC " $@;
RUN_CMD_CXX = @echo " CXX " $@;
RUN_CMD_LTLINK = @echo " LTLINK" $@;
RUN_CMD_RANLIB = @echo " RANLIB" $@;
RUN_CMD_RC = @echo " RC " $@;
RUN_CMD_GEN = @echo " GEN " $@;
LIBTOOL += --quiet
endif
Expand Down

0 comments on commit 891bd82

Please sign in to comment.