Changeset 14931
- Timestamp:
- Aug 5, 2011, 5:14:49 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/win32/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/win32/Makefile
r14930 r14931 96 96 OSLIBS = -lpsapi -lws2_32 97 97 98 IMAGE_BASE =--image-base=0x1000099 100 98 ../../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 \ 102 101 $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS) 103 102
Note:
See TracChangeset
for help on using the changeset viewer.
