diff --git a/htmlparser/robot/makefile.win b/htmlparser/robot/makefile.win index bea72dec14f..8deba65acbd 100644 --- a/htmlparser/robot/makefile.win +++ b/htmlparser/robot/makefile.win @@ -21,6 +21,8 @@ MAKE_OBJ_TYPE = DLL DEPTH=..\.. +include <$(DEPTH)\config\config.mak> + LLIBS= \ $(DIST)\lib\raptorhtmlpars.lib \ $(DIST)\lib\xpcom.lib \ diff --git a/parser/htmlparser/robot/makefile.win b/parser/htmlparser/robot/makefile.win index bea72dec14f..8deba65acbd 100644 --- a/parser/htmlparser/robot/makefile.win +++ b/parser/htmlparser/robot/makefile.win @@ -21,6 +21,8 @@ MAKE_OBJ_TYPE = DLL DEPTH=..\.. +include <$(DEPTH)\config\config.mak> + LLIBS= \ $(DIST)\lib\raptorhtmlpars.lib \ $(DIST)\lib\xpcom.lib \