Changeset main,7 for main/Makefile


Ignore:
Timestamp:
10/18/2007 12:00:50 AM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071018000050-30ib4wcvwq99r2hz
Message:

Brought in more ncurses routines.
Support wide characters.
Begin flat-menus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/Makefile

    r5 r7  
    55form2.so: LIBS := -lform
    66
    7 cdk_wrapper.so: LIBS := -lcdk
     7cdk_wrapper.so: LIBS := -lcdkw
    88
    99%.so: %.c
    1010        rm -f $@
    11         gcc -shared -fPIC -o $@ $< $(LIBS) -Wall -pedantic
     11        gcc -shared -fPIC -Wall -pedantic -o $@ $< $(LIBS)
    1212
    1313clean:
Note: See TracChangeset for help on using the changeset viewer.