diff options
author | marha <marha@users.sourceforge.net> | 2013-06-04 17:08:21 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-06-04 17:08:21 +0200 |
commit | a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87 (patch) | |
tree | e256cfaae84dce150554c581ed0da05963ccc4d8 /libX11/src/xlibi18n | |
parent | 5e2417d0b8611db29de549832534a1de298c97df (diff) | |
download | vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.tar.gz vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.tar.bz2 vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.zip |
Solved compilation problems
Diffstat (limited to 'libX11/src/xlibi18n')
-rw-r--r-- | libX11/src/xlibi18n/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/xlibi18n/makefile b/libX11/src/xlibi18n/makefile index d5dfcf723..ec9b946b8 100644 --- a/libX11/src/xlibi18n/makefile +++ b/libX11/src/xlibi18n/makefile @@ -43,7 +43,7 @@ LIBRARY = libi18n #libi18n_la_LIBADD = \ # $(IM_LIBS) $(LC_LIBS) $(OM_LIBS) -INCLUDES += ..\..\include\X11 +INCLUDES += ..\..\include\X11 .. DEFINES += XLOCALELIBDIR="\".\"" LIB11_DLL CSRCS = \ @@ -76,5 +76,5 @@ CSRCS = \ utf8WMProps.c\ utf8Wrap.c\ wcWrap.c - + |