mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
*** empty log message ***
This commit is contained in:
parent
b51683f7ea
commit
d332fc9402
@ -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] \
|
||||
|
@ -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] \
|
||||
|
Loading…
x
Reference in New Issue
Block a user