浏览代码

dtool - fix ordering issue with manifest embedding in .gmsvc template

Ken Patel 15 年之前
父节点
当前提交
003483f294
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtool/pptempl/Template.gmsvc.pp

+ 1 - 1
dtool/pptempl/Template.gmsvc.pp

@@ -697,11 +697,11 @@ $[TAB] rm -f $[sort $[installed_files]]
 $[install_bin_dir]/$[TARGET].exe : $[ODIR]/$[TARGET].exe
 $[install_bin_dir]/$[TARGET].exe : $[ODIR]/$[TARGET].exe
 #define local $[TARGET].exe
 #define local $[TARGET].exe
 #define dest $[install_bin_dir]
 #define dest $[install_bin_dir]
-$[TAB] cp $[install_dash_p] -f $[ODIR]/$[local] $[dest]/
 #if $[or $[eq $[USE_COMPILER],MSVC8],$[eq $[USE_COMPILER],MSVC9],$[eq $[USE_COMPILER],MSVC9x64]]
 #if $[or $[eq $[USE_COMPILER],MSVC8],$[eq $[USE_COMPILER],MSVC9],$[eq $[USE_COMPILER],MSVC9x64]]
 $[TAB] mt -nologo -manifest $[ODIR]/$[local].manifest -outputresource:$[ODIR]/$[local]\;1
 $[TAB] mt -nologo -manifest $[ODIR]/$[local].manifest -outputresource:$[ODIR]/$[local]\;1
 $[TAB] cp $[install_dash_p] -f $[ODIR]/$[local].manifest $[dest]/
 $[TAB] cp $[install_dash_p] -f $[ODIR]/$[local].manifest $[dest]/
 #endif
 #endif
+$[TAB] cp $[install_dash_p] -f $[ODIR]/$[local] $[dest]/
 
 
 #if $[build_pdbs]
 #if $[build_pdbs]
 $[install_bin_dir]/$[TARGET].pdb : $[ODIR]/$[TARGET].pdb
 $[install_bin_dir]/$[TARGET].pdb : $[ODIR]/$[TARGET].pdb