Skip to content

Commit

Permalink
rename link.exe to optlink.exe
Browse files Browse the repository at this point in the history
- still keep a copy as link.exe for now
  • Loading branch information
MartinNowak committed Sep 27, 2015
1 parent 5c2ea1f commit 83b3ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create_dmd_release/build_all.d
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ int main(string[] args)
// Get latest optlink
remove(workDir~"/old-dmd/dmd2/windows/bin/link.exe");
extractZip(cacheDir~"/"~optlink, workDir~"/old-dmd/dmd2/windows/bin");
// rename to optlink.exe (but keep a copy as link.exe for a while)
copyFile(workDir~"/old-dmd/dmd2/windows/bin/link.exe", workDir~"/old-dmd/dmd2/windows/bin/optlink.exe");
// Get latest libC (snn.lib)
remove(workDir~"/old-dmd/dmd2/windows/lib/snn.lib");
copyFile(cacheDir~"/"~libC, workDir~"/old-dmd/dmd2/windows/lib/"~libC);
Expand Down

0 comments on commit 83b3ab4

Please sign in to comment.