Changeset 3832
- Timestamp:
- 08/02/08 11:59:04 (4 months ago)
- Files:
-
- trunk/example/dsss.conf (modified) (4 diffs)
- trunk/example/jake-all.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/example/dsss.conf
r3766 r3832 1 1 [concurrency/fiber_test.d] 2 2 buildflags += -unittest 3 3 4 [conduits/composite.d] 4 5 [conduits/createzip.d] … … 22 23 [conduits/shuffle.d] 23 24 [conduits/unifile.d] 25 24 26 [console/hello.d] 25 27 [console/stdout.d] 28 26 29 [logging/chainsaw.d] 27 30 [logging/logging.d] 28 31 [logging/multilog.d] 32 29 33 [manual/chapterStorage.d] 34 30 35 [networking/homepage.d] 31 36 [networking/httpget.d] … … 33 38 [networking/sockethello.d] 34 39 [networking/socketserver.d] 40 35 41 #[system/arguments.d] 36 42 [system/localtime.d] 37 43 [system/normpath.d] 38 44 [system/process.d] 45 39 46 [text/formatalign.d] 40 47 [text/formatindex.d] … … 43 50 [text/token.d] 44 51 [text/xmldom.d] 45 buildflags += -Jtext46 52 [text/xmlpull.d] 47 buildflags += -Jtext48 53 [text/xmlsax.d] 49 buildflags += -Jtext50 54 [text/xmlpath.d] 55 56 [vfs/vfscan.d] 57 [vfs/vfscanregex.d] 58 [vfs/vfshuffle.d] 51 59 [vfs/vfszip.d] 52 60 version (Windows) { trunk/example/jake-all.bat
r3235 r3832 74 74 @jake text\xmlsax.d -I.. -op 75 75 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 76 85 @rem FINI 77 86












