]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.nt
fixed the vsprintf() problem once and for all
[wxWidgets.git] / src / msw / makefile.nt
index a8eb8fa988a7eb5c3f2201f00219247f62745cc7..efc18040c894c1b529d81204ce1fe0f24d16e58a 100644 (file)
@@ -309,7 +309,7 @@ $(CPPFLAGS) /c /Tp $*.$(SRCSUFF) /Fo$@
 
 $(MSWDIR)/app.obj:     $*.$(SRCSUFF)
         cl @<<
-$(CPPFLAGS) /c /Tp $*.$(SRCSUFF) /Fo$@
+$(CPPFLAGS) /D__NO_VC_CRTDBG__ /c /Tp $*.$(SRCSUFF) /Fo$@
 <<
 
 $(MSWDIR)/bitmap.obj:     $*.$(SRCSUFF)