r=cls
From Jessica Blanco -start building os2Embed


git-svn-id: svn://10.0.0.236/trunk@140604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2003-04-02 22:53:16 +00:00
parent 1d1dbbdcfa
commit f3c978ebbf
3 changed files with 17 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ ifeq ($(OS_ARCH),WINNT)
CPPSRCS += nsEmbedWin32.cpp
endif
ifeq ($(OS_ARCH),OS2)
CPPSRCS += nsEmbedOS2.cpp
endif
# we don't want the shared lib, but we want to force the creation of a
# static lib.
FORCE_STATIC_LIB = 1