Blob Blame History Raw
ifeq ($(OS_BINFMT),PE)

ifneq ($(PE_SUBSYSTEM),)
	LDFLAGS_COMMON += -Wl,--subsystem=$(PE_SUBSYSTEM)
endif

endif