Files
2021-10-31 21:20:46 +02:00

16 lines
235 B
Makefile

PROC=pdb
CONFIGS=pdb.cfg
ifdef __NT__
O1=old
STDLIBS += ole32.lib
STDLIBS += oleaut32.lib
else
LIBS += $(L)network$(A)
endif
include ../plugin.mak
$(F)pdb$(O): CC_WNO-$(call gte,$(GCC_VERSION),6.1) += -Wno-null-dereference