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.

13 lines
324 B

  1. !if "$(_TGTOS)"=="CE"
  2. copy_files:
  3. #-------------------------
  4. # Copy
  5. #-------------------------
  6. mkdir $(_PRIVATEROOT)\$(WINCEPROJ)\setup
  7. mkdir $(_PRIVATEROOT)\$(WINCEPROJ)\setup\installer
  8. copy currver.inc $(_PRIVATEROOT)\$(WINCEPROJ)\setup\installer\
  9. !else # "$(_TGTOS)"=="CE"
  10. !endif # "$(_TGTOS)"=="CE"