]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/Modules.am
Convert the new libvlc API (so, the one that is in src/control) not to use the old...
[vlc] / modules / gui / wince / Modules.am
index 98848f1b6d1d25e378af94fafa018b6b5713624b..de2cdf3618d13eae7e6043efcb5225135fa6fb5f 100644 (file)
@@ -1,7 +1,12 @@
+SUFFIXES += .rc
+.rc.o:
+       $(WINDRES) -DUNDER_CE -D__MINGW32__ -I. -I$(srcdir) -i $< -o $@
+
 SOURCES_wince = \
        wince.cpp \
        wince.h \
        interface.cpp \
+       dialogs.cpp \
        menus.cpp \
        open.cpp \
        playlist.cpp \
@@ -14,7 +19,7 @@ SOURCES_wince = \
        subtitles.cpp \
        timer.cpp \
        video.cpp \
-       wince.rc \
+       wince_rc.rc \
        $(NULL)
 
 EXTRA_DIST += \