Here's what I did.I copied nmake.exe and MSVCR70.dll to my celestia main folder(nmake was complianing that it couldn't find the dll)
The thing was nmake.exe couldn't find winbuild.mak,so I cut&pasted both files to the source folder.So I brought up command prompt and got this output:
Code: Select all
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\STEVEN WARD.MERNIVIA>cd\
C:\> cd TortoiseCVS\celestia\src
C:\TortoiseCVS\celestia\src>nmake.exe /f winbuild.mak clean CFG=Release
Microsoft (R) Program Maintenance Utility Version 7.10.2240.8
Copyright (C) Microsoft Corporation. All rights reserved.
cd celutil
nmake /nologo /f util.mak MFLAGS=-MD clean CFG=Release
Could Not Find C:\TortoiseCVS\celestia\src\celutil\Release\cel_utils.lib
cd .
cd celmath .
nmake /nologo /f math.mak MFLAGS=-MD clean CFG=Release
Could Not Find C:\TortoiseCVS\celestia\src\celmath\Release\cel_math.lib
cd .
cd cel3ds
nmake /nologo /f 3ds.mak MFLAGS=-MD clean CFG=Release
Could Not Find C:\TortoiseCVS\celestia\src\cel3ds\Release\cel_3ds.lib
cd ..
cd celtxf
nmake /nologo /f txf.mak MFLAGS=-MD clean CFG=Release
Could Not Find C:\TortoiseCVS\celestia\src\celtxf\Release\cel_txf.lib
cd ..
cd celengine
nmake /nologo /f engine.mak MFLAGS=-MD clean CFG=Release
Could Not Find C:\TortoiseCVS\celestia\src\celengine\Release\cel_engine.lib
cd ..
cd celestia
nmake /nologo /f celestia.mak MFLAGS=-MD clean CFG=Release
Could Not Find C:\TortoiseCVS\celestia\src\celestia\Release\celestia.exe
cd ..
C:\TortoiseCVS\celestia\src>
I'm not sure what has happened here any ideas?
Regards,
nightcast2000