Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/demo/Makefile

    r009c485 r3875f106  
    4343
    4444CC = helenos-cc
    45 CFLAGS = -std=gnu99 -Wall `helenos-pkg-config --cflags libgui libdraw libmath`
     45LD = helenos-ld
     46CFLAGS = -std=gnu11 -Wall `helenos-pkg-config --cflags libgui libdraw libmath` \
     47    -D_HELENOS_SOURCE
    4648LIBS = `helenos-pkg-config --libs libgui libdraw libmath`
    4749output = viewer
     
    5557
    5658$(output): $(objects)
    57         $(CC) -o $@ $^ $(LIBS)
     59        $(LD) -o $@ $^ $(LIBS)
    5860
    5961%.o: %.c
Note: See TracChangeset for help on using the changeset viewer.