c local for STANDALONE
This commit is contained in:
parent
40080abde9
commit
0fc7d7c127
|
@ -57,7 +57,7 @@
|
|||
|
||||
// To build the DSN beautifier and unit tester, simply uncomment this and then
|
||||
// use CMake's makefile to build target "specctra_test".
|
||||
//#define STANDALONE // define "stand alone, i.e. unit testing"
|
||||
#define STANDALONE // define "stand alone, i.e. unit testing"
|
||||
|
||||
|
||||
#if defined(STANDALONE)
|
||||
|
@ -4010,6 +4010,9 @@ void PLACE::Format( OUTPUTFORMATTER* out, int nestLevel ) throw( IOError )
|
|||
|
||||
#if defined(STANDALONE)
|
||||
|
||||
|
||||
#include "common.h" // IsOK() & EDA_FileSelector()
|
||||
|
||||
using namespace DSN;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue