comparison Makefile @ 18021:976fff94d59c

Remove mpdvdkit1 cruft from the build system.
author diego
date Sun, 02 Apr 2006 13:31:03 +0000
parents cddd588f8d8a
children cb43704389ff
comparison
equal deleted inserted replaced
18020:cddd588f8d8a 18021:976fff94d59c
191 PARTS += libfame 191 PARTS += libfame
192 endif 192 endif
193 ifeq ($(DVDKIT2),yes) 193 ifeq ($(DVDKIT2),yes)
194 PARTS += libmpdvdkit2 194 PARTS += libmpdvdkit2
195 else 195 else
196 ifeq ($(DVDKIT),yes)
197 PARTS += libmpdvdkit
198 endif
199 endif 196 endif
200 ifeq ($(GUI),yes) 197 ifeq ($(GUI),yes)
201 PARTS += Gui 198 PARTS += Gui
202 endif 199 endif
203 ifneq ($(W32_LIB),) 200 ifneq ($(W32_LIB),)