Ignore:
Timestamp:
04/19/08 14:42:50 (5 years ago)
Author:
sam
Message:
  • Remove #include <stdint.h> etc. from "common.h". Instead, make sure that <cucul.h> will provide the C99 types, even if libcaca has been installed.
  • Rename what's left of "common.h" to "stubs.h".
  • Remove all references to erroneous <inttypes.h> from source files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/build-kernel

    r2054 r2299  
    77set -e 
    88 
    9 CFLAGS="-fno-builtin -O2 -I. -I.. -Wall" 
     9CFLAGS="-fno-builtin -O2 -I. -I.. -I../cucul/ -Wall" 
    1010CPPFLAGS="-D__KERNEL__ -nostdinc -include kernel/kernel.h" 
    1111LDFLAGS="-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000" 
Note: See TracChangeset for help on using the changeset viewer.