diff options
author | marha <marha@users.sourceforge.net> | 2010-05-17 06:33:29 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-17 06:33:29 +0000 |
commit | 66e589cf1596b4d1612a4876440e9f677e4742d5 (patch) | |
tree | 2194a1ca1d7af1425ee9fa5e0bce5d9e0e76bca5 /apps/xcalc/makefile | |
parent | e433a0ea8102dc6eaf845698620ab677d70e4774 (diff) | |
download | vcxsrv-66e589cf1596b4d1612a4876440e9f677e4742d5.tar.gz vcxsrv-66e589cf1596b4d1612a4876440e9f677e4742d5.tar.bz2 vcxsrv-66e589cf1596b4d1612a4876440e9f677e4742d5.zip |
Solved compile warnings
Diffstat (limited to 'apps/xcalc/makefile')
-rw-r--r-- | apps/xcalc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/xcalc/makefile b/apps/xcalc/makefile index eab29a50f..5288e202d 100644 --- a/apps/xcalc/makefile +++ b/apps/xcalc/makefile @@ -1,6 +1,6 @@ WINAPP = xcalc -DEFINES += XT_NO_SM +DEFINES += XT_NO_SM IEEE INCLUDELIBFILES = \ $(MHMAKECONF)\libXt\src\$(OBJDIR)\libXt.lib \ |