INTEGRATION: CWS jsc3 (1.8.10); FILE MERGED
2006/02/17 16:41:06 jsc 1.8.10.3: #i56247# refactor commonly used functions in static libs 2006/02/17 16:00:09 jsc 1.8.10.2: #i56247# refactoring and cosmetics 2006/01/20 13:02:23 jsc 1.8.10.1: #i56247# unify include guards
This commit is contained in:
parent
0f0f97c548
commit
a7b27d7c1a
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.8 $
|
||||
# $Revision: 1.9 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2005-10-27 17:12:10 $
|
||||
# last change: $Author: vg $ $Date: 2006-03-15 09:15:30 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -65,7 +65,7 @@ APP1TARGET= $(TARGET)
|
|||
|
||||
APP1OBJS= $(OBJFILES)
|
||||
|
||||
|
||||
APP1STDLIBS= $(SALLIB) $(SALHELPERLIB) $(REGLIB) $(CODEMAKERLIB)
|
||||
APP1DEPN= $(OUT)$/lib$/$(CODEMAKERLIBDEPN) $(OUT)$/lib$/$(COMMONCPPLIBDEPN)
|
||||
APP1STDLIBS= $(SALLIB) $(SALHELPERLIB) $(REGLIB) $(CODEMAKERLIBST) $(COMMONCPPLIBST)
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
|
Loading…
Reference in a new issue