Mercurial > mplayer.hg
comparison Makefile @ 12669:e93facc2c020
mplayer.rc moved to osdep where it belongs, approved by Sascha.
author | diego |
---|---|
date | Fri, 25 Jun 2004 19:21:17 +0000 |
parents | 05d46af5e2bf |
children | a026498e8a4c |
comparison
equal
deleted
inserted
replaced
12668:ce6ab8cb8597 | 12669:e93facc2c020 |
---|---|
202 else | 202 else |
203 VIDIX_LIBS = | 203 VIDIX_LIBS = |
204 endif | 204 endif |
205 | 205 |
206 ifeq ($(TARGET_WIN32),yes) | 206 ifeq ($(TARGET_WIN32),yes) |
207 OBJS_MPLAYER += mplayer-rc.o | 207 OBJS_MPLAYER += osdep/mplayer-rc.o |
208 endif | 208 endif |
209 | 209 |
210 $(PRG): $(MPLAYER_DEP) | 210 $(PRG): $(MPLAYER_DEP) |
211 ifeq ($(TARGET_WIN32),yes) | 211 ifeq ($(TARGET_WIN32),yes) |
212 windres -o mplayer-rc.o mplayer.rc | 212 windres -o osdep/mplayer-rc.o osdep/mplayer.rc |
213 endif | 213 endif |
214 $(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) $(ARCH_LIB) $(I18NLIBS) -lm | 214 $(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) $(ARCH_LIB) $(I18NLIBS) -lm |
215 | 215 |
216 mplayer.exe.spec.c: libmpcodecs/libmpcodecs.a | 216 mplayer.exe.spec.c: libmpcodecs/libmpcodecs.a |
217 winebuild -fPIC -o mplayer.exe.spec.c -exe mplayer.exe -mcui \ | 217 winebuild -fPIC -o mplayer.exe.spec.c -exe mplayer.exe -mcui \ |