Browse Source

allow compilation into a build directory

pre-master-46
h_vogt 17 years ago
parent
commit
fd1d3c75e6
  1. 3
      ChangeLog
  2. 5
      src/frontend/resource.c

3
ChangeLog

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

5
src/frontend/resource.c

@ -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…
Cancel
Save