commit | 6a9fe36de2925de1b37af06054689b5c5501180e | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Mar 19 22:09:16 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 19 22:09:16 2003 +0000 |
tree | 1ebac4b85242257ffa77ae8d01c4bc7b28219eef | |
parent | ea8d2e214147828892d626cb55d3ba957ba20936 [diff] [blame] |
Created a separate static portability library and moved some of the libwine routines in there.
diff --git a/Make.rules.in b/Make.rules.in index 9e6488d..10e0f37 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -70,6 +70,7 @@ WRCFLAGS = -J -m $(EXTRAWRCFLAGS) LDPATH = @LDPATH@ DLLDIR = $(TOPOBJDIR)/dlls +LIBPORT = -L$(TOPOBJDIR)/libs/port -lwine_port LIBWINE = -L$(TOPOBJDIR)/library -lwine LIBUNICODE = -L$(TOPOBJDIR)/unicode -lwine_unicode LIBUUID = -L$(TOPOBJDIR)/ole -lwine_uuid