X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/820893d0d41b94b22dada287355ad27489c21721..e8e4025d1b61ce05e082f9a2c08ac64bea6408ae:/contrib/samples/deprecated/resource/makefile.vc?ds=inline diff --git a/contrib/samples/deprecated/resource/makefile.vc b/contrib/samples/deprecated/resource/makefile.vc index 103fa7f6bd..de44d1c719 100644 --- a/contrib/samples/deprecated/resource/makefile.vc +++ b/contrib/samples/deprecated/resource/makefile.vc @@ -10,8 +10,13 @@ # Set WXDIR for your system WXDIR = $(WXWIN) - +FINAL=0 PROGRAM=resource +!if "$(FINAL)" == "0" +EXTRALIBS=$(WXDIR)\lib\wxdeprecatedd.lib +!else +EXTRALIBS=$(WXDIR)\lib\wxdeprecated.lib +!endif OBJECTS = $(PROGRAM).obj !include $(WXDIR)\src\makeprog.vc