Commit 0fc7d7c1 authored by dickelbeck's avatar dickelbeck

c local for STANDALONE

parent 40080abd
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
// To build the DSN beautifier and unit tester, simply uncomment this and then // To build the DSN beautifier and unit tester, simply uncomment this and then
// use CMake's makefile to build target "specctra_test". // 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) #if defined(STANDALONE)
...@@ -4010,6 +4010,9 @@ void PLACE::Format( OUTPUTFORMATTER* out, int nestLevel ) throw( IOError ) ...@@ -4010,6 +4010,9 @@ void PLACE::Format( OUTPUTFORMATTER* out, int nestLevel ) throw( IOError )
#if defined(STANDALONE) #if defined(STANDALONE)
#include "common.h" // IsOK() & EDA_FileSelector()
using namespace DSN; using namespace DSN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment