diff --git a/scp2/source/canvas/makefile.mk b/scp2/source/canvas/makefile.mk index eb8b5887338e..7e7258d0765d 100644 --- a/scp2/source/canvas/makefile.mk +++ b/scp2/source/canvas/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:23:24 $ +# last change: $Author: rt $ $Date: 2005-12-14 14:43:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,6 +47,10 @@ TARGETTYPE=CUI SCP_PRODUCT_TYPE=osl +.IF "$(SYSTEM_AGG)" == "YES" +SCPDEFS+=-DSYSTEM_AGG +.ENDIF + PARFILES= canvascommons.par \ directxcanvas.par \ vclcanvas.par