Mercurial > mplayer.hg
comparison loader/Makefile @ 235:6f96d4143806
verbose output changed
author | arpi_esp |
---|---|
date | Wed, 28 Mar 2001 21:43:21 +0000 |
parents | 3b5f5d1c5041 |
children | d8c1b0b38edc |
comparison
equal
deleted
inserted
replaced
234:fae0ed5ac7d2 | 235:6f96d4143806 |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 # Generated automatically from Makefile.in by configure. | 3 # Generated automatically from Makefile.in by configure. |
4 DEFINES=-rdynamic -fPIC $(WIN32_PATH) $(CDOPT) -D__WINE__ -Ddbg_printf=__vprintf \ | 4 DEFINES=-rdynamic -fPIC $(WIN32_PATH) $(CDOPT) -D__WINE__ -Ddbg_printf=__vprintf \ |
5 -DTRACE=__vprintf | 5 -DTRACE=__vprintf # -DDETAILED_OUT |
6 # -DDETAILED_OUT | |
7 | 6 |
8 LIB_OBJECTS= pe_image.o module.o \ | 7 LIB_OBJECTS= setup_FS.o pe_image.o module.o \ |
9 ext.o win32.o driver.o pe_resource.o \ | 8 ext.o win32.o driver.o pe_resource.o \ |
10 resource.o registry.o elfdll.o afl.o vfl.o | 9 resource.o registry.o elfdll.o afl.o vfl.o |
11 | 10 |
12 CFLAGS=-g -I. | 11 CFLAGS=-g -I. |
13 | 12 |