diff options
-rw-r--r-- | autodoc/source/exes/adc_uni/makefile.mk | 11 | ||||
-rw-r--r-- | cosv/prj/d.lst | 2 | ||||
-rw-r--r-- | cosv/util/makefile.mk | 6 | ||||
-rw-r--r-- | udm/prj/d.lst | 2 | ||||
-rw-r--r-- | udm/util/makefile.mk | 6 |
5 files changed, 13 insertions, 14 deletions
diff --git a/autodoc/source/exes/adc_uni/makefile.mk b/autodoc/source/exes/adc_uni/makefile.mk index 449c9d19..2077ee9b 100644 --- a/autodoc/source/exes/adc_uni/makefile.mk +++ b/autodoc/source/exes/adc_uni/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: np $ $Date: 2002-03-22 11:25:43 $ +# last change: $Author: np $ $Date: 2002-03-22 12:43:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,17 +111,16 @@ APP1STACK= 1000000 APP1OBJS= $(OBJ)$/main.obj .IF "$(GUI)"=="WNT" -APP1STDLIBS= $(LIBSTLPORT) msvcirt.lib cosv.lib udm.lib +APP1STDLIBS= $(LIBSTLPORT) cosv.lib udm.lib .ELSE -APP1STDLIBS= $(L)$/acosv.a $(L)$/audm.a +APP1STDLIBS= -lcosv -ludm .ENDIF APP1LIBS=$(LB)$/atdoc.lib DEPOBJFILES += $(APP1OBJS) -APP1DEPN= $(L)$/cosv.lib \ - $(LB)$/$(TARGET).lib $(LB)$/autodoc_tools.lib \ +APP1DEPN= $(LB)$/$(TARGET).lib $(LB)$/autodoc_tools.lib \ $(LB)$/ary_kernel.lib $(LB)$/ary_cpp.lib $(LB)$/ary_info.lib \ $(LB)$/ary_loc.lib $(LB)$/ary_store.lib \ $(LB)$/parser_kernel.lib $(LB)$/parser_tokens.lib $(LB)$/parser_semantic.lib \ diff --git a/cosv/prj/d.lst b/cosv/prj/d.lst index 81024c5d..9bf3667a 100644 --- a/cosv/prj/d.lst +++ b/cosv/prj/d.lst @@ -2,7 +2,7 @@ mkdir: %_DEST%\inc%_EXT%\cosv mkdir: %_DEST%\inc%_EXT%\cosv\template ..\%__SRC%\lib\cosv.lib %_DEST%\lib%_EXT%\cosv.lib -..\%__SRC%\lib\acosv.a %_DEST%\lib%_EXT%\acosv.a +..\%__SRC%\lib\libcosv.a %_DEST%\lib%_EXT%\libcosv.a ..\inc\cosv\*.hxx %_DEST%\inc%_EXT%\cosv\*.hxx ..\inc\cosv\*.h %_DEST%\inc%_EXT%\cosv\*.h ..\inc\cosv\template\*.hxx %_DEST%\inc%_EXT%\cosv\template\*.hxx diff --git a/cosv/util/makefile.mk b/cosv/util/makefile.mk index 2fcd21b4..f9035cb3 100644 --- a/cosv/util/makefile.mk +++ b/cosv/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: np $ $Date: 2002-03-08 14:25:40 $ +# last change: $Author: np $ $Date: 2002-03-22 12:42:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ LIB1FILES= \ # --- Targets ------------------------------------------------------ LIB1TARGET= $(LB)$/$(TARGET).lib -LIB1ARCHIV= $(LB)$/a$(TARGET).a +LIB1ARCHIV= $(LB)$/lib$(TARGET).a .INCLUDE : target.mk diff --git a/udm/prj/d.lst b/udm/prj/d.lst index 15332351..8671a02d 100644 --- a/udm/prj/d.lst +++ b/udm/prj/d.lst @@ -3,7 +3,7 @@ mkdir: %_DEST%\inc%_EXT%\udm\html mkdir: %_DEST%\inc%_EXT%\udm\xml ..\%__SRC%\lib\udm.lib %_DEST%\lib%_EXT%\udm.lib -..\%__SRC%\lib\audm.a %_DEST%\lib%_EXT%\audm.a +..\%__SRC%\lib\libudm.a %_DEST%\lib%_EXT%\libudm.a ..\inc\udm\*.hxx %_DEST%\inc%_EXT%\udm\*.hxx ..\inc\udm\html\*.hxx %_DEST%\inc%_EXT%\udm\html\*.hxx ..\inc\udm\xml\*.hxx %_DEST%\inc%_EXT%\udm\xml\*.hxx diff --git a/udm/util/makefile.mk b/udm/util/makefile.mk index 03f4ea5f..4b4f41bf 100644 --- a/udm/util/makefile.mk +++ b/udm/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: np $ $Date: 2002-03-08 14:32:38 $ +# last change: $Author: np $ $Date: 2002-03-22 12:42:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ LIB1FILES= \ # --- Targets ------------------------------------------------------ LIB1TARGET= $(LB)$/$(TARGET).lib -LIB1ARCHIV= $(LB)$/a$(TARGET).a +LIB1ARCHIV= $(LB)$/lib$(TARGET).a .INCLUDE : target.mk |