This is the first batch of files I need to add to get the iCal parser going. This shouldn't be built with trex.mak yet. It won't build until I get things stable enough. git-svn-id: svn://10.0.0.236/trunk@13112 18797224-902f-48f8-a5cc-f745e15eee43
24 lines
642 B
Plaintext
24 lines
642 B
Plaintext
#
|
|
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
|
# NETSCAPE COMMUNICATIONS CORPORATION
|
|
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
|
|
# Reserved. Use of this Source Code is subject to the terms of the
|
|
# applicable license agreement from Netscape Communications Corporation.
|
|
# The copyright notice(s) in this Source Code does not indicate actual or
|
|
# intended publication of this Source Code.
|
|
#
|
|
GDEPTH = ../../../../..
|
|
DEPTH = ../../../../..
|
|
|
|
EXPORTS = \
|
|
nsICalICalendarParserObject.h \
|
|
nsICalICalendarContentSink.h \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
$(NULL)
|
|
|
|
MODULE = trex
|
|
|
|
REQUIRES = raptor
|