debuggercdi/com.nokia.carbide.trk.support/Native/GetTRKVersion/GetTRKVersion.dsp
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
# Microsoft Developer Studio Project File - Name="GetTRKVersion" - Package Owner=<4>
cawthron
parents:
diff changeset
     2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
cawthron
parents:
diff changeset
     3
# ** DO NOT EDIT **
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
cawthron
parents:
diff changeset
     6
cawthron
parents:
diff changeset
     7
CFG=GetTRKVersion - Win32 Debug
cawthron
parents:
diff changeset
     8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
cawthron
parents:
diff changeset
     9
!MESSAGE use the Export Makefile command and run
cawthron
parents:
diff changeset
    10
!MESSAGE 
cawthron
parents:
diff changeset
    11
!MESSAGE NMAKE /f "GetTRKVersion.mak".
cawthron
parents:
diff changeset
    12
!MESSAGE 
cawthron
parents:
diff changeset
    13
!MESSAGE You can specify a configuration when running NMAKE
cawthron
parents:
diff changeset
    14
!MESSAGE by defining the macro CFG on the command line. For example:
cawthron
parents:
diff changeset
    15
!MESSAGE 
cawthron
parents:
diff changeset
    16
!MESSAGE NMAKE /f "GetTRKVersion.mak" CFG="GetTRKVersion - Win32 Debug"
cawthron
parents:
diff changeset
    17
!MESSAGE 
cawthron
parents:
diff changeset
    18
!MESSAGE Possible choices for configuration are:
cawthron
parents:
diff changeset
    19
!MESSAGE 
cawthron
parents:
diff changeset
    20
!MESSAGE "GetTRKVersion - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
cawthron
parents:
diff changeset
    21
!MESSAGE "GetTRKVersion - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
cawthron
parents:
diff changeset
    22
!MESSAGE 
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
# Begin Project
cawthron
parents:
diff changeset
    25
# PROP AllowPerConfigDependencies 0
cawthron
parents:
diff changeset
    26
# PROP Scc_ProjName ""
cawthron
parents:
diff changeset
    27
# PROP Scc_LocalPath ""
cawthron
parents:
diff changeset
    28
CPP=cl.exe
cawthron
parents:
diff changeset
    29
MTL=midl.exe
cawthron
parents:
diff changeset
    30
RSC=rc.exe
cawthron
parents:
diff changeset
    31
cawthron
parents:
diff changeset
    32
!IF  "$(CFG)" == "GetTRKVersion - Win32 Release"
cawthron
parents:
diff changeset
    33
cawthron
parents:
diff changeset
    34
# PROP BASE Use_MFC 0
cawthron
parents:
diff changeset
    35
# PROP BASE Use_Debug_Libraries 0
cawthron
parents:
diff changeset
    36
# PROP BASE Output_Dir "Release"
cawthron
parents:
diff changeset
    37
# PROP BASE Intermediate_Dir "Release"
cawthron
parents:
diff changeset
    38
# PROP BASE Target_Dir ""
cawthron
parents:
diff changeset
    39
# PROP Use_MFC 0
cawthron
parents:
diff changeset
    40
# PROP Use_Debug_Libraries 0
cawthron
parents:
diff changeset
    41
# PROP Output_Dir "..\..\os\win32\x86"
cawthron
parents:
diff changeset
    42
# PROP Intermediate_Dir "Release"
cawthron
parents:
diff changeset
    43
# PROP Ignore_Export_Lib 0
cawthron
parents:
diff changeset
    44
# PROP Target_Dir ""
cawthron
parents:
diff changeset
    45
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GETTRKVERSION_EXPORTS" /Yu"stdafx.h" /FD /c
cawthron
parents:
diff changeset
    46
# ADD CPP /nologo /MT /W3 /GX /O2 /I "\Program Files\Java\jdk1.5.0_10\include" /I "\Program Files\Java\jdk1.5.0_10\include\win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GETTRKVERSION_EXPORTS" /Yu"stdafx.h" /FD /c
cawthron
parents:
diff changeset
    47
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
cawthron
parents:
diff changeset
    48
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
cawthron
parents:
diff changeset
    49
# ADD BASE RSC /l 0x409 /d "NDEBUG"
cawthron
parents:
diff changeset
    50
# ADD RSC /l 0x409 /d "NDEBUG"
cawthron
parents:
diff changeset
    51
BSC32=bscmake.exe
cawthron
parents:
diff changeset
    52
# ADD BASE BSC32 /nologo
cawthron
parents:
diff changeset
    53
# ADD BSC32 /nologo
cawthron
parents:
diff changeset
    54
LINK32=link.exe
cawthron
parents:
diff changeset
    55
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
cawthron
parents:
diff changeset
    56
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
cawthron
parents:
diff changeset
    57
cawthron
parents:
diff changeset
    58
!ELSEIF  "$(CFG)" == "GetTRKVersion - Win32 Debug"
cawthron
parents:
diff changeset
    59
cawthron
parents:
diff changeset
    60
# PROP BASE Use_MFC 0
cawthron
parents:
diff changeset
    61
# PROP BASE Use_Debug_Libraries 1
cawthron
parents:
diff changeset
    62
# PROP BASE Output_Dir "Debug"
cawthron
parents:
diff changeset
    63
# PROP BASE Intermediate_Dir "Debug"
cawthron
parents:
diff changeset
    64
# PROP BASE Target_Dir ""
cawthron
parents:
diff changeset
    65
# PROP Use_MFC 0
cawthron
parents:
diff changeset
    66
# PROP Use_Debug_Libraries 1
cawthron
parents:
diff changeset
    67
# PROP Output_Dir "Debug"
cawthron
parents:
diff changeset
    68
# PROP Intermediate_Dir "Debug"
cawthron
parents:
diff changeset
    69
# PROP Ignore_Export_Lib 0
cawthron
parents:
diff changeset
    70
# PROP Target_Dir ""
cawthron
parents:
diff changeset
    71
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GETTRKVERSION_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
cawthron
parents:
diff changeset
    72
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "\Program Files\Java\jdk1.5.0_10\include" /I "\Program Files\Java\jdk1.5.0_10\include\win32" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GETTRKVERSION_EXPORTS" /FR /Yu"stdafx.h" /FD /GZ /c
cawthron
parents:
diff changeset
    73
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
cawthron
parents:
diff changeset
    74
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
cawthron
parents:
diff changeset
    75
# ADD BASE RSC /l 0x409 /d "_DEBUG"
cawthron
parents:
diff changeset
    76
# ADD RSC /l 0x409 /d "_DEBUG"
cawthron
parents:
diff changeset
    77
BSC32=bscmake.exe
cawthron
parents:
diff changeset
    78
# ADD BASE BSC32 /nologo
cawthron
parents:
diff changeset
    79
# ADD BSC32 /nologo
cawthron
parents:
diff changeset
    80
LINK32=link.exe
cawthron
parents:
diff changeset
    81
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
cawthron
parents:
diff changeset
    82
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
cawthron
parents:
diff changeset
    83
cawthron
parents:
diff changeset
    84
!ENDIF 
cawthron
parents:
diff changeset
    85
cawthron
parents:
diff changeset
    86
# Begin Target
cawthron
parents:
diff changeset
    87
cawthron
parents:
diff changeset
    88
# Name "GetTRKVersion - Win32 Release"
cawthron
parents:
diff changeset
    89
# Name "GetTRKVersion - Win32 Debug"
cawthron
parents:
diff changeset
    90
# Begin Group "Source Files"
cawthron
parents:
diff changeset
    91
cawthron
parents:
diff changeset
    92
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
cawthron
parents:
diff changeset
    93
# Begin Source File
cawthron
parents:
diff changeset
    94
cawthron
parents:
diff changeset
    95
SOURCE=.\GetTRKVersion.cpp
cawthron
parents:
diff changeset
    96
# End Source File
cawthron
parents:
diff changeset
    97
# Begin Source File
cawthron
parents:
diff changeset
    98
cawthron
parents:
diff changeset
    99
SOURCE=.\StdAfx.cpp
cawthron
parents:
diff changeset
   100
# ADD CPP /Yc"stdafx.h"
cawthron
parents:
diff changeset
   101
# End Source File
cawthron
parents:
diff changeset
   102
# End Group
cawthron
parents:
diff changeset
   103
# Begin Group "Header Files"
cawthron
parents:
diff changeset
   104
cawthron
parents:
diff changeset
   105
# PROP Default_Filter "h;hpp;hxx;hm;inl"
cawthron
parents:
diff changeset
   106
# Begin Source File
cawthron
parents:
diff changeset
   107
cawthron
parents:
diff changeset
   108
SOURCE=.\com_nokia_carbide_trk_support_onDeviceSetup_ui_CheckExistingTRKPage.h
cawthron
parents:
diff changeset
   109
# End Source File
cawthron
parents:
diff changeset
   110
# Begin Source File
cawthron
parents:
diff changeset
   111
cawthron
parents:
diff changeset
   112
SOURCE=.\com_nokia_carbide_trk_support_service_TRKConnectedService.h
cawthron
parents:
diff changeset
   113
# End Source File
cawthron
parents:
diff changeset
   114
# Begin Source File
cawthron
parents:
diff changeset
   115
cawthron
parents:
diff changeset
   116
SOURCE=.\GetTRKVersion.h
cawthron
parents:
diff changeset
   117
# End Source File
cawthron
parents:
diff changeset
   118
# Begin Source File
cawthron
parents:
diff changeset
   119
cawthron
parents:
diff changeset
   120
SOURCE=.\StdAfx.h
cawthron
parents:
diff changeset
   121
# End Source File
cawthron
parents:
diff changeset
   122
# End Group
cawthron
parents:
diff changeset
   123
# Begin Group "Resource Files"
cawthron
parents:
diff changeset
   124
cawthron
parents:
diff changeset
   125
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
cawthron
parents:
diff changeset
   126
# End Group
cawthron
parents:
diff changeset
   127
# End Target
cawthron
parents:
diff changeset
   128
# End Project