зеркало из https://github.com/mozilla/pjs.git
CLeanup the nsWidgetSupport.cpp mess on windows. Moved it to its own place. Its only
needed by test apps.
This commit is contained in:
Родитель
96d7df3998
Коммит
5de5eb3b96
|
@ -83,6 +83,7 @@ LLIBS= \
|
|||
$(DIST)\lib\timer_s.lib \
|
||||
$(DIST)\lib\raptorhtml.lib \
|
||||
$(DIST)\lib\raptorweb.lib \
|
||||
$(DIST)\lib\widgetsupport_s.lib \
|
||||
$(DIST)\lib\raptorwidget.lib \
|
||||
$(DIST)\lib\raptorhtmlpars.lib \
|
||||
$(DIST)\lib\DebugRobot.lib \
|
||||
|
|
|
@ -62,7 +62,6 @@ EXPORTS=nsui.h \
|
|||
nsStringUtil.h \
|
||||
nsILookAndFeel.h \
|
||||
nsILabel.h \
|
||||
nsWidgetSupport.h \
|
||||
nsIMenuBar.h \
|
||||
nsIMenu.h \
|
||||
nsIMenuItem.h \
|
||||
|
|
|
@ -24,9 +24,9 @@ DLLNAME = raptorwidget
|
|||
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||
RESFILE = widget.res
|
||||
|
||||
CPPSRCS = nsWidgetSupport.cpp nsWinWidgetFactory.cpp
|
||||
CPPSRCS = nsWinWidgetFactory.cpp
|
||||
|
||||
CPP_OBJS = .\$(OBJDIR)\nsWidgetSupport.obj .\$(OBJDIR)\nsWinWidgetFactory.obj
|
||||
CPP_OBJS = .\$(OBJDIR)\nsWinWidgetFactory.obj
|
||||
|
||||
|
||||
DEFINES =-D_IMPL_NS_WIDGET
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
# Reserved.
|
||||
DEPTH=..\..
|
||||
|
||||
DIRS=xpwidgets windows build
|
||||
DIRS=xpwidgets windows support build
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
|
@ -34,6 +34,7 @@ LLIBS= \
|
|||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\raptorgfxwin.lib \
|
||||
$(DIST)\lib\widgetsupport_s.lib \
|
||||
$(DIST)\lib\raptorwidget.lib \
|
||||
!ifdef NECKO
|
||||
!else
|
||||
|
|
|
@ -32,6 +32,7 @@ LINCS=-I$(PUBLIC)\raptor \
|
|||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
$(DIST)\lib\widgetsupport_s.lib \
|
||||
$(DIST)\lib\raptorwidget.lib \
|
||||
$(DIST)\lib\raptorgfxwin.lib \
|
||||
$(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче