comparison make/windows/makefiles/projectcreator.make @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents 158dcef18506
children d8041d695d19
comparison
equal deleted inserted replaced
14123:dc41eab09fe8 14124:7ad529321294
181 ################################################## 181 ##################################################
182 # Graal compiler specific options 182 # Graal compiler specific options
183 ################################################## 183 ##################################################
184 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \ 184 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
185 -define_graal COMPILER1 \ 185 -define_graal COMPILER1 \
186 -define_graal COMPILERGRAAL \
186 -define_graal GRAAL \ 187 -define_graal GRAAL \
187 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal) 188 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=graal)
188 189
189 ################################################## 190 ##################################################
190 # Server(C2) compiler specific options 191 # Server(C2) compiler specific options