mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
76 lines
2.6 KiB
Batchfile
76 lines
2.6 KiB
Batchfile
@rem ###########################################################################
|
|
@rem # CONCURRENCY EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake concurrency\fiber_test.d -I.. -op -unittest
|
|
|
|
@rem ###########################################################################
|
|
@rem # CONDUIT EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake conduits\composite.d -I.. -op
|
|
@jake conduits\filebubbler.d -I.. -op
|
|
@jake -c conduits\filebucket.d -I.. -op
|
|
@jake conduits\filecat.d -I.. -op
|
|
@jake conduits\filecopy.d -I.. -op
|
|
@jake conduits\filepathname.d -I.. -op
|
|
@jake conduits\filescan.d -I.. -op
|
|
@jake conduits\filescanregex.d -I.. -op
|
|
@jake conduits\lineio.d -I.. -op
|
|
@jake conduits\mmap.d -I.. -op
|
|
@jake conduits\randomio.d -I.. -op
|
|
@jake conduits\unifile.d -I.. -op
|
|
|
|
@rem ###########################################################################
|
|
@rem # CONSOLE EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake console\hello.d -I.. -op
|
|
@jake console\stdout.d -I.. -op
|
|
|
|
@rem ###########################################################################
|
|
@rem # LOGGING EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake logging\chainsaw.d -I.. -op
|
|
@jake logging\logging.d -I.. -op
|
|
|
|
@rem ###########################################################################
|
|
@rem # REFERENCE MANUAL EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake manual\chapterStorage.d -I.. -op
|
|
|
|
@rem ###########################################################################
|
|
@rem # NETWORKING EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake networking\homepage.d -I.. -op
|
|
@jake networking\httpget.d -I.. -op
|
|
@jake networking\sockethello.d -I.. -op
|
|
@jake networking\socketserver.d -I.. -op
|
|
@jake networking\selector.d -I.. -op
|
|
|
|
@rem ###########################################################################
|
|
@rem # SYSTEM EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake system\argparser.d -I.. -op
|
|
@jake system\localtime.d -I.. -op
|
|
@jake system\normpath.d -I.. -op
|
|
@jake system\process.d -I.. -op
|
|
|
|
@rem ###########################################################################
|
|
@rem # TEXT EXAMPLES
|
|
@rem ###########################################################################
|
|
|
|
@jake text\formatalign.d -I.. -op
|
|
@jake text\formatindex.d -I.. -op
|
|
@jake text\formatspec.d -I.. -op
|
|
@jake text\localetime.d -I.. -op
|
|
@jake text\token.d -I.. -op
|
|
|
|
@rem FINI
|
|
|
|
@del *.map
|
|
@dir *.exe |