[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Building for Windows
- To: crimson-users@xxxxxxxx
- Subject: Re: Building for Windows
- From: Gregg Eshelman <g_alan_e@xxxxxxxxx>
- Date: Fri, 4 Jan 2013 01:50:20 -0800 (PST)
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: crimson-users-outgoing@xxxxxxxx
- Delivered-to: crimson-users@xxxxxxxx
- Delivery-date: Fri, 04 Jan 2013 04:50:24 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1357293020; bh=QUVqzMV80P1HGW0k6IBLGrV21oN2qteAU9syvLEpTvU=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=m0PUCXCzPvx+RJWHyz11slPw1JR+cUV6eBn93V8jW86DHxRSx98e3Luu/xPT8m1xrP1IYh64Je3H86+4SujcNbRDtHIvHW0l5KgCEHPLW2Bv+HkV3cqhgqAOyfYxHQNBIfbkCArRF5Yz39hv65S4Ax6hayXVlHEjaUrrglakRYc=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=ZjKMXuMZbf7LImZgrA4+bITQj3aEjkj6vm6m3yIkFRQP6HOsLwWuXCntRUugw5kUJVdYFlwXWVYE7apK20H1HO+5buZmgEHRkw5Xngsfhw3LqKfQpd7mgMa8cA5JpaApAWWfbJa434L7RpQt1Iw/HVXHL7J2WfmMIh2r4+ck70E=;
- In-reply-to: <50E69F64.6060807@xxxxxxxxxxx>
- Reply-to: crimson-users@xxxxxxxx
- Sender: owner-crimson-users@xxxxxxxx
--- On Fri, 1/4/13, SteveB <questions4steveb@xxxxxxxxxxx> wrote:
> From: SteveB <questions4steveb@xxxxxxxxxxx>
> For the Windows users amongst you, I've been playing with it
> quite a bit .. see :-
> http://questions4steveb.co.uk/Wargames/0.%20Wargames%20index.html
> (you will see from my 'trials & tribulations' that I'm
> not a programmer :-) )
"Note that the map source (.src) files contain UNIX style line breaks (line feed = 0x0A) which need to be replaced with Windows style (carriage return + line feed = 0x0D0A) before they can be processed using QBasic scripts"
That's easy to do. Simply open them in Wordpad and save as text files. It replaces the line endings with the DOS/Win style CR/LF.