Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3241

Show
Ignore:
Timestamp:
02/21/08 18:40:33 (9 months ago)
Author:
larsivi
Message:

Make it a valid dsss.conf ...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/dsss.conf

    r3239 r3241  
    33[conduits/composite.d] 
    44[conduits/createzip.d] 
    5 version (Windows) 
     5version (Windows) { 
    66    buildflags += -L"zlib;libbz2" 
    77} 
    8 else
     8version (Posix)
    99    buildflags += -L-lz 
    1010} 
     
    5353    buildflags += -L"zlib;libbz2" 
    5454} 
    55 else
     55version (Posix)
    5656    buildflags += -L-lz 
    5757}