• Sam Hocevar's avatar
    * ./modules/*: moved plugins to the new tree. Yet untested builds include · 19ea8feb
    Sam Hocevar authored
        waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
      * ALL: removed mention of AC3 in favour of A52.
      * ./configure.in, ./Makefile*: modules can now be built deeper than 1
        directory. As a consequence, the build is even slower (but I'm fixing
        this) and make clean doesn't work anymore.
    19ea8feb
Makefile 371 Bytes
#
# Borland C++ project
# we override everything by setting win32_CUSTOM
#
win32_CUSTOM = yes

../win32.so: Makefile
	rm -f win32.mak
	$(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
	$(BCBUILDER)/Bin/make -f win32.mak -b