Browse Source

Change LIBSUFFIX from .lib to .a on windows.

tags/v0.2.7
Zhang Xianyi 12 years ago
parent
commit
f2fb8c7035
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -152,7 +152,7 @@ EXTRALIB += -defaultlib:advapi32

SUFFIX = obj
PSUFFIX = pobj
LIBSUFFIX = lib
LIBSUFFIX = a
ifeq ($(C_COMPILER), GCC)
#Test for supporting MS_ABI
GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4)


Loading…
Cancel
Save