From: Václav Slavík Date: Sat, 3 Apr 2004 12:48:01 +0000 (+0000) Subject: eVC fixes: don't build MSW-only files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba9e5bc4bd55d47b097dac57637a4f015aa6f725?ds=inline eVC fixes: don't build MSW-only files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 0d81b17679..b6c47ba88a 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1086,8 +1086,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/gdiimage.cpp src/msw/gdiobj.cpp src/msw/gsockmsw.c - src/msw/helpchm.cpp - src/msw/helpwin.cpp src/msw/icon.cpp src/msw/minifram.cpp src/msw/ole/automtn.cpp @@ -1095,7 +1093,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/ole/dropsrc.cpp src/msw/ole/droptgt.cpp src/msw/ole/oleutils.cpp - src/msw/ole/uuid.cpp src/msw/palette.cpp src/msw/pen.cpp src/msw/popupwin.cpp @@ -1127,9 +1124,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/control.cpp src/msw/dialog.cpp src/msw/dragimag.cpp - src/msw/fdrepdlg.cpp src/msw/filedlg.cpp - src/msw/fontdlg.cpp src/msw/frame.cpp src/msw/gauge95.cpp src/msw/imaglist.cpp @@ -1189,17 +1184,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/dirdlg.h wx/msw/dragimag.h wx/msw/enhmeta.h - wx/msw/fdrepdlg.h wx/msw/filedlg.h wx/msw/font.h - wx/msw/fontdlg.h wx/msw/frame.h wx/msw/gauge95.h wx/msw/gdiimage.h wx/msw/gdiobj.h - wx/msw/helpbest.h - wx/msw/helpchm.h - wx/msw/helpwin.h wx/msw/icon.h wx/msw/imaglist.h wx/msw/iniconf.h @@ -1223,7 +1213,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/ole/dropsrc.h wx/msw/ole/droptgt.h wx/msw/ole/oleutils.h - wx/msw/ole/uuid.h wx/msw/palette.h wx/msw/pen.h wx/msw/printdlg.h @@ -1299,12 +1288,34 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/warning.ico + + + src/msw/fdrepdlg.cpp + src/msw/fontdlg.cpp + src/msw/helpchm.cpp + src/msw/helpwin.cpp + src/msw/ole/uuid.cpp + + + wx/msw/fdrepdlg.h + wx/msw/fontdlg.h + wx/msw/helpbest.h + wx/msw/helpchm.h + wx/msw/helpwin.h + wx/msw/ole/uuid.h + + + + src/generic/fdrepdlg.cpp + src/generic/fontdlgg.cpp src/msw/wince/filedlgwce.cpp src/msw/wince/helpwce.cpp src/msw/wince/tbarwce.cpp + wx/generic/fdrepdlg.h + wx/generic/fontdlgg.h wx/msw/wince/helpwce.h wx/msw/wince/missing.h wx/msw/wince/tbarwce.h @@ -2036,15 +2047,20 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/taskbarcmn.cpp - src/msw/joystick.cpp src/msw/sound.cpp src/msw/taskbar.cpp - wx/msw/joystick.h wx/msw/sound.h wx/msw/taskbar.h + + + src/msw/joystick.cpp + + + wx/msw/joystick.h + src/mac/carbon/joystick.cpp @@ -2299,7 +2315,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(GTK_SRC) $(MOTIF_SRC) - $(MSW_SRC) + $(MSW_SRC) $(MSW_ONLY_SRC) $(MSW_SRC) $(WINCE_SRC) $(MAC_SRC) $(COCOA_SRC) @@ -2308,7 +2324,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(GTK_HDR) $(MOTIF_HDR) - $(MSW_HDR) + $(MSW_HDR) $(MSW_ONLY_HDR) $(MSW_HDR) $(WINCE_HDR) $(MAC_HDR) $(COCOA_HDR) @@ -2326,7 +2342,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - $(ADVANCED_MSW_SRC) + $(ADVANCED_MSW_SRC) $(ADVANCED_MSW_ONLY_SRC) $(ADVANCED_MSW_SRC) $(ADVANCED_MAC_SRC) $(ADVANCED_UNIX_SRC) @@ -2335,7 +2351,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(ADVANCED_OS2_SRC) - $(ADVANCED_MSW_HDR) + $(ADVANCED_MSW_HDR) $(ADVANCED_MSW_ONLY_HDR) $(ADVANCED_MSW_HDR) $(ADVANCED_MAC_HDR) $(ADVANCED_UNIX_HDR)