mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
optionally generate .sbr files based on env-var USE_BROWSEINFO
This commit is contained in:
parent
9c7790cc63
commit
a763a11817
@ -57,7 +57,11 @@
|
||||
#defer SED ppremake -s "$[script]" <$[source] >$[target]
|
||||
|
||||
// Define this if we want to make .sbr files.
|
||||
#if $[USE_BROWSEINFO]
|
||||
#defer BROWSEINFO_FLAG /Fr"$[osfilename $[target:%.obj=%.sbr]]"
|
||||
#else
|
||||
#define BROWSEINFO_FLAG
|
||||
#endif
|
||||
#defer CFLAGS_SHARED
|
||||
|
||||
#defer OPTFLAGS /O2 /Ob1 /Ogity /G6
|
||||
|
Loading…
x
Reference in New Issue
Block a user