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

Changeset 3832

Show
Ignore:
Timestamp:
08/02/08 11:59:04 (4 months ago)
Author:
larsivi
Message:

VFS examples were mostly missing

Files:

Legend:

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

    r3766 r3832  
    11[concurrency/fiber_test.d] 
    22buildflags += -unittest 
     3 
    34[conduits/composite.d] 
    45[conduits/createzip.d] 
     
    2223[conduits/shuffle.d] 
    2324[conduits/unifile.d] 
     25 
    2426[console/hello.d] 
    2527[console/stdout.d] 
     28 
    2629[logging/chainsaw.d] 
    2730[logging/logging.d] 
    2831[logging/multilog.d] 
     32 
    2933[manual/chapterStorage.d] 
     34 
    3035[networking/homepage.d] 
    3136[networking/httpget.d] 
     
    3338[networking/sockethello.d] 
    3439[networking/socketserver.d] 
     40 
    3541#[system/arguments.d] 
    3642[system/localtime.d] 
    3743[system/normpath.d] 
    3844[system/process.d] 
     45 
    3946[text/formatalign.d] 
    4047[text/formatindex.d] 
     
    4350[text/token.d] 
    4451[text/xmldom.d] 
    45 buildflags += -Jtext 
    4652[text/xmlpull.d] 
    47 buildflags += -Jtext 
    4853[text/xmlsax.d] 
    49 buildflags += -Jtext 
    5054[text/xmlpath.d] 
     55 
     56[vfs/vfscan.d] 
     57[vfs/vfscanregex.d] 
     58[vfs/vfshuffle.d] 
    5159[vfs/vfszip.d] 
    5260version (Windows) { 
  • trunk/example/jake-all.bat

    r3235 r3832  
    7474@jake text\xmlsax.d -I.. -op 
    7575 
     76@rem ########################################################################### 
     77@rem # VFS EXAMPLES 
     78@rem ########################################################################### 
     79 
     80@jake vfs\vfscan.d -I.. -op 
     81@jake vfs\vfscanregex.d -I.. -op 
     82@jake vfs\vfshuffle.d -I.. -op 
     83@jake vfs\vfszip.d -I.. -op -L"zlib;libbz2" 
     84 
    7685@rem FINI 
    7786