From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp and win95? (Potential FAQ answer, Eli?) Date: Mon, 30 Jun 1997 15:49:26 -0500 Organization: Spectrum Healthcare Services Lines: 28 Message-ID: <33B81BD6.382C200@a.crl.com> References: <5p5t7m$76q AT news DOT fiberlink DOT net> <33B6BAC8 DOT 2D01 AT cs DOT com> <33B7A36E DOT 3958 AT nortel DOT ca> NNTP-Posting-Host: a116004.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ian Chapman wrote: > In v2tk there is rsxntdj1.zip ... I think that is what we should > get. Do you know what is rsxdj131.zip is? Is that the sources, it is > very big. > > I take it that this packege does not need owl or mfc to compile. RSXDJ131.ZIP is for DJGPP v.2.0.1, whereas RSXNTDJ1.ZIP is for DJGPP v2.0.0, apparently. It does include the source of the RSXNTDJ 1.3.1 utilities like grc.exe (resource compiler). The basic DJGPP v.2.0.1, RSXDJ131.ZIP, and a Microsoft package called "the Microsoft Platform SDK" (March 1997 edition, downloadable from the Microsoft web site) gives you a complete Win32 development environment. The RSXNTDJ installation replaces the DJGPP ld.exe with its own version, alters the DJGPP.ENV file to make it search for include files and lib files in the RSXNTDJ directories as well as the DJGPP directories, and make gcc use the RSXNTDJ version of the spec file instead of the original spec file. The extend to which the Microsoft Platform SDK is needed is limited to copying the Microsoft include files into a RSXNTDJ include directory, and applying a patch. -- Weiqi Gao weiqigao AT a DOT crl DOT com