]> git.sesse.net Git - vlc/blob - modules/gui/win32/Makefile
* ALL: added *.am files here and there for future automake support.
[vlc] / modules / gui / win32 / Makefile
1 #
2 # Borland C++ project
3 # we override everything by setting win32_CUSTOM
4 #
5 win32_CUSTOM = yes
6
7 win32.so: Makefile
8         rm -f win32.mak
9         $(BCBUILDER)/Bin/bpr2mak win32.bpr -s | sed 's#^LIBPATH = .*#&;$$(RELEASELIBPATH)# ; s#^USERDEFINES = .*#& -DMODULE_NAME=win32 -DMODULE_PATH=modules_gui_win32_win32#' > win32.mak
10         $(BCBUILDER)/Bin/make -f win32.mak -b
11
12