*** empty log message ***

This commit is contained in:
cxgeorge 2001-10-11 02:45:28 +00:00
parent 4333ac91b3
commit bd800263e8
2 changed files with 11 additions and 11 deletions

View File

@ -57,8 +57,8 @@ Step 1: Install Visual C++ (v6.0)
Step 2: Install MS Platform SDK to get updated VC libs and headers Step 2: Install MS Platform SDK to get updated VC libs and headers
- Install MS Platform SDK MSDN CD in default location. - Install MS Platform SDK MSDN CD in default location.
- Run v:\platform-sdk\setup.exe, or install from a (Feb/Jul/Oct) 2000 Platform SDK CD - Run v:\platform-sdk\setup.exe to install the Feb 2001 Platform SDK.
Do not use a Feb 2001 or newer release, since it will be missing DX7 d3dim.lib (there may be problems with other versions of the Platform SDK)
This should prepend the Platform SDK paths to your PATH,INCLUDE, and This should prepend the Platform SDK paths to your PATH,INCLUDE, and
LIB dirs. Building libpandadx requires this step (needs DX7 headers/libs) LIB dirs. Building libpandadx requires this step (needs DX7 headers/libs)

View File

@ -57,14 +57,14 @@ Step 1: Install Visual C++ (v6.0)
Step 2: Install MS Platform SDK to get updated VC libs and headers Step 2: Install MS Platform SDK to get updated VC libs and headers
- Install MS Platform SDK MSDN CD in default location. - Install MS Platform SDK MSDN CD in default location.
- Run v:\platform-sdk\setup.exe, or install from a (Feb/Jul/Oct) 2000 - Run v:\platform-sdk\setup.exe to install the Feb 2001 Platform SDK.
Platform SDK CD. Do not use a Feb 2001 or newer release, since it will (there may be problems with other versions of the Platform SDK)
be missing DX7 d3dim.lib. This should prepend the Platform SDK paths This should prepend the Platform SDK paths to your PATH,INCLUDE,
to your PATH,INCLUDE, and LIB dirs. Building libpandadx requires this and LIB dirs. Building libpandadx requires this step (needs DX7
step (needs DX7 headers/libs) headers/libs)
Step 3: Install Cygwin (v1.3.2) Step 3: Install Cygwin (v1.3.3)
- Install Cygwin by running V:\cygwin-1.3.2\setup.exe, and selecting - Install Cygwin by running V:\cygwin-1.3.3\setup.exe, and selecting
'install from local directory' (or go to cygwin.com and run setup.exe 'install from local directory' (or go to cygwin.com and run setup.exe
from the link there to install the latest version from the internet) from the link there to install the latest version from the internet)
- Open up a shell by running (and, if you desire, creating a shortcut to) - Open up a shell by running (and, if you desire, creating a shortcut to)
@ -75,10 +75,10 @@ Step 3: Install Cygwin (v1.3.2)
"Cygwin" and "bash". You can then run "tcsh" at the bash prompt to make "Cygwin" and "bash". You can then run "tcsh" at the bash prompt to make
things easier. things easier.
- Set up the Cygwin environment: - Set up the Cygwin environment:
- Cygwin 1.3.2 comes with tcsh 6.10.00, which has a bug preventing - Cygwin 1.3.3 comes with tcsh 6.10.00, which has a bug preventing
files on the path like 'CL.EXE' from being recognized as executable files on the path like 'CL.EXE' from being recognized as executable
when the shell is outside of their directory. For now we must revert when the shell is outside of their directory. For now we must revert
to tcsh 6.09, do 'copy V:\cygwin-1.3.2\tcsh.exe c:\cygwin\bin'. Also to tcsh 6.09, do 'copy V:\cygwin-1.3.3\tcsh.exe c:\cygwin\bin'. Also
copy more.exe from the same location, this seems to be missing in the copy more.exe from the same location, this seems to be missing in the
latest cygwin install. latest cygwin install.