123456789101112131415161718192021222324252627282930313233343536373839404142 |
- ; Installation file for Symbian OS 9.x for generic console application
- ; Installation file for Test_Console EXE
- ;
- ; This is an auto-generated PKG file by Carbide.
- ; This file uses variables specific to Carbide builds that will not work
- ; on command-line builds. If you want to use this generated PKG file from the
- ; command-line tools you will need to modify the variables with the appropriate
- ; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
- ;
- ;
- ; UID is the exe's UID
- ;
- #{"Test_Console EXE"},(0xE2FEEBBB),1,0,0
- ;Localised Vendor name
- %{"Vendor-EN"}
- ;Unique Vendor name
- ;:"Vendor"
- !({"Add Contact"},{"Add Landmark"},{"Add BookMark"})
- IF option1
- "..\sis\3.vcf"-"!:\private\E2FEEBBB\3.vcf"
- ENDIF
- IF option2
- "..\sis\TestLMX.lmx"-"!:\private\E2FEEBBB\TestLMX.lmx"
- ENDIF
- IF option3
- "..\sis\times.url"-"!:\private\E2FEEBBB\times.url"
- ENDIF
- if exists("z:\system\install\Series60v3.2.sis")
- "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Test_Console.exe" -"c:\sys\bin\Test_Console.exe",FR,RI
- else
- "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Test_Console.exe" -"c:\sys\bin\Test_Console.exe",FR,RI
- endif
|