From 676f012649ef65168d068b325019c93e9cb84c1b Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 24 Oct 2000 01:48:06 +0000 Subject: [PATCH] *** empty log message *** --- dtool/pptempl/Template.msvc.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/Template.msvc.pp b/dtool/pptempl/Template.msvc.pp index 8f66052adb..f47a788db5 100644 --- a/dtool/pptempl/Template.msvc.pp +++ b/dtool/pptempl/Template.msvc.pp @@ -125,7 +125,7 @@ // $[target_ipath] is the proper ipath to put on the command line, // from the context of a particular target. -#defer target_ipath $[other_trees:%=%\include] $[TOPDIR] $[sort $[complete_ipath]] $[get_ipath] +#defer target_ipath $[TOPDIR] $[sort $[complete_ipath]] $[other_trees:%=%\include] $[get_ipath] // $[file_ipath] is the ipath from the context of a particular source // file, given in $[file]. It uses the all_sources map to look up @@ -146,7 +146,7 @@ // $[lpath] is like $[target_ipath]: it's the list of directories we // should add to our -L list, from the context of a particular target. -#defer lpath $[other_trees:%=%\lib] $[sort $[complete_lpath]] $[get_lpath] +#defer lpath $[sort $[complete_lpath]] $[other_trees:%=%\lib] $[get_lpath] // And $[libs] is the set of libraries we will link with. #defer libs $[unique $[actual_local_libs:%=%$[dllext]] $[patsubst %:c,,%:m %,%$[dllext],$[OTHER_LIBS]] $[get_libs]]