Add -DXP_OS2 so that sysrand.c can pick it up...

git-svn-id: svn://10.0.0.236/trunk@107627 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com
2001-11-08 00:08:28 +00:00
parent 47b893d895
commit c587ffe998

View File

@@ -227,6 +227,8 @@ else
endif
endif
DEFINES += -DXP_OS2
define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); $(NSINSTALL) -D $(@D); fi
endef