mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Changing CPP_OBJS to OBJS in makefile.win -- not part of the build
This commit is contained in:
parent
b489800cbf
commit
4a277d7f3b
@ -28,7 +28,7 @@ LIB=.\$(OBJDIR)\$(LIBRARY_NAME).lib
|
||||
|
||||
CFLAGS = $(CFLAGS) -I..\include -I..\..\include
|
||||
|
||||
CPP_OBJS = \
|
||||
OBJS = \
|
||||
.\$(OBJDIR)\npn_gate.obj \
|
||||
.\$(OBJDIR)\npp_gate.obj \
|
||||
.\$(OBJDIR)\np_entry.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user