new tau setup

This commit is contained in:
Zachary Pavlov 2006-11-27 03:19:35 +00:00
parent ac052ff0f0
commit 79f9d6c8b3
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
#define tau_ipath $[TAU_ROOT]/include
#define tau_cflags /DPROFILING_ON /DTAU_STDCXXLIB /DTAU_USE_C_API
#define tau_lpath $[TAU_ROOT]/lib/VC7
#define tau_libs tau-profile.lib
#define tau_libs pytau.lib
#else // direct_tau
#define tau_ipath
#define tau_cflags

View File

@ -224,6 +224,6 @@
#endif
#defer tau_opts $[decygwin %,-I"%",$[EXTRA_INCPATH] $[ipath] $[WIN32_PLATFORMSDK_INCPATH] $[tau_ipath]] $[building_var:%=-D%]
#defer TAU_MAKE_IL $[PDT_ROOT]/Windows/bin/edgcpfe -o $[il_source] $[tau_opts] $[cdefines:%=-D%] -DWIN32=1 $[TAU_INSTRUMENTOR_FLAGS] $[source]
#defer TAU_MAKE_IL $[PDT_ROOT]/Windows/bin/edgcpfe -o $[il_source] $[tau_opts] $[cdefines:%=-D%] $[C++FLAGS] -DWIN32=1 $[TAU_INSTRUMENTOR_FLAGS] $[source]
#defer TAU_MAKE_PDB $[PDT_ROOT]/Windows/bin/taucpdisp $[il_source] > $[pdb_source]
#defer TAU_MAKE_INST $[TAU_ROOT]/bin/tau_instrumentor $[pdb_source] $[source] -o $[inst_source]