Fix bugs on win95 builds, aprvd briano law
git-svn-id: svn://10.0.0.236/trunk@12879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6b39c7aa84
commit
b9f8af2788
@ -175,7 +175,9 @@ MAPFILE=.\$(OBJDIR)\$(MAPFILE)
|
||||
#//------------------------------------------------------------------------
|
||||
$(DIRS)::
|
||||
!if "$(WINOS)" == "WIN95"
|
||||
!if defined(VERBOSE)
|
||||
@echo +++ make: cannot recursively make on win95 using command.com, use w95make.
|
||||
!endif
|
||||
!else
|
||||
@echo +++ make: %MAKE_ARGS% in $(MAKEDIR)\$@
|
||||
@cd $@
|
||||
|
||||
@ -127,5 +127,5 @@ export::
|
||||
|
||||
clobber_all::
|
||||
cd $(DEPTH)
|
||||
-rd /s /q dist
|
||||
$(RM_R) dist
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user