Kaydet (Commit) 340b2726 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev3 (1.1.16); FILE MERGED

2003/03/31 09:10:09 lla 1.1.16.1: #108453# better version number handling
üst 17e26533
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1 $ # $Revision: 1.2 $
# #
# last change: $Author: lla $ $Date: 2003-01-09 11:06:02 $ # last change: $Author: vg $ $Date: 2003-04-01 13:16:46 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -85,12 +85,12 @@ TESTSHL_OBJFILES=\ ...@@ -85,12 +85,12 @@ TESTSHL_OBJFILES=\
$(OBJ)$/autoregisterhelper.obj \ $(OBJ)$/autoregisterhelper.obj \
$(OBJ)$/testshl.obj $(OBJ)$/testshl.obj
VERSIONER_OBJFILES=\ VERSIONINFO_OBJFILES=\
$(OBJ)$/versionhelper.obj \ $(OBJ)$/versionhelper.obj \
$(OBJ)$/versioner.obj $(OBJ)$/versioner.obj
# for right dependencies # for right dependencies
# OBJFILES= $(COMMON_OBJFILES) $(TESTSHL_OBJFILES) $(VERSIONER_OBJFILES) # OBJFILES= $(COMMON_OBJFILES) $(TESTSHL_OBJFILES) $(VERSIONINFO_OBJFILES)
# ------------------------------------------------------------------ # ------------------------------------------------------------------
APP1TARGET= $(TARGET) APP1TARGET= $(TARGET)
...@@ -108,8 +108,8 @@ APP1LIBS= \ ...@@ -108,8 +108,8 @@ APP1LIBS= \
# #
# ------------------------------------------------------------------ # ------------------------------------------------------------------
APP2TARGET= versioner APP2TARGET= versioninfo
APP2OBJS= $(COMMON_OBJFILES) $(VERSIONER_OBJFILES) APP2OBJS= $(COMMON_OBJFILES) $(VERSIONINFO_OBJFILES)
APP2STDLIBS=$(SALLIB) APP2STDLIBS=$(SALLIB)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment