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.
16 lines
366 B
16 lines
366 B
iCPU=$(PROCESSOR_ARCHITECTURE)
|
|
!IF "$(iCPU)"=="x86"
|
|
iCPU=I386
|
|
!ENDIF
|
|
|
|
!IF "$(PROCESSOR_ARCHITECTURE)"!="MIPS"
|
|
!IF "$(PROCESSOR_ARCHITECTURE)"!="PPC"
|
|
|
|
CDROOT=$(_NTTREE)\inetsrv\Dump
|
|
|
|
copyfile:
|
|
#if not exist "$(CDROOT)" mkdir $(CDROOT)
|
|
# xcopy /d $(iCPU)\*.* $(CDROOT)
|
|
perl -S xcopy2binplace.pl /d *.exe $(CDROOT)
|
|
!ENDIF
|
|
!ENDIF
|