|
From: Logie U. <the...@us...> - 2005-11-25 18:10:38
|
Update of /cvsroot/nbftools/CellTrack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6997 Modified Files: CellTrack.vcp DlgSubmitName.cpp Log Message: Adding structure for CellTrack for the PPC :D Index: DlgSubmitName.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/DlgSubmitName.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- DlgSubmitName.cpp 2 Aug 2005 16:37:12 -0000 1.10 +++ DlgSubmitName.cpp 25 Nov 2005 18:10:29 -0000 1.11 @@ -28,7 +28,6 @@ BOOL WINAPI CDlgSubmitName::DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { TCHAR sztTmp[100]; - CRegistry Registry; T_CELLINFO tInfo; switch (uMsg) { Index: CellTrack.vcp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellTrack.vcp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- CellTrack.vcp 25 Oct 2005 16:53:02 -0000 1.29 +++ CellTrack.vcp 25 Nov 2005 18:10:29 -0000 1.30 @@ -47,10 +47,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r @@ -85,10 +85,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d "$(CePlatform)" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /r @@ -123,10 +123,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r @@ -161,10 +161,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r @@ -203,6 +203,7 @@ ".\AboutDlg.h"\ ".\DialogWindow.h"\ ".\Global.h"\ + ".\Log.h"\ NODEP_CPP_ABOUT=\ ".\ibrate.h"\ @@ -248,6 +249,7 @@ ".\AboutDlg.h"\ ".\DialogWindow.h"\ ".\Global.h"\ + ".\Log.h"\ NODEP_CPP_ABOUT=\ ".\ibrate.h"\ @@ -270,13 +272,31 @@ ".\CellDB.h"\ ".\CellGet.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ ".\onnmgr.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -290,11 +310,26 @@ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ ".\onnmgr.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -304,12 +339,28 @@ ".\CellGet.h"\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"connmgr.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -318,13 +369,31 @@ ".\CellDB.h"\ ".\CellGet.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ ".\onnmgr.h"\ + ".\ygshell.h"\ !ENDIF @@ -338,7 +407,10 @@ DEP_CPP_CELLG=\ ".\CellGet.h"\ + ".\EmuTools.h"\ ".\Global.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -368,7 +440,10 @@ DEP_CPP_CELLG=\ ".\CellGet.h"\ + ".\EmuTools.h"\ ".\Global.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -385,6 +460,7 @@ ".\AboutDlg.h"\ ".\CellDB.h"\ ".\CellGet.h"\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\DlgMain.h"\ @@ -394,12 +470,28 @@ ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLT=\ ".\ibrate.h"\ @@ -434,8 +526,19 @@ ".\Registry.h"\ ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLT=\ ".\ibrate.h"\ @@ -470,8 +573,19 @@ ".\Registry.h"\ ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ {$(INCLUDE)}"tpcshell.h"\ @@ -485,18 +599,38 @@ ".\AboutDlg.h"\ ".\CellDB.h"\ ".\CellGet.h"\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\DlgMain.h"\ ".\DlgNearbyCells.h"\ ".\DlgSettings.h"\ ".\DlgSubmitName.h"\ + ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ + ".\LocalDB.h"\ + ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLT=\ ".\ibrate.h"\ @@ -567,15 +701,18 @@ DEP_CPP_DIALO=\ ".\DialogWindow.h"\ + ".\Global.h"\ ".\WindowTracker.h"\ +NODEP_CPP_DIALO=\ + ".\inuserm.h"\ + !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" DEP_CPP_DIALO=\ ".\DialogWindow.h"\ ".\Global.h"\ - ".\Log.h"\ ".\WindowTracker.h"\ NODEP_CPP_DIALO=\ @@ -595,6 +732,11 @@ DEP_CPP_DIALO=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\WindowTracker.h"\ + +NODEP_CPP_DIALO=\ + ".\inuserm.h"\ !ENDIF @@ -612,6 +754,7 @@ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -632,7 +775,6 @@ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ @@ -673,6 +815,7 @@ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -707,8 +850,13 @@ ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ + ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -740,7 +888,6 @@ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ ".\LocalDBGroupsDlg.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\SelectCellDlg.h"\ @@ -800,9 +947,16 @@ ".\DlgNearbyCells.h"\ ".\DlgSettings.h"\ ".\DlgSubmitName.h"\ + ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ + ".\LocalDB.h"\ + ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -829,6 +983,7 @@ ".\DialogWindow.h"\ ".\DlgNearbyCells.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ NODEP_CPP_DLGNE=\ @@ -845,7 +1000,6 @@ ".\DialogWindow.h"\ ".\DlgNearbyCells.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -878,6 +1032,7 @@ ".\DialogWindow.h"\ ".\DlgNearbyCells.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ NODEP_CPP_DLGNE=\ @@ -901,6 +1056,7 @@ ".\DialogWindow.h"\ ".\DlgSettings.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -919,7 +1075,6 @@ ".\DialogWindow.h"\ ".\DlgSettings.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -956,6 +1111,7 @@ ".\DialogWindow.h"\ ".\DlgSettings.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -982,6 +1138,8 @@ ".\DialogWindow.h"\ ".\DlgSubmitName.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -1003,7 +1161,6 @@ ".\DlgSubmitName.h"\ ".\Global.h"\ ".\LocalDB.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ @@ -1045,6 +1202,8 @@ ".\DialogWindow.h"\ ".\DlgSubmitName.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -1085,7 +1244,6 @@ ".\DialogWindow.h"\ ".\EEDlg.h"\ ".\Global.h"\ - ".\Log.h"\ NODEP_CPP_EEDLG=\ ".\ibrate.h"\ @@ -1134,6 +1292,7 @@ DEP_CPP_EMUTO=\ ".\EmuTools.h"\ + ".\Global.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1141,7 +1300,6 @@ DEP_CPP_EMUTO=\ ".\EmuTools.h"\ ".\Global.h"\ - ".\Log.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1155,6 +1313,7 @@ DEP_CPP_EMUTO=\ ".\EmuTools.h"\ + ".\Global.h"\ !ENDIF @@ -1169,6 +1328,7 @@ DEP_CPP_EXPOR=\ ".\CellGet.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1177,7 +1337,6 @@ DEP_CPP_EXPOR=\ ".\CellGet.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1196,6 +1355,7 @@ DEP_CPP_EXPOR=\ ".\CellGet.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1213,6 +1373,7 @@ ".\DialogWindow.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1231,7 +1392,6 @@ ".\DialogWindow.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1268,6 +1428,7 @@ ".\DialogWindow.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1296,7 +1457,6 @@ DEP_CPP_GLOBA=\ ".\Global.h"\ - ".\Log.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1321,9 +1481,12 @@ !IF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Release" DEP_CPP_GPSSE=\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\Global.h"\ ".\GPSSettingsDlg.h"\ + ".\Registry.h"\ + ".\Settings.h"\ NODEP_CPP_GPSSE=\ ".\ibrate.h"\ @@ -1340,7 +1503,6 @@ ".\DialogWindow.h"\ ".\Global.h"\ ".\GPSSettingsDlg.h"\ - ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1371,9 +1533,12 @@ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" DEP_CPP_GPSSE=\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\Global.h"\ ".\GPSSettingsDlg.h"\ + ".\Registry.h"\ + ".\Settings.h"\ NODEP_CPP_GPSSE=\ ".\ibrate.h"\ @@ -1395,8 +1560,26 @@ DEP_CPP_LOCAL=\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + +NODEP_CPP_LOCAL=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1407,6 +1590,23 @@ ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + +NODEP_CPP_LOCAL=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1414,17 +1614,51 @@ DEP_CPP_LOCAL=\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" DEP_CPP_LOCAL=\ - ".\CellGet.h"\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\Registry.h"\ + ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + +NODEP_CPP_LOCAL=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ENDIF @@ -1457,7 +1691,6 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ - ".\Log.h"\ NODEP_CPP_LOCALD=\ ".\ibrate.h"\ @@ -1486,6 +1719,7 @@ DEP_CPP_LOCALD=\ ".\DialogWindow.h"\ ".\Global.h"\ + ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ NODEP_CPP_LOCALD=\ @@ -1507,7 +1741,17 @@ DEP_CPP_LOCALDB=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ + ".\SelectCellDlg.h"\ + +NODEP_CPP_LOCALDB=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1517,7 +1761,6 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ - ".\Log.h"\ ".\SelectCellDlg.h"\ NODEP_CPP_LOCALDB=\ @@ -1547,7 +1790,17 @@ DEP_CPP_LOCALDB=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ + ".\SelectCellDlg.h"\ + +NODEP_CPP_LOCALDB=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ENDIF @@ -1564,6 +1817,7 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\Location.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1574,7 +1828,6 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\Location.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1597,6 +1850,7 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\Location.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1610,13 +1864,17 @@ !IF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Release" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1630,7 +1888,9 @@ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ENDIF @@ -1644,6 +1904,7 @@ DEP_CPP_PHONE=\ ".\Global.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1670,6 +1931,7 @@ DEP_CPP_PHONE=\ ".\Global.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1716,8 +1978,17 @@ DEP_CPP_SELEC=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\SelectCellDlg.h"\ +NODEP_CPP_SELEC=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ + !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1725,7 +1996,6 @@ ".\DialogWindow.h"\ ".\Global.h"\ ".\LocalDB.h"\ - ".\Log.h"\ ".\SelectCellDlg.h"\ NODEP_CPP_SELEC=\ @@ -1754,8 +2024,17 @@ DEP_CPP_SELEC=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\SelectCellDlg.h"\ +NODEP_CPP_SELEC=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ + !ENDIF @@ -1776,7 +2055,6 @@ DEP_CPP_SETTI=\ ".\Global.h"\ - ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ |