c local for STANDALONE

This commit is contained in:
dickelbeck 2009-12-11 02:39:38 +00:00
parent 40080abde9
commit 0fc7d7c127
1 changed files with 4 additions and 1 deletions

View File

@ -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;