diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-07-02 13:21:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-07-02 13:21:00 +0000 |
commit | 15d53b15f4f8cb451803c88a860f029ffc0ceca2 (patch) | |
tree | 10302790d298c0dfe3480e270b80d83e21626f80 | |
parent | 34baf4cf2f24fcb9ea668b967dafd5f206f69ce9 (diff) |
#65293#: removed multithreding
-rw-r--r-- | soltools/mkdepend/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk index 4fa59e924863..15b993f334e6 100644 --- a/soltools/mkdepend/makefile.mk +++ b/soltools/mkdepend/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: armin $ $Date: 2001-06-12 07:54:28 $ +# last change: $Author: vg $ $Date: 2001-07-02 14:21:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJNAME=soltools TARGET=make_makedepend PRJ=.. TARGETTYPE=CUI +TARGETTHREAD=ST LIBTARGET=NO NO_DEFAULT_STL=TRUE nodep=true @@ -73,7 +74,7 @@ nodep=true dot=. -CDEFS+=-DNO_X11 -DOBJSUFFIX=\".obj\" -DXP_PC -DHW_THREADS -DINCLUDEDIR=\".\" +CDEFS+=-DNO_X11 -DXP_PC -DHW_THREADS -DINCLUDEDIR=\".\" OBJFILES= \ $(OBJ)$/cppsetup.obj \ |