wrap !ifdef MOZ_DEBUG around custom .cpp rule so that if you are building optimized with

debug symbols, the rule doesn't go looking for PDB files that don't exist.
approved: kipp
This commit is contained in:
cyeh%netscape.com 1999-01-22 01:41:27 +00:00
Родитель 0c32c3376b
Коммит 44f108dc2c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -87,7 +87,9 @@ clobber::
$(INCS)
$(LLIBS)
$(OS_LIBS)
!ifdef MOZ_DEBUG
-Fd.\$(OBJDIR)\$(CURDIR)$(*B)
!endif
-Fe.\$(OBJDIR)\
-Fo.\$(OBJDIR)\
$(CURDIR)$(*B).cpp