*** empty log message ***

This commit is contained in:
David Rose 2001-03-30 00:26:08 +00:00
parent b51683f7ea
commit d332fc9402
2 changed files with 8 additions and 0 deletions

View File

@ -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] \

View File

@ -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] \