Skip to content

Commit

Permalink
Merge pull request #39 from MartinNowak/dmd_ini
Browse files Browse the repository at this point in the history
copy ini files from dmd folder
  • Loading branch information
WalterBright committed Jan 13, 2014
2 parents 630b5c9 + dd8c62e commit 95cf382
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 26 deletions.
1 change: 1 addition & 0 deletions create_dmd_release/create_dmd_release.d
Expand Up @@ -873,6 +873,7 @@ void createRelease(string branch)
// Copy sources (should cppunit be omitted??)
auto dmdSrcFilter = (string a) => !a.match("^cppunit[^/]*/");
copyDirVersioned(cloneDir~"/dmd/src", releaseDir~"/dmd2/src/dmd", a => dmdSrcFilter(a));
copyDirVersioned(cloneDir~"/dmd/ini", releaseDir~"/dmd2");
copyDirVersioned(cloneDir~"/druntime", releaseDir~"/dmd2/src/druntime", a => a != ".gitignore");
copyDirVersioned(cloneDir~"/phobos", releaseDir~"/dmd2/src/phobos", a => a != ".gitignore");

Expand Down
4 changes: 0 additions & 4 deletions create_dmd_release/extras/linux/dmd2/linux/bin32/dmd.conf

This file was deleted.

4 changes: 0 additions & 4 deletions create_dmd_release/extras/linux/dmd2/linux/bin64/dmd.conf

This file was deleted.

4 changes: 0 additions & 4 deletions create_dmd_release/extras/osx/dmd2/osx/bin/dmd.conf

This file was deleted.

4 changes: 0 additions & 4 deletions create_dmd_release/extras/osx/dmd2/osx/bin/dmdx.conf

This file was deleted.

10 changes: 0 additions & 10 deletions create_dmd_release/extras/windows/dmd2/windows/bin/sc.ini

This file was deleted.

0 comments on commit 95cf382

Please sign in to comment.