From 0e191b5ebcbf6de4d28b223fd4b07d3b59add4ce Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 19 Jan 2001 22:30:50 +0000 Subject: [PATCH] remove plot.cpp from build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/Wxwindll.icc | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/Wxwindll.icc b/src/Wxwindll.icc index ec870317ad..18afc69fe3 100644 --- a/src/Wxwindll.icc +++ b/src/Wxwindll.icc @@ -166,7 +166,6 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc source type(cpp) "GENERIC\\LOGG.CPP" source type(cpp) "GENERIC\\NUMDLGG.CPP" source type(cpp) "GENERIC\\PANELG.CPP" - source type(cpp) "GENERIC\\PLOT.CPP" source type(cpp) "GENERIC\\PRINTPS.CPP" source type(cpp) "GENERIC\\PRNTDLGG.CPP" source type(cpp) "GENERIC\\PROGDLGG.CPP" @@ -287,9 +286,19 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc source type(cpp) "OS2\\WAVE.CPP" source type(cpp) "OS2\\WINDOW.CPP" } - target "..\\samples\\minimal\\dbgos240dll\\Minimal.exe" +// target "..\\samples\\minimal\\dbgos240dll\\Minimal.exe" +// { +// source type(cpp) "..\\SAMPLES\\MINIMAL\\MINIMAL.CPP" +// source type(rc) "..\\SAMPLES\\MINIMAL\\MINIMAL.RC4" +// } + target "..\\samples\\menu\\dbgos240dll\\Menu.exe" { - source type(cpp) "..\\SAMPLES\\MINIMAL\\MINIMAL.CPP" - source type(rc) "..\\SAMPLES\\MINIMAL\\MINIMAL.RC4" + source type(cpp) "..\\SAMPLES\\MENU\\MENU.CPP" + source type(rc) "..\\SAMPLES\\MENU\\MENU.RC4" } +// target "..\\samples\\statbar\\dbgos240dll\\Statbar.exe" +// { +// source type(cpp) "..\\SAMPLES\\STATBAR\\STATBAR.CPP" +// source type(rc) "..\\SAMPLES\\STATBAR\\STATBAR.RC4" +// } }