make/windows/makefiles/fastdebug.make

changeset 5109
aabf54ccedb1
parent 4637
1b0dc9f87e75
child 5567
c062a6e1fa33
     1.1 --- a/make/windows/makefiles/fastdebug.make	Mon May 06 13:53:13 2013 -0700
     1.2 +++ b/make/windows/makefiles/fastdebug.make	Mon May 06 19:49:23 2013 -0700
     1.3 @@ -33,7 +33,7 @@
     1.4  BUILD_PCH_FILE=_build_pch_file.obj
     1.5  !endif
     1.6  
     1.7 -default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA
     1.8 +default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
     1.9  
    1.10  !include ../local.make
    1.11  !include compile.make
    1.12 @@ -70,4 +70,3 @@
    1.13  
    1.14  !include $(WorkSpace)/make/windows/makefiles/shared.make
    1.15  !include $(WorkSpace)/make/windows/makefiles/sa.make
    1.16 -!include $(WorkSpace)/make/windows/makefiles/launcher.make

mercurial