Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
c9825941
Commit
c9825941
authored
Feb 02, 2008
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
solved problem with pcbnew/makefile.include: did not compile under linux
parent
7055a2bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
makefile.g95
pcbnew/makefile.g95
+2
-1
makefile.include
pcbnew/makefile.include
+1
-1
No files found.
pcbnew/makefile.g95
View file @
c9825941
#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
...
...
pcbnew/makefile.include
View file @
c9825941
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment