hotspot/agent/src/os/win32/SwDbgSub.dsp
author never
Mon, 04 May 2009 22:06:47 -0700
changeset 2744 57f0579fbe09
parent 1 489c9b5090e2
permissions -rw-r--r--
6837224: libsaproc.so on linux needs version of 6799141 Reviewed-by: kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
# Microsoft Developer Studio Project File - Name="SwDbgSub" - Package Owner=<4>
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
# ** DO NOT EDIT **
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
# TARGTYPE "Win32 (x86) Console Application" 0x0103
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
CFG=SwDbgSub - Win32 Debug
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
!MESSAGE use the Export Makefile command and run
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
!MESSAGE 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
!MESSAGE NMAKE /f "SwDbgSub.mak".
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
!MESSAGE 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
!MESSAGE You can specify a configuration when running NMAKE
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
!MESSAGE by defining the macro CFG on the command line. For example:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
!MESSAGE 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
!MESSAGE NMAKE /f "SwDbgSub.mak" CFG="SwDbgSub - Win32 Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
!MESSAGE 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
!MESSAGE Possible choices for configuration are:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    19
!MESSAGE 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    20
!MESSAGE "SwDbgSub - Win32 Release" (based on "Win32 (x86) Console Application")
489c9b5090e2 Initial load
duke
parents:
diff changeset
    21
!MESSAGE "SwDbgSub - Win32 Debug" (based on "Win32 (x86) Console Application")
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
!MESSAGE 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
# Begin Project
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
# PROP AllowPerConfigDependencies 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
# PROP Scc_ProjName ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
# PROP Scc_LocalPath ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
CPP=cl.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
RSC=rc.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
!IF  "$(CFG)" == "SwDbgSub - Win32 Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
# PROP BASE Use_MFC 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
# PROP BASE Use_Debug_Libraries 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
# PROP BASE Output_Dir "Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
# PROP BASE Intermediate_Dir "Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
# PROP BASE Target_Dir ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
# PROP Use_MFC 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
# PROP Use_Debug_Libraries 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
# PROP Output_Dir "Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
# PROP Intermediate_Dir "Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
# PROP Ignore_Export_Lib 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
# PROP Target_Dir ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
# ADD BASE RSC /l 0x409 /d "NDEBUG"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
# ADD RSC /l 0x409 /d "NDEBUG"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
BSC32=bscmake.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
# ADD BASE BSC32 /nologo
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
# ADD BSC32 /nologo
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
LINK32=link.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
# 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 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 /subsystem:console /machine:I386
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
# 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 ws2_32.lib /nologo /subsystem:console /machine:I386
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
!ELSEIF  "$(CFG)" == "SwDbgSub - Win32 Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
# PROP BASE Use_MFC 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
# PROP BASE Use_Debug_Libraries 1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
# PROP BASE Output_Dir "SwDbgSub___Win32_Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
# PROP BASE Intermediate_Dir "SwDbgSub___Win32_Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
# PROP BASE Target_Dir ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
# PROP Use_MFC 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
# PROP Use_Debug_Libraries 1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
# PROP Output_Dir "Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
# PROP Intermediate_Dir "Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
# PROP Ignore_Export_Lib 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
# PROP Target_Dir ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
# ADD BASE RSC /l 0x409 /d "_DEBUG"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
# ADD RSC /l 0x409 /d "_DEBUG"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
BSC32=bscmake.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
# ADD BASE BSC32 /nologo
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
# ADD BSC32 /nologo
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
LINK32=link.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
# 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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
# 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 ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
!ENDIF 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
# Begin Target
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
# Name "SwDbgSub - Win32 Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
# Name "SwDbgSub - Win32 Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
# Begin Group "Source Files"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
SOURCE=.\Buffer.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
SOURCE=.\IOBuf.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
SOURCE=.\isNT4.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
SOURCE=.\libInfo.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
SOURCE=.\Monitor.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
SOURCE=.\nt4internals.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
SOURCE=.\SwDbgSub.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
SOURCE=.\toolHelp.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
# End Group
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
# Begin Group "Header Files"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
# PROP Default_Filter "h;hpp;hxx;hm;inl"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
# End Group
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
# Begin Group "Resource Files"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
# End Group
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
# End Target
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
# End Project