mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
|
#Configuration for build kicad
|
||
|
KICAD_BIN = /usr/local/kicad/macosx
|
||
|
|
||
|
RESCOMP = /Developer/Tools/Rez -d __DARWIN__ -t APPL -d __WXMAC__ -i .
|
||
|
SETFILE = /Developer/Tools/SetFile
|
||
|
|
||
|
SRCSUFF = .cpp
|
||
|
OBJSUFF = .o
|
||
|
FINAL = 1
|
||
|
|
||
|
LIBS = ../common/common.a `wx-config --libs`
|
||
|
LIBS3D = ../common/common.a `wx-config --libs std,gl`
|
||
|
|