Changeset e43c8d0 in thomson for elec/CrO2/software/Makefile


Ignore:
Timestamp:
Mar 24, 2012, 3:26:03 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
4a558d7
Parents:
fe55aa5
Message:

Some cleanup.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/Makefile

    rfe55aa5 re43c8d0  
    33ifdef WINDIR
    44        # windows
    5 USBFLAGS = -I/usr/local/mingw/include
    6 USBLIBS = -L/usr/local/mingw/lib -lusb
     5USBFLAGS = -I/local/include
     6USBLIBS = -L/local/lib -lusb
    77EXE_SUFFIX = .exe
    88else
     
    1414
    1515CC              = g++
    16 CPPFLAGS = $(USBFLAGS) -Os -Wall -I/usr/include/IUP/ -I/local/include -std=c++0x -mthreads
    17 LIBS = $(USBLIBS) -Os -L/usr/lib/ -mwindows -liup -liupcontrols -liupcd -lcd -lfreetype -lz -lcomctl32 -lole32 -mthreads
     16CPPFLAGS = $(USBFLAGS) -Os -Wall -I/local/include -std=c++0x -mthreads
     17LIBS = $(USBLIBS) -Os -mwindows -liup -liupcontrols -liupcd -lcd -lfreetype -lz -lcomctl32 -lole32 -mthreads
    1818
    1919PROJECT = CrO2
Note: See TracChangeset for help on using the changeset viewer.