Sha256: 03ec7f6f26dea150481ac040dc0f7366680984775191042d88862c997744aef8

Contents?: true

Size: 939 Bytes

Versions: 135

Compression:

Stored size: 939 Bytes

Contents

# -*- makefile -*- Time-stamp: <03/10/29 22:20:01 ptr>
# $Id: clean.mak 1802 2005-11-01 08:25:57Z complement $

clean:
	@if exist $(OUTPUT_DIR)\*.o del /F /Q $(OUTPUT_DIR)\*.o
	@if exist $(OUTPUT_DIR_DBG)\*.o del /F /Q $(OUTPUT_DIR_DBG)\*.o
	@if exist $(OUTPUT_DIR_STLDBG)\*.o del /F /Q $(OUTPUT_DIR_STLDBG)\*.o
	@if exist $(OUTPUT_DIR_A)\*.o del /F /Q $(OUTPUT_DIR_A)\*.o
	@if exist $(OUTPUT_DIR_A_DBG)\*.o del /F /Q $(OUTPUT_DIR_A_DBG)\*.o
	@if exist $(OUTPUT_DIR_A_STLDBG)\*.o del /F /Q $(OUTPUT_DIR_A_STLDBG)\*.o
	@if exist $(OUTPUT_DIR)\*.obj del /F /Q $(OUTPUT_DIR)\*.obj
	@if exist $(OUTPUT_DIR_DBG)\*.obj del /F /Q $(OUTPUT_DIR_DBG)\*.obj
	@if exist $(OUTPUT_DIR_STLDBG)\*.obj del /F /Q $(OUTPUT_DIR_STLDBG)\*.obj
	@if exist $(OUTPUT_DIR_A)\*.obj del /F /Q $(OUTPUT_DIR_A)\*.obj
	@if exist $(OUTPUT_DIR_A_DBG)\*.obj del /F /Q $(OUTPUT_DIR_A_DBG)\*.obj
	@if exist $(OUTPUT_DIR_A_STLDBG)\*.obj del /F /Q $(OUTPUT_DIR_A_STLDBG)\*.obj

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-2.0.0.beta7 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-2.0.0.beta6 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-2.0.0.beta4 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-2.0.0.beta3 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.5.5 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-2.0.0.beta2 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-2.0.0.beta1 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.5.4 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.5.3 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.5.2 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.5.1 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.5.0 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.4.2 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.4.1 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-1.4.0 platform/shared/stlport/build/Makefiles/nmake/clean.mak