##// END OF EJS Templates
Sync
Sync

File last commit:

r74:0f2d8fe5497f dev_alexis
r102:988f7eae7e79 dev_alexis
Show More
simulator.pro
14 lines | 264 B | text/idl | PrologLexer
UCMODEl is now a qmake parameter.
r74 contains(UCMODEL,simulator)
{
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = CORE/core.pro \
CPU/cpu.pro \
GPIO/gpio.pro \
UART/uart.pro \
SPI/spi.pro \
I2C/i2c.pro \
SDCARD \
SDLCD
UCMODEl is now a qmake parameter.
r74 }