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


Ignore:
Timestamp:
Jan 29, 2012, 6:20:30 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
f9263dd
Parents:
32c7682
Message:
  • Move GUI in its own class
  • Design C++ callbacksystem for IUP
  • Load file from menu

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/Makefile

    r32c7682 rc7b4218  
    1414
    1515CC              = g++
    16 CPPFLAGS        = $(USBFLAGS) -O -Wall -I/usr/include/IUP/
     16CPPFLAGS        = $(USBFLAGS) -O -Wall -I/usr/include/IUP/ -g
    1717LIBS    = $(USBLIBS) -L/usr/lib/ -mwindows -liup -lcomctl32 -lole32
    1818
     
    2323all: $(PROGRAM)
    2424
    25 $(PROGRAM): $(PROJECT).o device.o poller.o
     25$(PROGRAM): $(PROJECT).o device.o gui.o k5.o
    2626        $(CC) -o $(PROGRAM) $^ $(LIBS)
    2727
Note: See TracChangeset for help on using the changeset viewer.