From 96edf638ffd6366f7e974f25341ffd932ce9ac46 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Wed, 3 Jan 2001 15:37:18 +0000 Subject: [PATCH] Added filename.obj to the target list so it gets built with VC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/makefile.vc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 5e55d05322..8695f704d3 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -164,6 +164,7 @@ COMMONOBJS = \ ..\common\$D\file.obj \ ..\common\$D\fileconf.obj \ ..\common\$D\filefn.obj \ + ..\common\$D\filename.obj \ ..\common\$D\filesys.obj \ ..\common\$D\fontcmn.obj \ ..\common\$D\fontmap.obj \ -- 2.47.2