enable MINGW compilation by adding path information for config.h
This commit is contained in:
parent
a32da32885
commit
3c8a2d914d
|
|
@ -44,9 +44,10 @@ clean:
|
|||
|
||||
#-----------------------------------------------------------------------------
|
||||
NGSRCDIR = $(srcdir)/../..
|
||||
NGSRCBUILDDIR = $(CURDIR)/../..
|
||||
|
||||
dstring.o: $(NGSRCDIR)/misc/dstring.c $(NGSRCDIR)/include/ngspice/dstring.h
|
||||
$(CC) $(CFLAGS) -I$(NGSRCDIR)/include -fPIC -o $@ -c $<
|
||||
$(CC) $(CFLAGS) -I$(NGSRCDIR)/include -I$(NGSRCBUILDDIR)/include -fPIC -o $@ -c $<
|
||||
|
||||
ifdef cm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue