Fix MSVC7 build bustage from bug 389401, a=gavin for checkin to closed tree

git-svn-id: svn://10.0.0.236/trunk@231053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2007-07-26 14:09:46 +00:00
parent 11c75a4bd7
commit cd72164fbb

View File

@@ -160,7 +160,7 @@ ifeq (,$(findstring GL,$(CXXFLAGS)))
# use pre-compiled headers
CXXFLAGS += -YX -Fp$(LIBRARY_NAME).pch
# precompiled headers require write access to .pch which breaks -j builds
.NOTPARALLEL::
.NOTPARALLEL:
endif
endif
endif