Update path to mingw32 libs
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 12 Jul 2014 09:21:09 +0000 (09:21 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 12 Jul 2014 09:21:09 +0000 (09:21 +0000)
mmsoftware/mystic_ships/client/BUILDING

index 8e899a0..5807223 100644 (file)
@@ -1,4 +1,4 @@
-$Id: BUILDING,v 1.6 2014/07/12 08:52:35 mmondor Exp $
+$Id: BUILDING,v 1.7 2014/07/12 09:21:09 mmondor Exp $
 
 
 NetBSD
@@ -136,7 +136,7 @@ by default.  Although they may not be the latest versions, the
 following archive may be extracted once in your cygwin or unix
 cross-compiling environment, using the command
 "cd / && tar xzvpf <archive>":
-http://tms.pulsar-zone.net/cygwin-mingw-libs.tgz
+http://tms.pulsar-zone.net/mingw32-libs.tgz
 
 Go to the client/ directory, modify src/conf.h and GNUmakefile as
 necessary, then run "MINGW=yes gmake", or "MINGW=yes make" where