fixed missing options -DKICAD_AUIMANAGER and -DKICAD_AUITOOLBAR in makefiles when using aui

This commit is contained in:
charras 2010-01-10 19:20:26 +00:00
parent d5e1172042
commit 6eda97fbdd
1 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,14 @@ if(KICAD_GOST)
add_definitions(-DKICAD_GOST)
endif(KICAD_GOST)
if(KICAD_AUIMANAGER)
add_definitions(-DKICAD_AUIMANAGER)
endif(KICAD_AUIMANAGER)
if(KICAD_AUITOOLBAR)
add_definitions(-DKICAD_AUITOOLBAR)
endif(KICAD_AUITOOLBAR)
# Locations for install targets.
set(KICAD_BIN bin
CACHE PATH "Location of KiCad binaries.")