mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
removed non production code
This commit is contained in:
parent
bb45a5677d
commit
bd75a79258
@ -22,8 +22,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DEFINES += -DNOT_PRODUCTION_CODE -DUSE_EXPERIMENTAL_SMART_POINTERS
|
||||
|
||||
LIBRARY_NAME = ender
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -56,7 +56,7 @@ PRMonitor *getEditorMonitor() //if more than one person asks for the monitor at
|
||||
return getEditorMonitor();
|
||||
return ns_editlock;
|
||||
}
|
||||
|
||||
z
|
||||
|
||||
|
||||
/*
|
||||
|
@ -51,8 +51,6 @@ LCFLAGS = \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
DEFINES = $(DEFINES) -DNOT_PRODUCTION_CODE -DUSE_EXPERIMENTAL_SMART_POINTERS
|
||||
|
||||
# These are the libraries we need to link with to create the dll
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom32.lib \
|
||||
|
@ -22,8 +22,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DEFINES += -DNOT_PRODUCTION_CODE -DUSE_EXPERIMENTAL_SMART_POINTERS
|
||||
|
||||
LIBRARY_NAME = ender
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -56,7 +56,7 @@ PRMonitor *getEditorMonitor() //if more than one person asks for the monitor at
|
||||
return getEditorMonitor();
|
||||
return ns_editlock;
|
||||
}
|
||||
|
||||
z
|
||||
|
||||
|
||||
/*
|
||||
|
@ -51,8 +51,6 @@ LCFLAGS = \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
DEFINES = $(DEFINES) -DNOT_PRODUCTION_CODE -DUSE_EXPERIMENTAL_SMART_POINTERS
|
||||
|
||||
# These are the libraries we need to link with to create the dll
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom32.lib \
|
||||
|
@ -17,7 +17,5 @@
|
||||
*/
|
||||
|
||||
|
||||
#define NOT_PRODUCTION_CODE 1
|
||||
#define USE_EXPERIMENTAL_SMART_POINTERS 1
|
||||
|
||||
#include "MacPrefix.h"
|
||||
|
@ -17,7 +17,5 @@
|
||||
*/
|
||||
|
||||
|
||||
#define NOT_PRODUCTION_CODE 1
|
||||
#define USE_EXPERIMENTAL_SMART_POINTERS 1
|
||||
|
||||
#include "MacPrefix_debug.h"
|
||||
|
@ -48,8 +48,6 @@ LCFLAGS = \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
DEFINES = $(DEFINES) -DNOT_PRODUCTION_CODE -DUSE_EXPERIMENTAL_SMART_POINTERS
|
||||
|
||||
# These are the libraries we need to link with to create the dll
|
||||
LLIBS=$(DIST)\lib\xpcom32.lib $(DIST)\lib\raptorbase.lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user