hotspot/make/windows/build.make
changeset 5087 72635506e447
parent 1609 5eacab926e22
child 5093 5fe28adc52ef
equal deleted inserted replaced
3665:c5d39b6be65c 5087:72635506e447
   230 	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH)
   230 	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH)
   231 
   231 
   232 develop: checks $(variantDir) $(variantDir)\local.make sanity
   232 develop: checks $(variantDir) $(variantDir)\local.make sanity
   233 	cd $(variantDir)
   233 	cd $(variantDir)
   234 	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH)
   234 	nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH)
       
   235 
       
   236 # target to create just the directory structure
       
   237 tree: checks $(variantDir) $(variantDir)\local.make sanity
       
   238 	mkdir $(variantDir)\product
       
   239 	mkdir $(variantDir)\debug
       
   240 	mkdir $(variantDir)\fastdebug
   235 
   241 
   236 sanity:
   242 sanity:
   237 	@ echo;
   243 	@ echo;
   238 	@ cd $(variantDir)
   244 	@ cd $(variantDir)
   239 	@ nmake -nologo -f $(WorkSpace)\make\windows\makefiles\sanity.make
   245 	@ nmake -nologo -f $(WorkSpace)\make\windows\makefiles\sanity.make