Remove -nologo: not used in VC11/VC14, throws error in VC9
This commit is contained in:
parent
77852cf572
commit
78e5417ff2
|
@ -194,11 +194,11 @@ $(OBJ_DIR)/d_%.obj: %.c $(THIS_MAKEFILE)
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
$(OBJ_DIR)/r_nghttp2.res: $(OBJ_DIR)/nghttp2.rc $(THIS_MAKEFILE)
|
$(OBJ_DIR)/r_nghttp2.res: $(OBJ_DIR)/nghttp2.rc $(THIS_MAKEFILE)
|
||||||
$(RC) -nologo -D_RELEASE -Fo $@ $<
|
$(RC) -D_RELEASE -Fo $@ $<
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
$(OBJ_DIR)/d_nghttp2.res: $(OBJ_DIR)/nghttp2.rc $(THIS_MAKEFILE)
|
$(OBJ_DIR)/d_nghttp2.res: $(OBJ_DIR)/nghttp2.rc $(THIS_MAKEFILE)
|
||||||
$(RC) -nologo -D_DEBUG -Fo $@ $<
|
$(RC) -D_DEBUG -Fo $@ $<
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
includes/nghttp2/nghttp2ver.h: includes/nghttp2/nghttp2ver.h.in $(THIS_MAKEFILE)
|
includes/nghttp2/nghttp2ver.h: includes/nghttp2/nghttp2ver.h.in $(THIS_MAKEFILE)
|
||||||
|
|
Loading…
Reference in New Issue