X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-win32;h=e858eaa2eae8daecf3c6e2a6687dc5ba0b9b6b69;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=714d63fb58e02c9d07c349d6ae701ddf3073d893;hpb=3a340441c36832861f53fc16478607ea8ab5cb2e;p=sbcl.git diff --git a/src/runtime/Config.x86-win32 b/src/runtime/Config.x86-win32 index 714d63f..e858eaa 100644 --- a/src/runtime/Config.x86-win32 +++ b/src/runtime/Config.x86-win32 @@ -28,7 +28,7 @@ OS_SRC = win32-os.c x86-win32-os.c os-common.c pthreads_win32.c # (You *are* encouraged to design and implement a coherent stable # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is # working on one and it would be a nice thing to have.) -OS_LINK_FLAGS = -Wl,--export-dynamic +LINKFLAGS = -Wl,-export-all-symbols -Wl,mswin.def OS_LIBS = -l ws2_32 ifdef LISP_FEATURE_SB_CORE_COMPRESSION OS_LIBS += -lz @@ -36,7 +36,9 @@ endif GC_SRC = gencgc.c -CFLAGS = -g -Wall -O3 -fno-omit-frame-pointer -march=i686 -DWINVER=0x0501 +CFLAGS = -g -Wall -O3 \ + -fno-omit-frame-pointer -march=i686 -DWINVER=0x0501 \ + -D__W32API_USE_DLLIMPORT__ ASFLAGS = $(CFLAGS) CPP = cpp