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
690fda2f
Commit
690fda2f
authored
Jul 25, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
very minor updates
parent
ef0f1fcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
18 deletions
+5
-18
makefile.gtk
eeschema/plugins/makefile.gtk
+1
-11
freeroute.jnlp
freeroute.jnlp
+1
-3
makefile.gtk
pcbnew/makefile.gtk
+3
-4
No files found.
eeschema/plugins/makefile.gtk
View file @
690fda2f
# File: makefile for eeschema, mingw
#used only to define (KICAD_BIN) :
#used only to define (KICAD_BIN)
and (LIBSTDC)
:
include
../../libs.linux
# Use static link for libsupc++ (locate libstdc++.a and copy it in kicad_dev/syslibs)
ifeq
($(KICAD_STATIC_LINK),
1)
#define path for a copy of libstdc++.a or/and libsupc++.a:
LIBSTDC
=
../../syslibs/libstdc++.a
else
# Or Use static link for libsupc++ or libstdc++
LIBSTDC
=
-lstdc
++
endif
all
:
netlist_form_pads-pcb
deps
:
...
...
freeroute.jnlp
View file @
690fda2f
...
...
@@ -15,11 +15,9 @@
<resources>
<jar
download=
"eager"
href=
"router.jar"
/>
<extension
href=
"help.jnlp"
name=
"Java Help"
/>
<java
version=
"1.6+"
/>
<java
version=
"1.6+"
java-vm-args=
"-Xmx1024m"
/>
</resources>
<application-desc
main-class=
"gui.MainApplication"
>
<argument>
-webstart
</argument>
<argument>
-Xincgc
</argument>
<argument>
-Xmx512m
</argument>
</application-desc>
</jnlp>
\ No newline at end of file
pcbnew/makefile.gtk
View file @
690fda2f
...
...
@@ -3,11 +3,10 @@
include
../libs.linux
BOOST_LIB
=
/usr/include/boost
BOOST_LIB
=
../
# Additional compiler flags
CPPFLAGS
+=
CPPFLAGS
+=
-I
$(BOOST_LIB)
TARGET
=
pcbnew
...
...
@@ -20,7 +19,7 @@ include makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
$(BOOST_LIB)
$(TARGET)
:
$(OBJECTS) makefile.gtk makefile.include $(LIBVIEWER3D) $(EXTRALIBS) ../libs.linux
...
...
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