cygwin.mk 195 B

1234567
  1. # Variables that are common to all Linux-based targets.
  2. TARGET_EXE_EXT := .exe
  3. TARGET_LIB_EXT := .dll
  4. TARGET_LDFLAGS_DYNAMICLIB = -shared -Wl,-soname,$(1)
  5. TARGET_CFLAGS_DYNAMICLIB = -fPIC