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:
parent
4965c3d7f6
commit
b584b7d24a
@ -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");
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user