]> git.sesse.net Git - vlc/blob - modules/gui/win32/Makefile
* ./modules/*: moved plugins to the new tree. Yet untested builds include
[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 = .*#& -DWIN32 -D__PLUGIN__ -D__VLC__ -DMODULE_NAME_IS_win32 -DMODULE_NAME=win32#' > win32.mak
10         $(BCBUILDER)/Bin/make -f win32.mak -b
11
12