comparison loader/Makefile @ 8269:8b905703a450

- qtx (quicktime's macos emulation layer) debugging/emulation environment :) - some fixes in loadlibrary, to allow multiple loads/lookups
author arpi
date Sun, 24 Nov 2002 21:45:23 +0000
parents 136332c7da42
children 8b02e80e9c65
comparison
equal deleted inserted replaced
8268:a85040e4b1a0 8269:8b905703a450
4 DEFINES=$(WIN32_PATH) -DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf \ 4 DEFINES=$(WIN32_PATH) -DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf \
5 -DTRACE=__vprintf # -DDETAILED_OUT 5 -DTRACE=__vprintf # -DDETAILED_OUT
6 6
7 LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \ 7 LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \
8 ext.o win32.o driver.o pe_resource.o \ 8 ext.o win32.o driver.o pe_resource.o \
9 resource.o registry.o elfdll.o afl.o vfl.o 9 resource.o registry.o elfdll.o afl.o vfl.o wrapper.o
10 10
11 # gcc-3.0 produces buggy code for acmStreamOpen() with 11 # gcc-3.0 produces buggy code for acmStreamOpen() with
12 # "-O3 -fomit-frame-pointer" or "-O2 -fomit-frame-pointer 12 # "-O3 -fomit-frame-pointer" or "-O2 -fomit-frame-pointer
13 # -finline-functions -frename-registers" (code is OK with sole -O2), 13 # -finline-functions -frename-registers" (code is OK with sole -O2),
14 # the bad code accesses parameters via %ebp without setting up a 14 # the bad code accesses parameters via %ebp without setting up a