DLLDIR for WINE programs

Martin Fuchs martin-fuchs at gmx.net
Fri Oct 8 05:13:52 CDT 2004


Changelog:
add $(DLLDIR) to library path


Index: Makeprog.rules.in
===================================================================
RCS file: /home/wine/wine/programs/Makeprog.rules.in,v
retrieving revision 1.36
diff -u -p -d -r1.36 Makeprog.rules.in
--- Makeprog.rules.in   9 Mar 2004 04:54:08 -0000       1.36
+++ Makeprog.rules.in   8 Oct 2004 10:04:47 -0000
@@ -32,7 +32,7 @@ $(BASEMODULE): $(WINEWRAPPER)
 # Rules for .exe main module

 $(MODULE): $(ALL_OBJS) $(RCOBJS) Makefile.in
-       $(CC) $(APPMODE) $(ALL_OBJS) $(RCOBJS) -o $@ $(DELAYIMPORTS:%=-l%) $(ALL_LIBS)
+       $(CC) $(APPMODE) $(ALL_OBJS) $(RCOBJS) -o $@ $(DELAYIMPORTS:%=-l%) $(ALL_LIBS) -L$(DLLDIR)

 # Rules for testing






More information about the wine-patches mailing list