make/common/Demo.gmk

Print this page

        

*** 318,331 **** $(DEMO_LIBRARY): $(DEMO_FULL_OBJECTS) @$(prep-target) ifeq ($(PLATFORM),windows) $(RC) $(RC_FLAGS) $(CC_OBJECT_OUTPUT_FLAG)$(DEMO_VERSION_INFO) $(VERSIONINFO_RESOURCE) $(LINK.demo) $(SHARED_LIBRARY_FLAG) -Fe$@ \ ! $(DEMO_FULL_OBJECTS) $(LDLIBS.demo) else $(LINK.demo) $(SHARED_LIBRARY_FLAG) -o $@ \ ! $(DEMO_FULL_OBJECTS) $(LDLIBS.demo) endif @$(call binary_file_verification,$@) # Generation of any javah include file, make sure objects are dependent on it ifdef DEMO_NATIVECLASS --- 318,331 ---- $(DEMO_LIBRARY): $(DEMO_FULL_OBJECTS) @$(prep-target) ifeq ($(PLATFORM),windows) $(RC) $(RC_FLAGS) $(CC_OBJECT_OUTPUT_FLAG)$(DEMO_VERSION_INFO) $(VERSIONINFO_RESOURCE) $(LINK.demo) $(SHARED_LIBRARY_FLAG) -Fe$@ \ ! $(sort $(DEMO_FULL_OBJECTS)) $(LDLIBS.demo) else $(LINK.demo) $(SHARED_LIBRARY_FLAG) -o $@ \ ! $(sort $(DEMO_FULL_OBJECTS)) $(LDLIBS.demo) endif @$(call binary_file_verification,$@) # Generation of any javah include file, make sure objects are dependent on it ifdef DEMO_NATIVECLASS