allow compilation into a build directory
This commit is contained in:
parent
2e323531fb
commit
fd1d3c75e6
|
|
@ -1,3 +1,6 @@
|
|||
2009-04-17 Holger Vogt
|
||||
* resource.c: 27 allow compilation into a build directory
|
||||
|
||||
2009-04-14 Holger Vogt
|
||||
* control.c: remove bug no. 2724127 repeat loop inside another loop
|
||||
* dotcards.c, inp.c, measure.c: patch submitted by Bill Swartz added
|
||||
|
|
|
|||
|
|
@ -24,12 +24,7 @@ $Id$
|
|||
#include "variable.h"
|
||||
#include "cktdefs.h"
|
||||
|
||||
/* not apply top directory searchpath because config.h should not be used */
|
||||
#ifdef _MSC_VER
|
||||
#include "../misc/misc_time.h" /* timediff */
|
||||
#else
|
||||
#include "src/misc/misc_time.h" /* timediff */
|
||||
#endif
|
||||
|
||||
#ifdef XSPICE
|
||||
/* gtri - add - 12/12/90 - wbk - include ipc stuff */
|
||||
|
|
|
|||
Loading…
Reference in New Issue