Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/Package In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14001/CellTrackPPC/Package Added Files: Cabwiz.exe cabwiz.ddf celltPPC.inf celltrackPPC.ini eula.txt ezsetup.exe makecab.bat makecab.exe readme.txt Log Message: Pocket PC Port of CellTrack - first build --- NEW FILE: makecab.bat --- @echo off cd f:\work\cvs\celltrack\celltrack\celltrackppc\package echo Deleting Old Files del CellTrack-PPC_beta_CVS.exe del celltPPC.cab echo building cab file cabwiz.exe celltPPC.inf echo Makeing Setup ezsetup.exe -l english -i celltrackPPC.ini -r readme.txt -e eula.txt -o CellTrack-PPC_beta_CVS.exe --- NEW FILE: cabwiz.ddf --- ; ; cabwiz.ddf ; ; Template directive file to create the CAB file ; .Set Cabinet=ON .Set Compress=OFF .Set CabinetFileCountThreshold=0 ; no files per cabinet threshold .Set FolderFileCountThreshold=0 ; no files per folder threshold .Set FolderSizeThreshold=0 ; no folder size threshold .Set MaxCabinetSize=0 ; no max size for the cabinet .Set MaxDiskFileCount=0 .Set MaxDiskSize=0 .Set ReservePerCabinetSize=0 ; for web signing .Set ReservePerDataBlockSize=0 .Set ReservePerFolderSize=0 .Set UniqueFiles=OFF .Set DiskDirectory1=. .Set DiskLabel1=Setup ; ; to be filled out by the CABWIZ.exe program ;.Set InfFileName= ;.Set RptFileName= ;.Set CabinetName1= ; ; followed by the list of files --- NEW FILE: Cabwiz.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ezsetup.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: celltrackPPC.ini --- [CEAppManager] Version = 1.0 Component = CellTrackPPC [CellTrackPPC] Description = "SPV-Devlopers CellTrackPPC" Uninstall = "SPV-Devlopers CellTrackPPC" CabFiles = celltPPC.cab --- NEW FILE: makecab.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eula.txt --- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. --- NEW FILE: celltPPC.inf --- [Version] Signature = $Windows NT$ Provider = "SPV-Developers" CESignature = "$Windows CE$" [CEStrings] AppName = "CellTrackPPC" InstallDir=%CE1%\%AppName% ; Installation directory on device [DefaultInstall] ; operations to complete during install CEShortcuts=Shortcuts ; Create a shortcut CopyFiles=CellTrackFiles ; Copy files [SourceDisksNames] ; directory that holds source data 1=, "CellTrackPPC ARM",,"..\ARMV4Rel" 2=, "NiceRIL dll",,"..\NiceRIL\ARMV4Rel" [SourceDisksFiles] ; listing of all files to be included in cab CellTPPC.exe = 1 NiceRIL.dll = 2 [DestinationDirs] ; default directory destination for each entry CellTrackFiles=0,%InstallDir% Shortcuts=0,%InstallDir% [CellTrackFiles] ; alias for use in DefaultInstall above CellTPPC.exe,,,0 NiceRIL.dll,,,0 [Shortcuts] ; shortcut created in destination directory CellTrackPPC,0,CellTPPC.exe, %CE11% --- NEW FILE: readme.txt --- Welcome to the CellTrackPPC beta :) Website: http://www.spv-developers.com/ Download: http://thelogster.34sp.com/celltracker Logie Urquhart (TheLogster) http://www.thelogster.com |