mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Clean up .pdb file
This commit is contained in:
parent
821835bb73
commit
3a97f68e0e
@ -37,6 +37,8 @@ LLIBS = \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
PDBFILE=regExport
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAMS)
|
||||
@ -55,7 +57,7 @@ clobber::
|
||||
$(INCS)
|
||||
$(LLIBS)
|
||||
$(OS_LIBS)
|
||||
-Fd$(PBDFILE)
|
||||
-Fd$(PDBFILE)
|
||||
-Fe.\$(OBJDIR)\
|
||||
-Fo.\$(OBJDIR)\
|
||||
$(CURDIR)$(*B).cpp
|
||||
|
Loading…
Reference in New Issue
Block a user