mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
optionally generate .sbr files based on env-var USE_BROWSEINFO
This commit is contained in:
parent
edd21b3f4e
commit
a55abcaf55
@ -53,9 +53,13 @@
|
|||||||
#define install_parser_inc_dir $[install_parser_inc_dir]
|
#define install_parser_inc_dir $[install_parser_inc_dir]
|
||||||
|
|
||||||
// Define this if we want to make .sbr files.
|
// Define this if we want to make .sbr files.
|
||||||
|
#if $[USE_BROWSEINFO]
|
||||||
#defer BROWSEINFO_FLAG /Fr"$[osfilename $[target:%.obj=%.sbr]]"
|
#defer BROWSEINFO_FLAG /Fr"$[osfilename $[target:%.obj=%.sbr]]"
|
||||||
#defer CFLAGS_SHARED
|
#else
|
||||||
|
#define BROWSEINFO_FLAG
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#defer CFLAGS_SHARED
|
||||||
#defer OPTFLAGS /O2 /Ob1 /Ogity /G6
|
#defer OPTFLAGS /O2 /Ob1 /Ogity /G6
|
||||||
|
|
||||||
#defer CDEFINES_OPT1 _DEBUG
|
#defer CDEFINES_OPT1 _DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user