annotate make/windows/projectfiles/tiered/ADLCompiler.dsp @ 91:a294fd0c4b38

6583644: Move all managed/SCCS files out of 'build' into 'make' directory Summary: Moved makefiles out of build and build/closed into make/ Reviewed-by: kvn, ohair
author kamg
date Wed, 09 Apr 2008 14:22:48 -0400
parents build/windows/projectfiles/tiered/ADLCompiler.dsp@a61af66fc99e
children 892acf0431ef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 # Microsoft Developer Studio Project File - Name="ADLCompiler" - Package Owner=<4>
a61af66fc99e Initial load
duke
parents:
diff changeset
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
a61af66fc99e Initial load
duke
parents:
diff changeset
3 # ** DO NOT EDIT **
a61af66fc99e Initial load
duke
parents:
diff changeset
4
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
a61af66fc99e Initial load
duke
parents:
diff changeset
6
a61af66fc99e Initial load
duke
parents:
diff changeset
7 CFG=ADLCompiler - Win32 Debug
a61af66fc99e Initial load
duke
parents:
diff changeset
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
a61af66fc99e Initial load
duke
parents:
diff changeset
9 !MESSAGE use the Export Makefile command and run
a61af66fc99e Initial load
duke
parents:
diff changeset
10 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
11 !MESSAGE NMAKE /f "ADLCompiler.mak".
a61af66fc99e Initial load
duke
parents:
diff changeset
12 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
13 !MESSAGE You can specify a configuration when running NMAKE
a61af66fc99e Initial load
duke
parents:
diff changeset
14 !MESSAGE by defining the macro CFG on the command line. For example:
a61af66fc99e Initial load
duke
parents:
diff changeset
15 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
16 !MESSAGE NMAKE /f "ADLCompiler.mak" CFG="ADLCompiler - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
17 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
18 !MESSAGE Possible choices for configuration are:
a61af66fc99e Initial load
duke
parents:
diff changeset
19 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
20 !MESSAGE "ADLCompiler - Win32 Release" (based on "Win32 (x86) Console Application")
a61af66fc99e Initial load
duke
parents:
diff changeset
21 !MESSAGE "ADLCompiler - Win32 Debug" (based on "Win32 (x86) Console Application")
a61af66fc99e Initial load
duke
parents:
diff changeset
22 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
23
a61af66fc99e Initial load
duke
parents:
diff changeset
24 # Begin Project
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # PROP AllowPerConfigDependencies 0
a61af66fc99e Initial load
duke
parents:
diff changeset
26 # PROP Scc_ProjName ""
a61af66fc99e Initial load
duke
parents:
diff changeset
27 # PROP Scc_LocalPath ""
a61af66fc99e Initial load
duke
parents:
diff changeset
28 CPP=cl.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
29 RSC=rc.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
30
a61af66fc99e Initial load
duke
parents:
diff changeset
31 !IF "$(CFG)" == "ADLCompiler - Win32 Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
32
a61af66fc99e Initial load
duke
parents:
diff changeset
33 # PROP BASE Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
34 # PROP BASE Use_Debug_Libraries 0
a61af66fc99e Initial load
duke
parents:
diff changeset
35 # PROP BASE Output_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
36 # PROP BASE Intermediate_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
37 # PROP BASE Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
38 # PROP Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
39 # PROP Use_Debug_Libraries 0
a61af66fc99e Initial load
duke
parents:
diff changeset
40 # PROP Output_Dir ".\adlc\Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
41 # PROP Intermediate_Dir ".\adlc\Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
42 # PROP Ignore_Export_Lib 0
a61af66fc99e Initial load
duke
parents:
diff changeset
43 # PROP Target_Dir ""
a61af66fc99e 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
a61af66fc99e 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
a61af66fc99e Initial load
duke
parents:
diff changeset
46 # SUBTRACT CPP /YX /Yc /Yu
a61af66fc99e Initial load
duke
parents:
diff changeset
47 # ADD BASE RSC /l 0x409 /d "NDEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
48 # ADD RSC /l 0x409 /d "NDEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
49 BSC32=bscmake.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
50 # ADD BASE BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
51 # ADD BSC32 /nologo /o".\adlc\Release\adlc.bsc"
a61af66fc99e Initial load
duke
parents:
diff changeset
52 LINK32=link.exe
a61af66fc99e 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
a61af66fc99e 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"
a61af66fc99e Initial load
duke
parents:
diff changeset
55
a61af66fc99e Initial load
duke
parents:
diff changeset
56 !ELSEIF "$(CFG)" == "ADLCompiler - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
57
a61af66fc99e Initial load
duke
parents:
diff changeset
58 # PROP BASE Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
59 # PROP BASE Use_Debug_Libraries 1
a61af66fc99e Initial load
duke
parents:
diff changeset
60 # PROP BASE Output_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
61 # PROP BASE Intermediate_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
62 # PROP BASE Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
63 # PROP Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
64 # PROP Use_Debug_Libraries 1
a61af66fc99e Initial load
duke
parents:
diff changeset
65 # PROP Output_Dir ".\adlc\Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
66 # PROP Intermediate_Dir ".\adlc\Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
67 # PROP Ignore_Export_Lib 0
a61af66fc99e Initial load
duke
parents:
diff changeset
68 # PROP Target_Dir ""
a61af66fc99e 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
a61af66fc99e Initial load
duke
parents:
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 "DEBUG" /D "_WINDOWS" /D "ASSERT" /Fr /FD /c
a61af66fc99e Initial load
duke
parents:
diff changeset
71 # ADD BASE RSC /l 0x409
a61af66fc99e Initial load
duke
parents:
diff changeset
72 # ADD RSC /l 0x409
a61af66fc99e Initial load
duke
parents:
diff changeset
73 BSC32=bscmake.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
74 # ADD BASE BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
75 # ADD BSC32 /o".\adlc\Debug\adlc_g.bsc"
a61af66fc99e Initial load
duke
parents:
diff changeset
76 # SUBTRACT BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
77 LINK32=link.exe
a61af66fc99e 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
a61af66fc99e Initial load
duke
parents:
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_g.exe"
a61af66fc99e Initial load
duke
parents:
diff changeset
80
a61af66fc99e Initial load
duke
parents:
diff changeset
81 !ENDIF
a61af66fc99e Initial load
duke
parents:
diff changeset
82
a61af66fc99e Initial load
duke
parents:
diff changeset
83 # Begin Target
a61af66fc99e Initial load
duke
parents:
diff changeset
84
a61af66fc99e Initial load
duke
parents:
diff changeset
85 # Name "ADLCompiler - Win32 Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
86 # Name "ADLCompiler - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
87 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
88
a61af66fc99e Initial load
duke
parents:
diff changeset
89 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\adlparse.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
90 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
91 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
92
a61af66fc99e Initial load
duke
parents:
diff changeset
93 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\archDesc.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
94 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
95 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
96
a61af66fc99e Initial load
duke
parents:
diff changeset
97 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\arena.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
98 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
99 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
100
a61af66fc99e Initial load
duke
parents:
diff changeset
101 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\dfa.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
102 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
103 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
104
a61af66fc99e Initial load
duke
parents:
diff changeset
105 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\dict2.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
106 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
107 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
108
a61af66fc99e Initial load
duke
parents:
diff changeset
109 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\filebuff.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
110 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
111 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
112
a61af66fc99e Initial load
duke
parents:
diff changeset
113 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\forms.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
114 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
115 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
116
a61af66fc99e Initial load
duke
parents:
diff changeset
117 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\formsopt.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
118 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
119 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
120
a61af66fc99e Initial load
duke
parents:
diff changeset
121 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\formssel.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
122 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
123 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
124
a61af66fc99e Initial load
duke
parents:
diff changeset
125 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\main.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
126 # SUBTRACT CPP /YX /Yc
a61af66fc99e Initial load
duke
parents:
diff changeset
127 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
128 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
129
a61af66fc99e Initial load
duke
parents:
diff changeset
130 SOURCE="$(HotSpotWorkSpace)\src\share\vm\opto\opcodes.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
131 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
132 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
133
a61af66fc99e Initial load
duke
parents:
diff changeset
134 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\output_c.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
135 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
136 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
137
a61af66fc99e Initial load
duke
parents:
diff changeset
138 SOURCE="$(HotSpotWorkSpace)\src\share\vm\adlc\output_h.cpp"
a61af66fc99e Initial load
duke
parents:
diff changeset
139 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
140 # End Target
a61af66fc99e Initial load
duke
parents:
diff changeset
141 # End Project
a61af66fc99e Initial load
duke
parents:
diff changeset
142