solved problem with pcbnew/makefile.include: did not compile under linux
This commit is contained in:
parent
7055a2bc47
commit
c982594167
|
@ -1,11 +1,12 @@
|
|||
#makefile for pcbnew, Windows
|
||||
|
||||
WXDIR = $(WXWIN)
|
||||
BOOST_LIB = /f/boost/boost_1_34_1
|
||||
|
||||
TARGET=pcbnew
|
||||
|
||||
include ../libs.win
|
||||
|
||||
EXTRACPPFLAGS += -I /f/boost/boost_1_34_1
|
||||
all: $(TARGET).exe
|
||||
|
||||
include makefile.include
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
EXTRALIBS = ../common/common.a ../polygon/lib_polygon.a
|
||||
EXTRACPPFLAGS += -DPCBNEW -fno-strict-aliasing -I./ -Ibitmaps -I../include -I../share\
|
||||
-I../pcbnew -I../3d-viewer -I../polygon -I$(BOOST_LIB)
|
||||
-I../pcbnew -I../3d-viewer -I../polygon
|
||||
|
||||
#COMMON = pcbnew.h struct.h class_pad.h class_module.h class_text_mod.h \
|
||||
# class_edge_mod.h class_equipot.h
|
||||
|
|
Loading…
Reference in New Issue