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-7.6.0 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-7.5.1 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-7.4.1 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-7.1.17 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-6.2.0 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-6.0.11 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.18 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.17 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.15 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.0.22 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.2 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.0.7 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.0.3 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-5.5.0 platform/shared/stlport/build/Makefiles/nmake/clean.mak
tauplatform-1.0.3 platform/shared/stlport/build/Makefiles/nmake/clean.mak
tauplatform-1.0.2 platform/shared/stlport/build/Makefiles/nmake/clean.mak
tauplatform-1.0.1 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-3.5.1.12 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-3.3.5 platform/shared/stlport/build/Makefiles/nmake/clean.mak
rhodes-3.4.2 platform/shared/stlport/build/Makefiles/nmake/clean.mak