Changeset 5e633b6 in thomson for elec/CrO2/software/Makefile


Ignore:
Timestamp:
Jan 24, 2012, 9:01:07 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
96bc8fa
Parents:
197a1cc
Message:

WIP GUI

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/Makefile

    r197a1cc r5e633b6  
    1313endif
    1414
    15 CC              = gcc
    16 CFLAGS  = $(USBFLAGS) -O -Wall -std=c99
    17 LIBS    = $(USBLIBS)
     15CC              = g++
     16CPPFLAGS        = $(USBFLAGS) -O -Wall -I/usr/include/IUP/
     17LIBS    = $(USBLIBS) -L/usr/lib/ -mwindows -liup -lcomctl32 -lole32
    1818
    1919PROJECT = CrO2
     
    2222
    2323all: $(PROGRAM)
    24 
    25 .c.o:
    26         $(CC) $(CFLAGS) -c $<
    2724
    2825$(PROGRAM): $(PROJECT).o
Note: See TracChangeset for help on using the changeset viewer.