mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
b7017f9e4b
commit
6a612fe439
@ -466,6 +466,8 @@ $[install_lib_dir]\lib$[TARGET]$[dllext].lib : $[st_dir]\lib$[TARGET]$[dllext].l
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#forscopes sed_bin_target
|
#forscopes sed_bin_target
|
||||||
|
$[TARGET] : $[st_dir]\$[TARGET]
|
||||||
|
|
||||||
#define target $[st_dir]\$[TARGET]
|
#define target $[st_dir]\$[TARGET]
|
||||||
#define source $[SOURCE]
|
#define source $[SOURCE]
|
||||||
#define script $[COMMAND]
|
#define script $[COMMAND]
|
||||||
@ -496,6 +498,8 @@ $[install_bin_dir]\$[TARGET] : $[st_dir]\$[TARGET]
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#forscopes bin_target
|
#forscopes bin_target
|
||||||
|
$[TARGET] : $[st_dir]\$[TARGET].exe
|
||||||
|
|
||||||
bin_$[TARGET] = $[osfilename $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]\%.obj,%,,$[get_sources]]]]
|
bin_$[TARGET] = $[osfilename $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]\%.obj,%,,$[get_sources]]]]
|
||||||
#define target $[st_dir]\$[TARGET].exe
|
#define target $[st_dir]\$[TARGET].exe
|
||||||
#define sources $(bin_$[TARGET])
|
#define sources $(bin_$[TARGET])
|
||||||
@ -542,8 +546,10 @@ $[install_bin_dir]\$[TARGET].exe : $[st_dir]\$[TARGET].exe
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#forscopes noinst_bin_target test_bin_target
|
#forscopes noinst_bin_target test_bin_target
|
||||||
|
$[TARGET] : $[st_dir]\$[TARGET].exe
|
||||||
|
|
||||||
bin_$[TARGET] = $[osfilename $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]\%.obj,%,,$[get_sources]]]]
|
bin_$[TARGET] = $[osfilename $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]\%.obj,%,,$[get_sources]]]]
|
||||||
#define target $[st_dir]\$[TARGET]
|
#define target $[st_dir]\$[TARGET].exe
|
||||||
#define sources $(bin_$[TARGET])
|
#define sources $(bin_$[TARGET])
|
||||||
$[target] : $[sources]
|
$[target] : $[sources]
|
||||||
#if $[filter %.cxx %.yxx %.lxx,$[get_sources]]
|
#if $[filter %.cxx %.yxx %.lxx,$[get_sources]]
|
||||||
|
@ -427,6 +427,8 @@ $[install_lib_dir]/lib$[TARGET].a : $[st_dir]/lib$[TARGET].a
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#forscopes sed_bin_target
|
#forscopes sed_bin_target
|
||||||
|
$[TARGET] : $[st_dir]/$[TARGET]
|
||||||
|
|
||||||
#define target $[st_dir]/$[TARGET]
|
#define target $[st_dir]/$[TARGET]
|
||||||
#define source $[SOURCE]
|
#define source $[SOURCE]
|
||||||
#define script $[COMMAND]
|
#define script $[COMMAND]
|
||||||
@ -458,6 +460,8 @@ $[install_bin_dir]/$[TARGET] : $[st_dir]/$[TARGET]
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#forscopes bin_target
|
#forscopes bin_target
|
||||||
|
$[TARGET] : $[st_dir]/$[TARGET]
|
||||||
|
|
||||||
bin_$[TARGET] = $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]/%.o,%,,$[get_sources]]]
|
bin_$[TARGET] = $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]/%.o,%,,$[get_sources]]]
|
||||||
#define target $[st_dir]/$[TARGET]
|
#define target $[st_dir]/$[TARGET]
|
||||||
#define sources $(bin_$[TARGET])
|
#define sources $(bin_$[TARGET])
|
||||||
@ -504,6 +508,8 @@ $[install_bin_dir]/$[TARGET] : $[st_dir]/$[TARGET]
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#forscopes noinst_bin_target test_bin_target
|
#forscopes noinst_bin_target test_bin_target
|
||||||
|
$[TARGET] : $[st_dir]/$[TARGET]
|
||||||
|
|
||||||
bin_$[TARGET] = $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]/%.o,%,,$[get_sources]]]
|
bin_$[TARGET] = $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]/%.o,%,,$[get_sources]]]
|
||||||
#define target $[st_dir]/$[TARGET]
|
#define target $[st_dir]/$[TARGET]
|
||||||
#define sources $(bin_$[TARGET])
|
#define sources $(bin_$[TARGET])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user