diff options
author | Jose <jose@zeroc.com> | 2014-09-02 16:24:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-02 16:24:36 +0200 |
commit | a94be8ba74ffa9e44e9c696a822f001cb38649d1 (patch) | |
tree | d4bc6a250dda9500fa1d24390b70212a802fa091 | |
parent | Fixed (ICE-5654) - Update JS mapping to not use global types in NodeJS (diff) | |
download | ice-a94be8ba74ffa9e44e9c696a822f001cb38649d1.tar.bz2 ice-a94be8ba74ffa9e44e9c696a822f001cb38649d1.tar.xz ice-a94be8ba74ffa9e44e9c696a822f001cb38649d1.zip |
Minor JS build fix
-rw-r--r-- | js/src/Ice/Makefile | 11 | ||||
-rw-r--r-- | js/src/Ice/Makefile.mak | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/js/src/Ice/Makefile b/js/src/Ice/Makefile index 78fe79691a6..b9769ba0cf9 100644 --- a/js/src/Ice/Makefile +++ b/js/src/Ice/Makefile @@ -134,16 +134,15 @@ include $(top_srcdir)/config/Make.rules.js # Prevent generation of these files from .ice files Communicator.js: - + Properties.js: - + Logger.js: - + ServantLocator.js: - + ObjectFactory.js: - - + SLICE2JSFLAGS := $(SLICE2JSFLAGS) --ice -I$(slicedir) lint:: $(SRCS) diff --git a/js/src/Ice/Makefile.mak b/js/src/Ice/Makefile.mak index 632be2084d1..378c7813c49 100644 --- a/js/src/Ice/Makefile.mak +++ b/js/src/Ice/Makefile.mak @@ -131,16 +131,15 @@ INSTALL_SRCS = $(NODEJS_SRCS) $(GEN_SRCS) $(COMMON_SRCS) # Prevent generation of these files from .ice files Communicator.js: - + Properties.js: - + Logger.js: - + ServantLocator.js: - + ObjectFactory.js: - - + SLICE2JSFLAGS = $(SLICE2JSFLAGS) --ice -I"$(slicedir)" MODULEDIR = $(install_moduledir)\$(LIBNAME) |