From aa85821fa1a2dc2efd8022f244e751599471f7c8 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 23 May 2001 20:58:53 +0000 Subject: [PATCH] added TrueTime --- dtool/pptempl/compilerSettings.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dtool/pptempl/compilerSettings.pp b/dtool/pptempl/compilerSettings.pp index 961d07d022..7450143d4a 100644 --- a/dtool/pptempl/compilerSettings.pp +++ b/dtool/pptempl/compilerSettings.pp @@ -30,6 +30,20 @@ #define COMPILER $[COMPILER] /NMttOn #define LINKER $[LINKER] /NMttOn #endif +#elif $[eq $[USE_COMPILER], TRUETIME] // NuMega 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 nmcl /NMttOn + #define LINKER nmlink /NMttOn + #define LIBBER lib + #define COMMONFLAGS + #define OPTFLAGS /O2 /Ogity /G6 + #define OPT1FLAGS /GZ + #defer DEBUGFLAGS /MDd /Zi $[BROWSEINFO_FLAG] /Fd"$[osfilename $[target:%.obj=%.pdb]]" + #define RELEASEFLAGS /MD + #define EXTRA_LIBPATH + #define EXTRA_INCPATH #elif $[eq $[USE_COMPILER], INTEL] #define COMPILER icl #define LINKER xilink