diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:46:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:06:11 +0100 |
commit | d0b62c27f45258e02227f5e858cb44f500af14f3 (patch) | |
tree | 64661e70b5ac5d7edc29b59219fba52009d11fb2 /xmlsecurity/tools | |
parent | 2c32579a3045f446d46b583cb00799b8cbf55eaa (diff) |
Clean up makefiles
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/makefile.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/xmlsecurity/tools/standalone/mscsfit/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/makefile.mk index 1ab4575b5..ce8be6685 100644 --- a/xmlsecurity/tools/standalone/mscsfit/makefile.mk +++ b/xmlsecurity/tools/standalone/mscsfit/makefile.mk @@ -31,7 +31,6 @@ PRJNAME=xmlsecurity TARGET=xmlsecurity-mscxsfit ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE -#TARGETTYPE=CUI LIBTARGET=NO @@ -109,21 +108,6 @@ APP4STDLIBS+= -lstdc++ APP4STDLIBS+= \ $(SHARE_LIBS) -## -## The 4th application -## -#APP5TARGET= decrypter -#APP5OBJS= \ -# $(SHARE_OBJS) \ -# $(OBJ)$/decrypter.obj -# -#.IF "$(OS)" == "LINUX" -#APP5STDLIBS+= -lstdc++ -#.ENDIF -# -#APP5STDLIBS+= \ -# $(SHARE_LIBS) - # # The 5th application # |