From: Włodzimierz Skiba Date: Thu, 25 May 2006 10:03:56 +0000 (+0000) Subject: Removed some references to unused files. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/133f3119f0f3b0c9872541b73aac7906b0b82fd6 Removed some references to unused files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 6cbb90f34f..ce5287d659 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2002,7 +2002,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/carbon/notebmac.cpp src/mac/carbon/palette.cpp src/mac/carbon/pen.cpp - src/mac/carbon/pnghand.cpp src/mac/carbon/printdlg.cpp src/mac/carbon/printmac.cpp src/mac/carbon/radiobox.cpp diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 0f454b2e97..6a18727558 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -544,7 +544,6 @@ msgdlg.cpp Mac notebmac.cpp Mac palette.cpp Mac pen.cpp Mac -pnghand.cpp Mac printdlg.cpp Mac printmac.cpp Mac radiobox.cpp Mac diff --git a/src/Wxwindll.icc b/src/Wxwindll.icc index 70fc1f57f9..21a2eebb0f 100644 --- a/src/Wxwindll.icc +++ b/src/Wxwindll.icc @@ -270,7 +270,6 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc source type(cpp) "OS2\\OWNERDRW.CPP" source type(cpp) "OS2\\PALETTE.CPP" source type(cpp) "OS2\\PEN.CPP" - source type(cpp) "OS2\\PNGHAND.CPP" source type(cpp) "OS2\\PRINT.CPP" source type(cpp) "OS2\\RADIOBOX.CPP" source type(cpp) "OS2\\RADIOBUT.CPP" diff --git a/src/msw/makefile.sl b/src/msw/makefile.sl index 1ca6d8dfa4..296f76b193 100644 --- a/src/msw/makefile.sl +++ b/src/msw/makefile.sl @@ -387,9 +387,6 @@ pen.obj: $(MSWDIR)\pen.cpp penwin.obj: $(MSWDIR)\penwin.cpp $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\penwin.cpp /BINARY penwin.obj -pnghand.obj: $(MSWDIR)\pnghand.cpp - $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\pnghand.cpp /BINARY pnghand.obj - printdlg.obj: $(MSWDIR)\printdlg.cpp $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\printdlg.cpp /BINARY printdlg.obj diff --git a/src/wxWin.icc b/src/wxWin.icc index 003c5f7c35..a2deca02f6 100644 --- a/src/wxWin.icc +++ b/src/wxWin.icc @@ -253,7 +253,6 @@ option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), gen(mangl source "OS2\\OWNERDRW.CPP" source "OS2\\PALETTE.CPP" source "OS2\\PEN.CPP" - source "OS2\\PNGHAND.CPP" source "OS2\\PRINT.CPP" source "OS2\\RADIOBOX.CPP" source "OS2\\RADIOBUT.CPP"