Commit c9825941 authored by CHARRAS's avatar CHARRAS

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

parent 7055a2bc
#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
......
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment