mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
added NuMega TrueTime
This commit is contained in:
parent
d4c848e8c7
commit
84f03e3d20
@ -12,7 +12,7 @@
|
||||
// in case we have mixed intel/msvc build
|
||||
#define EXTRA_LIBPATH /ia32/lib
|
||||
#define EXTRA_INCPATH /ia32/include
|
||||
#elif $[eq $[USE_COMPILER], BOUNDS]
|
||||
#elif $[eq $[USE_COMPILER], BOUNDS] // NuMega BoundsChecker
|
||||
#define COMPILER nmcl
|
||||
#define LINKER nmlink
|
||||
#define LIBBER lib
|
||||
@ -23,6 +23,13 @@
|
||||
#define RELEASEFLAGS /MD
|
||||
#define EXTRA_LIBPATH
|
||||
#define EXTRA_INCPATH
|
||||
#if $[BOUNDS_TRUETIME] // NuMega BoundsChecker TrueTime Profiler
|
||||
// This may look like a bad thing (to extend the compiler
|
||||
// and linker with a switch), but I think it's the right
|
||||
// thing to do in this case -- skyler.
|
||||
#define COMPILER $[COMPILER] /NMttOn
|
||||
#define LINKER $[LINKER] /NMttOn
|
||||
#endif
|
||||
#elif $[eq $[USE_COMPILER], INTEL]
|
||||
#define COMPILER icl
|
||||
#define LINKER xilink
|
||||
|
Loading…
x
Reference in New Issue
Block a user