Changeset 65a4aad in thomson


Ignore:
Timestamp:
Jan 22, 2013, 6:27:11 PM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
45825a3
Parents:
6bd7144
Message:

Fix build

git-svn-id: svn://localhost/thomson@30 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/Makefile

    r6bd7144 r65a4aad  
    2727
    2828CC              = g++
    29 CPPFLAGS = $(USBFLAGS) -Os -Wall $(IUPFLAGS) -I/local/include -std=c++0x
    30 LIBS = $(USBLIBS) -Os $(IUPLIBS) -liup -liupcontrols -liupcd -lcd -lfreetype -lz
     29CPPFLAGS = -g $(USBFLAGS) -Os -Wall $(IUPFLAGS) -I/local/include -std=c++0x
     30LIBS = $(USBLIBS) -Os $(IUPLIBS) -liup -liupcontrols -liupcd -liupimglib -lcd -lfreetype -lz
    3131
    3232PROJECT = CrO2
Note: See TracChangeset for help on using the changeset viewer.