Searched refs:RES_BUNDLE_NAME (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A DMakefile50 RES_BUNDLE_NAME = messages macro
58 COMMON_EXE_OBJS = $(RES_BUNDLE_NAME) java zip_util
106 PCH_DEP += $(OBJDIR)/$(RES_BUNDLE_NAME).c $(wildcard *.h) $(wildcard $(ZLIBDIR)/*.h)
109 # $(OBJDIR)/$(RES_BUNDLE_NAME).c file
110 DEFINES += -DRES_BUNDLE_NAME=\"$(RES_BUNDLE_NAME)\"
122 $(OBJDIR)/%.c: $(OBJDIR)/$(JAVA_PROPS_TO_C_CLASS).class $(wildcard $(RES_BUNDLE_NAME)*.properties)
124 $(EXTERNAL_JDK_DIR)/bin/java -classpath $(OBJDIR) $(JAVA_PROPS_TO_C_CLASS) -srcdir . -bundle $(RES_BUNDLE_NAME) > $@.out
H A Djava_md.winnt.c161 #ifndef RES_BUNDLE_NAME
162 #error RES_BUNDLE_NAME macro must be set
180 fullkey = (char *)MemAlloc(sizeof(RES_BUNDLE_NAME) + strlen(lc) + strlen(key
184 strcpy(fullkey, RES_BUNDLE_NAME);
H A Djava_md.unix.c184 #ifndef RES_BUNDLE_NAME
185 #error RES_BUNDLE_NAME macro must be set
204 fullkey = (char *)MemAlloc(sizeof(RES_BUNDLE_NAME) + strlen(lc) + strlen(key) + 3);
207 strcpy(fullkey, RES_BUNDLE_NAME);

Completed in 24 milliseconds