mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 09:14:36 +00:00
Remove TracyClientDLL.cpp.
This commit is contained in:
parent
a90004b983
commit
7c49f4e816
@ -1,19 +0,0 @@
|
|||||||
//
|
|
||||||
// Tracy profiler
|
|
||||||
// ----------------
|
|
||||||
//
|
|
||||||
// On multi-DLL projects compile and
|
|
||||||
// link with this source file (and none
|
|
||||||
// other) in the executable and in
|
|
||||||
// DLLs / shared objects that link to
|
|
||||||
// the main DLL.
|
|
||||||
//
|
|
||||||
|
|
||||||
// Define TRACY_ENABLE to enable profiler.
|
|
||||||
|
|
||||||
#ifdef TRACY_ENABLE
|
|
||||||
# ifndef TRACY_IMPORTS
|
|
||||||
# define TRACY_IMPORTS 1
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
#include "common/TracySystem.cpp"
|
|
Loading…
Reference in New Issue
Block a user