Remove all uses of pushd/popd

in case someone  wants to build on Windows98 where they don't exist.
They are available in NT or Windows 2000 only (and possibly XP).
This commit is contained in:
nethack.allison
2002-01-22 22:54:54 +00:00
parent b54f1c2089
commit 1b91f47b4c
6 changed files with 16 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ LINK32=link.exe
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Generating src\tile.c
PostBuild_Cmds=chdir ..\src ..\util\tilemap.exe chdir ..\build
PostBuild_Cmds=echo chdir ..\src chdir ..\src ..\util\tilemap.exe echo chdir ..\build chdir ..\build
# End Special Build Tool
!ELSEIF "$(CFG)" == "tilemap - Win32 Debug"
@@ -84,7 +84,7 @@ LINK32=link.exe
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Generating src\tile.c
PostBuild_Cmds=echo pushd ..\src pushd ..\src ..\util\tilemap.exe popd echo popd
PostBuild_Cmds=echo chdir ..\src chdir ..\src ..\util\tilemap.exe echo chdir ..\build chdir ..\build
# End Special Build Tool
!ENDIF