make/windows/build.make

changeset 1757
21141e23627a
parent 891
b6272ef4a18f
child 1763
39e409a664b3
equal deleted inserted replaced
1349:50a95aa4a247 1757:21141e23627a
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

mercurial