Changeset 341

Show
Ignore:
Timestamp:
01/16/07 21:18:27 (4 years ago)
Author:
goodea
Message:

virtual cam

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/hal/virtual-cam/defs.mk

    r315 r341  
    3939        -Wreturn-type -Wshadow -Wstrict-prototypes -Wunused -Wextra \ 
    4040        -Werror-implicit-function-declaration \ 
    41         -ffreestanding -std=gnu99 -g -fdata-sections -ffunction-sections 
     41        -ffreestanding -std=gnu99 -g -fdata-sections -ffunction-sections \ 
     42        -DVIRTUAL_CAM 
    4243 
    4344override LDFLAGS+=-lm 
  • trunk/projects/cmucam2/polly.c

    r340 r341  
    1010#include "conv.h" 
    1111 
    12 #define VIRTUAL_CAM 
    1312#define MMC_DEBUG 
    1413 
  • trunk/projects/polly/main.c

    r335 r341  
    99#include "polly.h" 
    1010 
    11 #define VIRTUAL_CAM 
    1211#define MMC_DEBUG 
    1312 
  • trunk/projects/polly/polly.c

    r340 r341  
    1111#include "lreg.h" 
    1212 
    13 #define VIRTUAL_CAM 
    1413#define MMC_DEBUG 
    1514