Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
d332fc9402
2 changed files with 8 additions and 0 deletions
  1. 4 0
      dtool/pptempl/Template.gmsvc.pp
  2. 4 0
      dtool/pptempl/Template.msvc.pp

+ 4 - 0
dtool/pptempl/Template.gmsvc.pp

@@ -602,6 +602,10 @@ $[target] : $[sources] $[st_dir]/stamp
   #endif
 #endif
 
+#if $[build_pdbs]
+$[st_dir]/$[TARGET].pdb : $[st_dir]/$[TARGET].exe $[st_dir]/stamp
+#endif
+
 #define installed_files \
     $[install_bin_dir]/$[TARGET].exe \
     $[if $[build_pdbs],$[install_bin_dir]/$[TARGET].pdb] \

+ 4 - 0
dtool/pptempl/Template.msvc.pp

@@ -576,6 +576,10 @@ $[target] : $[sources]
 #endif
 #define transitive_link
 
+#if $[build_pdbs]
+$[st_dir]\$[TARGET].pdb : $[st_dir]\$[TARGET].exe
+#endif
+
 #define installed_files \
     $[install_bin_dir]\$[TARGET].exe \
     $[if $[build_pdbs],$[install_bin_dir]\$[TARGET].pdb] \