Commit ad626cd2 authored by Sam Hocevar's avatar Sam Hocevar

* ./modules/gui/win32/win32.bpr: use the .dll extension instead of .so.

parent 537cf3aa
......@@ -8,7 +8,7 @@ EXTRA_DIST += $(BORLAND_win32)
# We have private rules! We do whatever we want! Don't mess with us!
SOURCES_win32 = PRIVATE
modules/gui/win32/libwin32_plugin$(LIBEXT): $(BORLAND_win32)
modules/gui/win32/libwin32_plugin.dll: $(BORLAND_win32)
cd modules/gui/win32/ && \
rm -f win32.mak && \
$(BCBUILDER)/Bin/bpr2mak win32.bpr -s | sed -e 's@^LIBPATH = .*@&;$$(RELEASELIBPATH)@' -e 's@^USERDEFINES = .*@& -DMODULE_NAME=win32@' > win32.mak && \
......
......@@ -3,7 +3,7 @@
<PROJECT>
<MACROS>
<VERSION value="BCB.05.03"/>
<PROJECT value="libwin32_plugin.so"/>
<PROJECT value="libwin32_plugin.dll"/>
<OBJFILES value="win32.obj mainframe.obj network.obj playlist.obj preferences.obj about.obj
disc.obj control.obj menu.obj messages.obj misc.obj"/>
<RESFILES value=""/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment