diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2000-11-22 13:22:47 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2000-11-22 13:22:47 +0000 |
commit | 974462feb234334c2b50e53292e3ec852320758f (patch) | |
tree | 452b17c6339481ec0d43bcaec9032648b9509c54 /transex3/source | |
parent | f041e8e68486541a91e4137b80dec6fb2e6e978d (diff) |
Fixes after merge
Diffstat (limited to 'transex3/source')
-rw-r--r-- | transex3/source/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk index ea09241ef70d..706986f1e6fc 100644 --- a/transex3/source/makefile.mk +++ b/transex3/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: nf $ $Date: 2000-11-20 13:49:48 $ +# last change: $Author: nf $ $Date: 2000-11-22 14:22:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -117,12 +117,12 @@ APP6STACK= 16000 APP6OBJS= $(OBJ)$/xmlmerge.obj $(OBJ)$/xml_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj APP6STDLIBS=$(STATIC_LIBS) -APP6TARGET= cfgex -APP6STACK= 16000 -APP6OBJS= $(OBJ)$/cfgmerge.obj $(OBJ)$/cfg_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj -APP6STDLIBS=$(STATIC_LIBS) +APP7TARGET= cfgex +APP7STACK= 16000 +APP7OBJS= $(OBJ)$/cfgmerge.obj $(OBJ)$/cfg_yy.obj $(OBJ)$/merge.obj $(OBJ)$/export2.obj $(OBJ)$/utf8conv.obj +APP7STDLIBS=$(STATIC_LIBS) -DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) +DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OBJS) $(APP7OBJS) .IF "$(depend)" == "" ALL : $(MISC)$/src_yy.c \ |