Skip to content

Commit

Permalink
Windows: ST: Support ASM for windows/cygwin64.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Dec 4, 2021
1 parent 8576fa7 commit b479b42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions trunk/3rdparty/st-srs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ OTHER_FLAGS = -Wall
DEFINES += -DMD_HAVE_SELECT
endif

ifeq ($(OS), CYGWIN64)
EXTRA_OBJS = $(TARGETDIR)/md_cygwin64.o
SFLAGS = -fPIC
DSO_SUFFIX = dll
LDFLAGS = -shared -soname=$(SONAME) -lc
OTHER_FLAGS = -Wall
DEFINES += -DMD_HAVE_SELECT
endif

#
# End of platform section.
##########################
Expand Down

0 comments on commit b479b42

Please sign in to comment.