Skip to content

Commit

Permalink
add array with all project names to common.d
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 26, 2014
1 parent cf0d0eb commit 501e7ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create_dmd_release/common.d
Expand Up @@ -3,6 +3,9 @@ import std.file, std.path, std.stdio;
//------------------------------------------------------------------------------
// File/Folder tools

///
enum allProjects = ["dmd", "druntime", "phobos", "tools", "dlang.org", "installer"];

/// Copy files, creating destination directories as needed
void copyFiles(string[] files, string srcDir, string dstDir, bool delegate(string) filter = null)
{
Expand Down

0 comments on commit 501e7ad

Please sign in to comment.