From 266cb421e0585ceaac1dbd443ab3f8aeb2d5f142 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 9 Nov 2007 14:23:33 +0000 Subject: [PATCH] minor fix to prev --- harbour/contrib/maketpl.b32 | 2 +- harbour/contrib/maketpl.vc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/contrib/maketpl.b32 b/harbour/contrib/maketpl.b32 index 7062e90154..e8c8864033 100644 --- a/harbour/contrib/maketpl.b32 +++ b/harbour/contrib/maketpl.b32 @@ -24,7 +24,7 @@ #********************************************************** -!include ..\_makelib.mak +!include ..\maketpl.mak #********************************************************** # C compiler definition and C flags. These should never have to change. diff --git a/harbour/contrib/maketpl.vc b/harbour/contrib/maketpl.vc index dff908fec5..5a577c549f 100644 --- a/harbour/contrib/maketpl.vc +++ b/harbour/contrib/maketpl.vc @@ -25,7 +25,7 @@ HB_VISUALC_VER = 60 #********************************************************** -!include ..\_makelib.mak +!include ..\maketpl.mak #********************************************************** # C compiler definition and C flags. These should never have to change.