Project

General

Profile

Revision 175

changed organization

View differences:

proj/DR.mk
2 2

  
3 3
SRCS= proj.c graph.c sprite.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c
4 4

  
5
CPPFLAGS += -pedantic -I./bmp -I./xpm -D DIOGO -D __LCOM_OPTIMIZED_
5
CPPFLAGS += -pedantic -I./include -I./bmp -I./xpm -D DIOGO -D __LCOM_OPTIMIZED_
6 6

  
7 7
DPADD += ${LIBLCF}
8 8
LDADD += -llcf
proj/Makefile
2 2

  
3 3
SRCS= proj.c graph.c sprite.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c
4 4

  
5
CPPFLAGS += -pedantic -I./bmp -I./xpm -D __LCOM_OPTIMIZED_
5
CPPFLAGS += -pedantic -I./include -I./bmp -I./xpm -D __LCOM_OPTIMIZED_
6 6

  
7 7
DPADD += ${LIBLCF}
8 8
LDADD += -llcf
proj/TB.mk
2 2

  
3 3
SRCS= proj.c graph.c sprite.c kbc.c keyboard.c mouse.c utils.c timer.c interrupts_func.c proj_func.c fast_math.c
4 4

  
5
CPPFLAGS += -pedantic -I./bmp -I./xpm -D TELMO #-D __LCOM_OPTIMIZED_
5
CPPFLAGS += -pedantic -I./include -I./bmp -I./xpm -D TELMO #-D __LCOM_OPTIMIZED_
6 6

  
7 7
DPADD += ${LIBLCF}
8 8
LDADD += -llcf

Also available in: Unified diff