Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
471 B

  1. !IF "$(BUILD_ALT_DIR)" == "d"
  2. SYSTRACK_BIN_DIR=binD
  3. !ELSE
  4. SYSTRACK_BIN_DIR=bin
  5. !ENDIF
  6. copyexe:
  7. if exist $(_OBJ_DIR)\i386\*.exe copy $(_OBJ_DIR)\i386\*.exe ..\$(SYSTRACK_BIN_DIR)\i386
  8. if exist $(_OBJ_DIR)\i386\*.dll copy $(_OBJ_DIR)\i386\*.exe ..\$(SYSTRACK_BIN_DIR)\i386
  9. if exist $(_OBJ_DIR)\Alpha\*.exe copy $(_OBJ_DIR)\Alpha\*.exe ..\$(SYSTRACK_BIN_DIR)\alpha
  10. if exist $(_OBJ_DIR)\Alpha\*.dll copy $(_OBJ_DIR)\Alpha\*.exe ..\$(SYSTRACK_BIN_DIR)\alpha