mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
Let .cpp compilations KEEP the .cfg file too
This commit is contained in:
parent
eb7c893d4f
commit
498a4aa3ef
@ -84,7 +84,7 @@ CONFIG_OBJ_INC=1
|
||||
$(INCS)
|
||||
-Fd$(PDBFILE)
|
||||
$(CURDIR)$(*B).cpp
|
||||
<<
|
||||
<<KEEP
|
||||
|
||||
.cpp{.\$(OBJDIR)\}.obj:
|
||||
@$(CC) @<<$(CFGFILE)
|
||||
@ -97,7 +97,7 @@ CONFIG_OBJ_INC=1
|
||||
-Fd$(PDBFILE)
|
||||
-Fo.\$(OBJDIR)\
|
||||
$(CURDIR)$(*B).cpp
|
||||
<<
|
||||
<<KEEP
|
||||
|
||||
{.\_jmc\}.cpp{.\$(OBJDIR)\}.obj:
|
||||
@$(CC) @<<$(CFGFILE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user