From 003483f29457fdb3599ace4e7857703c65ad1b4f Mon Sep 17 00:00:00 2001 From: Ken Patel Date: Fri, 11 Feb 2011 00:21:23 +0000 Subject: [PATCH] dtool - fix ordering issue with manifest embedding in .gmsvc template --- dtool/pptempl/Template.gmsvc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/pptempl/Template.gmsvc.pp b/dtool/pptempl/Template.gmsvc.pp index 5b14cb20ec..f42a40e9dd 100644 --- a/dtool/pptempl/Template.gmsvc.pp +++ b/dtool/pptempl/Template.gmsvc.pp @@ -697,11 +697,11 @@ $[TAB] rm -f $[sort $[installed_files]] $[install_bin_dir]/$[TARGET].exe : $[ODIR]/$[TARGET].exe #define local $[TARGET].exe #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]] $[TAB] mt -nologo -manifest $[ODIR]/$[local].manifest -outputresource:$[ODIR]/$[local]\;1 $[TAB] cp $[install_dash_p] -f $[ODIR]/$[local].manifest $[dest]/ #endif +$[TAB] cp $[install_dash_p] -f $[ODIR]/$[local] $[dest]/ #if $[build_pdbs] $[install_bin_dir]/$[TARGET].pdb : $[ODIR]/$[TARGET].pdb