Changeset 494 for trunk/thune/project.r

Show
Ignore:
Timestamp:
10/29/07 17:30:32 (13 months ago)
Author:
krobillard
Message:

Converting a UCS2 string to binary now creates big-endian words on all
platforms.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/project.r

    r471 r494  
    3131        cflags {-std=c99} 
    3232        ;cflags {-std=gnu99} 
     33        cflags {-D_GNU_SOURCE}  ; Needed to find swab() in unistd.h on Linux 
    3334        cflags {-pedantic} 
    3435        include_from %unix