Skip to content

Commit

Permalink
Merge pull request #92 from eco/win32-curl-download
Browse files Browse the repository at this point in the history
Win32 curl download link
  • Loading branch information
andralex committed Mar 3, 2012
2 parents 79e561e + 4f29f24 commit 4051330
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions download.dd
Expand Up @@ -274,14 +274,19 @@ $(SECTION2 Other Downloads,
)

$(LI
<a href="ftp://ftp.digitalmars.com/dmdscript.zip">
<a href="http://ftp.digitalmars.com/dmdscript.zip">
$(DOWNLOADIMG) DMDScript source</a>
)

$(LI
<a href="ftp://ftp.classicempire.com/empiresrc.zip">
<a href="http://ftp.classicempire.com/empiresrc.zip">
$(DOWNLOADIMG) Empire 2.01 source</a>
)

$(LI
<a href="$(DLGITHUB curl-$(CURLV)-dmd-win32.zip)" title="Download DMD2 compatible cURL">
$(DOWNLOADIMG) DMD2 compatible cURL $(CURLV)</a>
)
)
)

Expand All @@ -296,6 +301,7 @@ Macros:
DEBV2=2.058
RPMV1=1.073
RPMV2=2.058
CURLV=7.24.0

OPENSUSE64_1=dmd-$(RPMV1)-0.openSUSE.x86_64.rpm
OPENSUSE64_2=dmd-$(RPMV2)-0.openSUSE.x86_64.rpm
Expand Down

0 comments on commit 4051330

Please sign in to comment.