Removed some references to unused files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-25 10:03:56 +00:00
parent 246c5004eb
commit 133f3119f0
5 changed files with 0 additions and 7 deletions

View File

@@ -2002,7 +2002,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/carbon/notebmac.cpp src/mac/carbon/notebmac.cpp
src/mac/carbon/palette.cpp src/mac/carbon/palette.cpp
src/mac/carbon/pen.cpp src/mac/carbon/pen.cpp
src/mac/carbon/pnghand.cpp
src/mac/carbon/printdlg.cpp src/mac/carbon/printdlg.cpp
src/mac/carbon/printmac.cpp src/mac/carbon/printmac.cpp
src/mac/carbon/radiobox.cpp src/mac/carbon/radiobox.cpp

View File

@@ -544,7 +544,6 @@ msgdlg.cpp Mac
notebmac.cpp Mac notebmac.cpp Mac
palette.cpp Mac palette.cpp Mac
pen.cpp Mac pen.cpp Mac
pnghand.cpp Mac
printdlg.cpp Mac printdlg.cpp Mac
printmac.cpp Mac printmac.cpp Mac
radiobox.cpp Mac radiobox.cpp Mac

View File

@@ -270,7 +270,6 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc
source type(cpp) "OS2\\OWNERDRW.CPP" source type(cpp) "OS2\\OWNERDRW.CPP"
source type(cpp) "OS2\\PALETTE.CPP" source type(cpp) "OS2\\PALETTE.CPP"
source type(cpp) "OS2\\PEN.CPP" source type(cpp) "OS2\\PEN.CPP"
source type(cpp) "OS2\\PNGHAND.CPP"
source type(cpp) "OS2\\PRINT.CPP" source type(cpp) "OS2\\PRINT.CPP"
source type(cpp) "OS2\\RADIOBOX.CPP" source type(cpp) "OS2\\RADIOBOX.CPP"
source type(cpp) "OS2\\RADIOBUT.CPP" source type(cpp) "OS2\\RADIOBUT.CPP"

View File

@@ -387,9 +387,6 @@ pen.obj: $(MSWDIR)\pen.cpp
penwin.obj: $(MSWDIR)\penwin.cpp penwin.obj: $(MSWDIR)\penwin.cpp
$(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\penwin.cpp /BINARY penwin.obj $(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 printdlg.obj: $(MSWDIR)\printdlg.cpp
$(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\printdlg.cpp /BINARY printdlg.obj $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\printdlg.cpp /BINARY printdlg.obj

View File

@@ -253,7 +253,6 @@ option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), gen(mangl
source "OS2\\OWNERDRW.CPP" source "OS2\\OWNERDRW.CPP"
source "OS2\\PALETTE.CPP" source "OS2\\PALETTE.CPP"
source "OS2\\PEN.CPP" source "OS2\\PEN.CPP"
source "OS2\\PNGHAND.CPP"
source "OS2\\PRINT.CPP" source "OS2\\PRINT.CPP"
source "OS2\\RADIOBOX.CPP" source "OS2\\RADIOBOX.CPP"
source "OS2\\RADIOBUT.CPP" source "OS2\\RADIOBUT.CPP"