]> git.sesse.net Git - vlc/blob - modules/gui/win32/Modules.am
* bootstrap:
[vlc] / modules / gui / win32 / Modules.am
1 #
2 # Borland C++ project
3 # This module is only available as a plugin. Don't try to fiddle with it!
4 #
5
6 EXTRA_DIST += $(BORLAND_win32)
7
8 # We have private rules! We do whatever we want! Don't mess with us!
9 SOURCES_win32 = PRIVATE
10
11 libwin32_plugin.dll: $(BORLAND_win32)
12         cd && \
13         rm -f win32.mak && \
14         $(BPR2MAK) win32.bpr -s | \
15                 sed -e 's@^LIBPATH = .*@&;$$(RELEASELIBPATH)@' \
16                     -e 's@^USERDEFINES = .*@& -DMODULE_NAME=win32@' \
17                 > win32.mak && \
18         $(BCMAKE) -f win32.mak -b
19
20 BORLAND_win32 = \
21         win32.bpr \
22         win32.bpf \
23         \
24         about.cpp \
25         disc.cpp \
26         dragdrop.cpp \
27         mainframe.cpp \
28         menu.cpp \
29         messages.cpp \
30         network.cpp \
31         playlist.cpp \
32         preferences.cpp \
33         win32.cpp \
34         misc.cpp \
35         sout.cpp \
36         subtitles.cpp \
37         \
38         about.dfm \
39         disc.dfm \
40         mainframe.dfm \
41         messages.dfm \
42         network.dfm \
43         playlist.dfm \
44         preferences.dfm \
45         sout.dfm \
46         subtitles.dfm \
47         \
48         about.h \
49         disc.h \
50         dragdrop.h \
51         mainframe.h \
52         menu.h \
53         messages.h \
54         network.h \
55         playlist.h \
56         preferences.h \
57         win32_common.h \
58         misc.h \
59         sout.h \
60         subtitles.h \
61         $(NULL)
62