Commit c9825941 authored by CHARRAS's avatar CHARRAS
Browse files

solved problem with pcbnew/makefile.include: did not compile under linux

parent 7055a2bc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#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 −1
Original line number Diff line number Diff line

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