mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix dirty build configrc problem
This commit is contained in:
parent
67e69fe741
commit
2481a688df
@ -631,15 +631,15 @@ $[TAB] cp -f $[ODIR]/$[local] $[dest]
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if $[bin_postprocess_target]
|
#if $[bin_postprocess_target]
|
||||||
|
#define input_exe $[ODIR]/$[TARGET].exe
|
||||||
|
#define output_exe $[ODIR]/$[bin_postprocess_target].exe
|
||||||
|
|
||||||
#define exename $[bin_postprocess_target].exe
|
$[output_exe] : $[input_exe]
|
||||||
#define dest $[install_bin_dir]
|
$[TAB] rm -f $[output_exe]
|
||||||
|
$[TAB] $[bin_postprocess_cmd] $[input_exe] $[bin_postprocess_arg1] $[output_exe]
|
||||||
|
|
||||||
$[ODIR]/$[bin_postprocess_target].exe : $[ODIR]/$[TARGET].exe
|
$[install_bin_dir]/$[bin_postprocess_target].exe : $[output_exe]
|
||||||
$[TAB] $[bin_postprocess_cmd] $[ODIR]/$[TARGET].exe $[bin_postprocess_arg1] $[ODIR]/$[exename]
|
$[TAB] cp -f $[output_exe] $[install_bin_dir]
|
||||||
|
|
||||||
$[install_bin_dir]/$[bin_postprocess_target].exe : $[ODIR]/$[exename]
|
|
||||||
$[TAB] cp -f $[ODIR]/$[exename] $[dest]
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#end bin_target
|
#end bin_target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user