wxWidgets/setup/rules/generic/bin2gen

17 lines
292 B
Plaintext
Raw Normal View History

# create binary
binary2:: $(BIN_BASE_DIR)/$(BIN2_TARGET)
$(BIN_BASE_DIR)/$(BIN2_TARGET): $(BIN2_OBJ)
@$(RM) -f $@
$(LINK) $(BIN2_OBJ) -L. $(BIN2_LINK) $(LINK_LIBS)
# defining dependencies
depend_binary2::
# cleaning all files
clean_binary2::
@$(RM) -f $(BIN_BASE_DIR)/$(BIN2_TARGET)