Windows-Server-2003/sdktools/verifier/win2k/makefile.inc

13 lines
471 B
PHP
Raw Normal View History

2024-08-04 01:28:15 +02:00
!IF "$(BUILD_ALT_DIR)" == "d"
VERIFIER_BIN_DIR=binD
!ELSE
VERIFIER_BIN_DIR=bin
!ENDIF
copyexe:
if exist $(_OBJ_DIR)\i386\*.exe copy $(_OBJ_DIR)\i386\*.exe ..\$(VERIFIER_BIN_DIR)\i386
if exist $(_OBJ_DIR)\i386\*.dll copy $(_OBJ_DIR)\i386\*.exe ..\$(VERIFIER_BIN_DIR)\i386
if exist $(_OBJ_DIR)\Alpha\*.exe copy $(_OBJ_DIR)\Alpha\*.exe ..\$(VERIFIER_BIN_DIR)\alpha
if exist $(_OBJ_DIR)\Alpha\*.dll copy $(_OBJ_DIR)\Alpha\*.exe ..\$(VERIFIER_BIN_DIR)\alpha