diff --git a/scp2/source/activex/makefile.mk b/scp2/source/activex/makefile.mk index 983b3a797ae4213eaa5069082768d03d84258551..1d9476bb227239a1541525141743581c66f3758f 100644 --- a/scp2/source/activex/makefile.mk +++ b/scp2/source/activex/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-03-04 14:08:00 $ +# last change: $Author: hjs $ $Date: 2004-06-25 16:15:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,8 +81,8 @@ PARFILES= \ custom_activex.par .ENDIF -LNGFILES= \ - module_activex.lng +ULFFILES= \ + module_activex.ulf # --- File --------------------------------------------------------- .INCLUDE : target.mk diff --git a/scp2/source/calc/makefile.mk b/scp2/source/calc/makefile.mk index e1d747c93bf40bdd526af80411812e5374034148..9656159fb109bb5addf5b27b27c7af5f10e23a7d 100644 --- a/scp2/source/calc/makefile.mk +++ b/scp2/source/calc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-03-04 14:08:12 $ +# last change: $Author: hjs $ $Date: 2004-06-25 16:16:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,11 +84,11 @@ PARFILES += \ folderitem_calc.par .ENDIF -LNGFILES= \ - module_calc.lng \ - registryitem_calc.lng \ - folderitem_calc.lng \ - configurationitem_calc.lng +ULFFILES= \ + module_calc.ulf \ + registryitem_calc.ulf \ + folderitem_calc.ulf \ + configurationitem_calc.ulf # --- File --------------------------------------------------------- .INCLUDE : target.mk