From 13ee90ecbc3d648f869e6c207a1c45ca4799f70d Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 27 Oct 2000 00:42:51 +0000 Subject: [PATCH] *** empty log message *** --- dtool/pptempl/Global.msvc.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dtool/pptempl/Global.msvc.pp b/dtool/pptempl/Global.msvc.pp index c10dd71703..143bdbed40 100644 --- a/dtool/pptempl/Global.msvc.pp +++ b/dtool/pptempl/Global.msvc.pp @@ -6,8 +6,8 @@ // Template.msvc.pp. // -#if $[< $[PPREMAKE_VERSION],0.51] - #error You need at least ppremake version 0.51 to use BUILD_TYPE msvc. +#if $[< $[PPREMAKE_VERSION],0.55] + #error You need at least ppremake version 0.56 to use BUILD_TYPE msvc. #endif #defun get_metalibs target,complete_libs @@ -34,12 +34,12 @@ $[actual_libs] #end get_metalibs -#defun decygwin frompat,topath,path +#defun decygwin frompat,topat,path #foreach file $[path] #if $[isfullpath $[file]] - $[patsubst $[frompat],$[topath],$[cygpath_w $[file]]] + $[patsubstw $[frompat],$[topat],$[cygpath_w $[file]]] #else - $[patsubst $[frompat],$[topath],$[osfilename $[file]]] + $[patsubstw $[frompat],$[topat],$[osfilename $[file]]] #endif #end file #end decygwin