# HG changeset patch # User alex # Date 1045673368 0 # Node ID 8b02e80e9c6526c81902cb8befec7eecc1d4998a # Parent 17cf28e5846a0a3c6c8538f1f7e11fbda04e8f1b WIN32_PATH cleanup diff -r 17cf28e5846a -r 8b02e80e9c65 configure --- a/configure Wed Feb 19 16:01:46 2003 +0000 +++ b/configure Wed Feb 19 16:49:28 2003 +0000 @@ -4829,7 +4829,6 @@ # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math OPTFLAGS = $CFLAGS EXTRA_INC = $_inc_extra $_inc_gtk -WIN32_PATH = -DWIN32_PATH=\\"$_win32libdir\\" STRIPBINARIES = $_stripbinaries $_live_libs_def @@ -5144,6 +5143,7 @@ /* Win32 DLL support */ $_def_win32 +#define WIN32_PATH "$_win32libdir" /* DirectShow support */ $_def_dshow diff -r 17cf28e5846a -r 8b02e80e9c65 loader/Makefile --- a/loader/Makefile Wed Feb 19 16:01:46 2003 +0000 +++ b/loader/Makefile Wed Feb 19 16:49:28 2003 +0000 @@ -1,7 +1,7 @@ include ../config.mak # Generated automatically from Makefile.in by configure. -DEFINES=$(WIN32_PATH) -DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf \ +DEFINES=-DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf \ -DTRACE=__vprintf # -DDETAILED_OUT LIB_OBJECTS= ldt_keeper.o pe_image.o module.o \