Changeset 14931


Ignore:
Timestamp:
Aug 5, 2011, 5:14:49 PM (13 years ago)
Author:
R. Matthew Emerson
Message:

In the win32 makefile, ensure that the linker sees the right flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/win32/Makefile

    r14930 r14931  
    9696OSLIBS = -lpsapi -lws2_32
    9797
    98 IMAGE_BASE =--image-base=0x10000
    99 
    10098../../wx86cl.exe: $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) Makefile
    101         $(CC) -m32 -o ../../wx86cl.exe  $(IMAGE_BASE) --enable-auto-import \
     99        $(CC) -m32 -o ../../wx86cl.exe  -Wl,--image-base=0x10000 \
     100        -Wl,--enable-auto-import \
    102101        $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS)
    103102
Note: See TracChangeset for help on using the changeset viewer.