branches/micko/makefile
r23972 | r23973 | |
447 | 447 | endif |
448 | 448 | endif |
449 | 449 | |
| 450 | # make librocket H files know that we are using them as static lib |
| 451 | DEFS += -DSTATIC_LIB |
450 | 452 | |
451 | 453 | #------------------------------------------------- |
452 | 454 | # compile flags |
r23972 | r23973 | |
560 | 562 | -I$(SRC)/emu \ |
561 | 563 | -I$(OBJ)/emu \ |
562 | 564 | -I$(OBJ)/emu/layout \ |
| 565 | -I$(SRC)/lib/librocket/Include \ |
563 | 566 | -I$(SRC)/lib/util \ |
564 | 567 | -I$(SRC)/lib \ |
565 | 568 | -I$(SRC)/osd \ |
r23972 | r23973 | |
722 | 725 | LIBS += -lstdc++ -lpthread |
723 | 726 | endif |
724 | 727 | |
| 728 | LIBS += -lfreetype |
725 | 729 | #------------------------------------------------- |
726 | 730 | # 'default' target needs to go here, before the |
727 | 731 | # include files which define additional targets |