added GUI_LOWLEVEL_OBJS to src/msw/files.lst

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-09-30 14:53:57 +00:00
parent 4965c3d7f6
commit b584b7d24a
2 changed files with 13 additions and 1 deletions

View File

@ -44,6 +44,10 @@
} else {
$project{"MSW_SOURCES"} .= "msw/" . $file . " ";
$project{"GUIOBJS"} .= $fileobj . " ";
if ( $wxMSW{$file} =~ /\bL\b/ ) {
$project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " ";
}
}
}
@ -95,6 +99,9 @@ GENERICOBJS = \
GUIOBJS = \
#$ ExpandList("GUIOBJS");
GUI_LOWLEVEL_OBJS = \
#$ ExpandList("GUI_LOWLEVEL_OBJS");
HTMLOBJS = \
#$ ExpandList("HTMLOBJS");

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 04:14, 2001/09/27
# This file was automatically generated by tmake at 16:52, 2001/09/30
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@ -905,6 +905,11 @@ GUIOBJS = \
wave.o \
window.o
GUI_LOWLEVEL_OBJS = \
evtloop.o \
imaglist.o \
toplevel.o
HTMLOBJS = \
helpctrl.o \
helpdata.o \