[go: up one dir, main page]

Menu

[80c337]: / openmath / openmath.pri  Maximize  Restore  History

Download this file

89 lines (83 with data), 3.2 kB

OMCDIR = $$PWD/OMCv1.4a
OMCPPDIR = $$PWD/OMCPPv1.0a
INCLUDEPATH += $$OMCDIR $$OMCPPDIR
DEFINES += OMCDIR=\"$$OMCDIR\"
win32:LIBS += -lws2_32

SOURCES += $$OMCPPDIR/OmCommentCollector.cpp \
           $$OMCPPDIR/OmCommon.cpp \
           $$OMCPPDIR/OmException.cpp \
           $$OMCPPDIR/OmNode.cpp \
           $$OMCDIR/OMbase.c \
           $$OMCDIR/OMdev.c \
           $$OMCDIR/OMdevFd.c \
           $$OMCDIR/OMdevFile.c \
           $$OMCDIR/OMdevHandle.c \
           $$OMCDIR/OMdevString.c \
           $$OMCDIR/OMencBin.c \
           $$OMCDIR/OMencUnkn.c \
           $$OMCDIR/OMencXml.c \
           $$OMCDIR/OMmisc.c \
           $$OMCDIR/OMutf7.c \
           $$OMCDIR/parseopt.c
           # $$OMCDIR/OMklone.c \ # dunno what this is, but it's not needed...something Emacs?
           # $$OMCPPDIR/pipe.cpp \ # this is a test command line program...not needed in Lurch
           # $$OMCDIR/tenc.c \ # this is a test command line program...not needed in Lurch
           # $$OMCDIR/tpipe.c \ # this is a test command line program...not needed in Lurch
           # $$OMCDIR/omproxy.c \ # this is a test command line program...not needed in Lurch

           # $$OMCDIR/OMconn.c \

HEADERS += $$OMCPPDIR/OmApplicationNode.h \
           $$OMCPPDIR/OmBigIntegerNode.h \
           $$OMCPPDIR/OmBindingNode.h \
           $$OMCPPDIR/OmByteArrayNode.h \
           $$OMCPPDIR/OmComment.h \
           $$OMCPPDIR/OmCommentCollector.h \
           $$OMCPPDIR/OmCommon.h \
           $$OMCPPDIR/OmDocumentNode.h \
           $$OMCPPDIR/OmErrorNode.h \
           $$OMCPPDIR/OmException.h \
           $$OMCPPDIR/OmFinalNode.h \
           $$OMCPPDIR/OmFloatNode.h \
           $$OMCPPDIR/OmHeaders.h \
           $$OMCPPDIR/OmInputDevice.h \
           $$OMCPPDIR/OmInputFileStream.h \
           $$OMCPPDIR/OmInputStringStream.h \
           $$OMCPPDIR/OmIntegerNode.h \
           $$OMCPPDIR/OmNode.h \
           $$OMCPPDIR/OmObjectNode.h \
           $$OMCPPDIR/OmOutputDevice.h \
           $$OMCPPDIR/OmOutputFileStream.h \
           $$OMCPPDIR/OmOutputStringStream.h \
           $$OMCPPDIR/OmPInstructionNode.h \
           $$OMCPPDIR/OmStream.h \
           $$OMCPPDIR/OmStringNode.h \
           $$OMCPPDIR/OmSymbolNode.h \
           $$OMCPPDIR/OmVariableNode.h \
           $$OMCPPDIR/OmWStringNode.h \
           $$OMCDIR/OM.h \
           $$OMCDIR/OMP.h \
           $$OMCDIR/OMbase.h \
           $$OMCDIR/OMbaseP.h \
           $$OMCDIR/OMconfig.h \
           $$OMCDIR/OMdev.h \
           $$OMCDIR/OMdevFd.h \
           $$OMCDIR/OMdevFdP.h \
           $$OMCDIR/OMdevFile.h \
           $$OMCDIR/OMdevFileP.h \
           $$OMCDIR/OMdevHandle.h \
           $$OMCDIR/OMdevHandleP.h \
           $$OMCDIR/OMdevP.h \
           $$OMCDIR/OMdevString.h \
           $$OMCDIR/OMdevStringP.h \
           $$OMCDIR/OMencBin.h \
           $$OMCDIR/OMencBinP.h \
           $$OMCDIR/OMencUnkn.h \
           $$OMCDIR/OMencUnknP.h \
           $$OMCDIR/OMencXml.h \
           $$OMCDIR/OMencXmlP.h \
           $$OMCDIR/OMmisc.h \
           $$OMCDIR/OMmiscP.h \
           $$OMCDIR/OMutf7.h \
           $$OMCDIR/OMutf7P.h \
           $$OMCDIR/parseopt.h

           # $$OMCDIR/OMconn.h \
           # $$OMCDIR/OMconnP.h \