TicTacToe.pkg
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. ; TicTacToe.pkg
  2. ;
  3. ;Language - standard language definitions
  4. &EN
  5. ; standard SIS file header
  6. #{"TicTacToe"},(0x102753ED),1,0,0
  7. ;Localised Vendor name
  8. %{"Vendor-EN"}
  9. ;Unique Vendor name
  10. :"Vendor"
  11. ;Supports Series 60 v 3.0
  12. [0x101F7961], 0, 0, 0, {"Series60ProductID"}
  13. ;Files to install
  14. ;You should change the source paths to match that of your environment
  15. ;<source> <destination>
  16. "$(EPOCROOT)Epoc32release$(PLATFORM)$(TARGET)TicTacToe.exe"        -"!:sysbinTicTacToe.exe"
  17. "$(EPOCROOT)Epoc32datazresourceappsTicTacToe.rsc"        -"!:resourceappsTicTacToe.rsc"
  18. "$(EPOCROOT)Epoc32datazprivate10003a3fappsTicTacToe_reg.rsc"    -"!:private10003a3fimportappsTicTacToe_reg.rsc"
  19. "$(EPOCROOT)Epoc32datazresourceappsTicTacToe.mif" -"!:resourceappsTicTacToe.mif"
  20. ; Add any installation notes if applicable
  21. ;"TicTacToe.txt"        -"!:private102753EDTicTacToe.txt"
  22. ;required for application to be covered by backup/restore facility 
  23. "..sisbackup_registration.xml" -"!:private102753EDbackup_registration.xml"