зеркало из https://github.com/mozilla/pjs.git
Fix for Linux build.
This commit is contained in:
Родитель
3e618ab1a3
Коммит
cadc94ab48
|
@ -28,47 +28,3 @@ include $(DEPTH)/config/config.mk
|
|||
TARGET = $(LIBRARY)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
--------------------------------------
|
||||
DEPTH=..\..
|
||||
#IGNORE_MANIFEST=1
|
||||
|
||||
ifeq ($(OS_TARGET),Rhapsody)
|
||||
DIRS = rhapsody
|
||||
else
|
||||
DIRS = motif
|
||||
endif
|
||||
|
||||
LIBRARY_NAME=raptorbasewidget_s
|
||||
MODULE=raptor
|
||||
REQUIRES=xpcom
|
||||
|
||||
DEFINES= -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_WIDGET
|
||||
|
||||
CPPSRCS= \
|
||||
nsBaseWidget.cpp
|
||||
|
||||
EXPORTS=nsBaseWidget.h
|
||||
|
||||
CPP_OBJS=.\$(OBJDIR)\nsBaseWidget.obj \
|
||||
.\$(OBJDIR)\nsMenuButton.obj \
|
||||
.\$(OBJDIR)\nsToolbarItemHolder.obj \
|
||||
.\$(OBJDIR)\nsToolbarManager.obj \
|
||||
.\$(OBJDIR)\nsImageButton.obj \
|
||||
.\$(OBJDIR)\nsToolBar.obj
|
||||
|
||||
|
||||
LINCS= -I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -Iwindows
|
||||
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(DEFINES) \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|
||||
|
|
Загрузка…
Ссылка в новой задаче