Browse Source

added TrueTime

Dave Schuyler 24 years ago
parent
commit
aa85821fa1
1 changed files with 14 additions and 0 deletions
  1. 14 0
      dtool/pptempl/compilerSettings.pp

+ 14 - 0
dtool/pptempl/compilerSettings.pp

@@ -30,6 +30,20 @@
     #define COMPILER $[COMPILER] /NMttOn
     #define COMPILER $[COMPILER] /NMttOn
     #define LINKER $[LINKER] /NMttOn
     #define LINKER $[LINKER] /NMttOn
   #endif 
   #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]
 #elif $[eq $[USE_COMPILER], INTEL]
   #define COMPILER icl
   #define COMPILER icl
   #define LINKER xilink
   #define LINKER xilink