hotspot/make/windows/projectfiles/compiler2/ADLCompiler.dsp
author drchase
Fri, 12 Apr 2013 15:53:30 -0700
changeset 17006 b9bfa72b7dda
parent 14815 41114a74463a
permissions -rw-r--r--
7104565: trim jprt build targets Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
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="ADLCompiler" - 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=ADLCompiler - 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 "ADLCompiler.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 "ADLCompiler.mak" CFG="ADLCompiler - 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 "ADLCompiler - Win32 Release" (based on "Win32 (x86) Console Application")
489c9b5090e2 Initial load
duke
parents:
diff changeset
    21
!MESSAGE "ADLCompiler - 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)" == "ADLCompiler - 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 ".\adlc\Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
# PROP Intermediate_Dir ".\adlc\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 /I "." /I "$(HotSpotWorkSpace)\src\share\vm\opto" /I "$(HotSpotWorkSpace)\src\share\vm\prims" /I "$(HotSpotWorkSpace)\src\share\vm\lookup" /I "$(HotSpotWorkSpace)\src\share\vm\interpreter" /I "$(HotSpotWorkSpace)\src\share\vm\asm" /I "$(HotSpotWorkSpace)\src\share\vm\compiler" /I "$(HotSpotWorkSpace)\src\share\vm\utilities" /I "$(HotSpotWorkSpace)\src\share\vm\code" /I "$(HotSpotWorkSpace)\src\share\vm\oops" /I "$(HotSpotWorkSpace)\src\share\vm\runtime" /I "$(HotSpotWorkSpace)\src\share\vm\memory" /I "$(HotSpotWorkSpace)\src\share\vm\libadt" /I "$(HotSpotWorkSpace)\src\cpu\i486\vm" /I "$(HotSpotWorkSpace)\src\os\win32\vm" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
# SUBTRACT CPP /YX /Yc /Yu
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
# ADD BASE RSC /l 0x409 /d "NDEBUG"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
# ADD RSC /l 0x409 /d "NDEBUG"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
BSC32=bscmake.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
# ADD BASE BSC32 /nologo
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
# ADD BSC32 /nologo /o".\adlc\Release\adlc.bsc"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
LINK32=link.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
# 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 /subsystem:console /machine:I386
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
# 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 /subsystem:console /machine:I386 /out:".\bin\adlc.exe"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
!ELSEIF  "$(CFG)" == "ADLCompiler - Win32 Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
# PROP BASE Use_MFC 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
# PROP BASE Use_Debug_Libraries 1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
# PROP BASE Output_Dir "Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
# PROP BASE Intermediate_Dir "Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
# PROP BASE Target_Dir ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
# PROP Use_MFC 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
# PROP Use_Debug_Libraries 1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
# PROP Output_Dir ".\adlc\Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
# PROP Intermediate_Dir ".\adlc\Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
# PROP Ignore_Export_Lib 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
# PROP Target_Dir ""
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
17006
b9bfa72b7dda 7104565: trim jprt build targets
drchase
parents: 14815
diff changeset
    70
# ADD CPP /nologo /ML /W3 /WX /Gm /GX /Zi /Od /I "." /I "$(HotSpotWorkSpace)\src\share\vm\opto" /I "$(HotSpotWorkSpace)\src\share\vm\prims" /I "$(HotSpotWorkSpace)\src\share\vm\lookup" /I "$(HotSpotWorkSpace)\src\share\vm\interpreter" /I "$(HotSpotWorkSpace)\src\share\vm\asm" /I "$(HotSpotWorkSpace)\src\share\vm\compiler" /I "$(HotSpotWorkSpace)\src\share\vm\utilities" /I "$(HotSpotWorkSpace)\src\share\vm\code" /I "$(HotSpotWorkSpace)\src\share\vm\oops" /I "$(HotSpotWorkSpace)\src\share\vm\runtime" /I "$(HotSpotWorkSpace)\src\share\vm\memory" /I "$(HotSpotWorkSpace)\src\share\vm\libadt" /I "$(HotSpotWorkSpace)\src\cpu\i486\vm" /I "$(HotSpotWorkSpace)\src\os\win32\vm" /D "WIN32" /D "_WINDOWS" /D "ASSERT" /Fr /FD /c
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
# ADD BASE RSC /l 0x409
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
# ADD RSC /l 0x409
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
BSC32=bscmake.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
# ADD BASE BSC32 /nologo
14815
41114a74463a 7153050: remove crufty '_g' support from HotSpot repo makefiles
dcubed
parents: 338
diff changeset
    75
# ADD BSC32 /o".\adlc\Debug\adlc.bsc"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
# SUBTRACT BSC32 /nologo
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
LINK32=link.exe
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
14815
41114a74463a 7153050: remove crufty '_g' support from HotSpot repo makefiles
dcubed
parents: 338
diff changeset
    79
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386 /out:".\bin\adlc.exe"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
!ENDIF 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
# Begin Target
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
# Name "ADLCompiler - Win32 Release"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
# Name "ADLCompiler - Win32 Debug"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\adlparse.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\archDesc.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\arena.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\dfa.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\dict2.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\filebuff.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\forms.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\formsopt.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\formssel.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\main.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
# SUBTRACT CPP /YX /Yc
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
SOURCE="$(HotSpotWorkSpace)\src\share\vm\opto\opcodes.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\output_c.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
# Begin Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\output_h.cpp"
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
# End Source File
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
# End Target
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
# End Project
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142