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

This commit is contained in:
benjamin@smedbergs.us 2007-07-26 07:09:46 -07:00
Родитель e8dba5a1b4
Коммит a03a72ded7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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