.benchmarks

git-svn-id: svn://ultimatepp.org/upp/trunk@9287 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-12-14 13:11:30 +00:00
parent 498caf305e
commit 6f0bd120b8
2 changed files with 14 additions and 9 deletions

View file

@ -1,9 +1,10 @@
uses
Core;
file
NewDeleteTree.cpp;
mainconfig
"" = "";
uses
Core;
file
NewDeleteTree.cpp;
mainconfig
"" = "",
"" = "USEMALLOC";

View file

@ -0,0 +1,4 @@
#ifndef _NewDeleteTree_icpp_init_stub
#define _NewDeleteTree_icpp_init_stub
#include "Core/init"
#endif