Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
676f012649
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/pptempl/Template.msvc.pp

+ 2 - 2
dtool/pptempl/Template.msvc.pp

@@ -125,7 +125,7 @@
 
 
 // $[target_ipath] is the proper ipath to put on the command line,
 // $[target_ipath] is the proper ipath to put on the command line,
 // from the context of a particular target.
 // 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_ipath] is the ipath from the context of a particular source
 // file, given in $[file].  It uses the all_sources map to look up
 // 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
 // $[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.
 // 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.
 // 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]]
 #defer libs $[unique $[actual_local_libs:%=%$[dllext]] $[patsubst %:c,,%:m %,%$[dllext],$[OTHER_LIBS]] $[get_libs]]