From: Julian Smart Date: Thu, 4 Feb 1999 21:19:42 +0000 (+0000) Subject: Added /D_AFXDLL to mfc sample makefile. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1cb8b1ec0513288e2c84a3e531dc24aed41ce96a Added /D_AFXDLL to mfc sample makefile. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/mfc/makefile.vc b/samples/mfc/makefile.vc index 569d33850c..a8d3918091 100644 --- a/samples/mfc/makefile.vc +++ b/samples/mfc/makefile.vc @@ -13,6 +13,7 @@ WXDIR = $(WXWIN) PROGRAM=mfctest OBJECTS = $(PROGRAM).obj +EXTRAFLAGS=/D_AFXDLL !include $(WXDIR)\src\makeprog.vc