(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / nits / nitsdll

File: [OMI] / omi / nits / nitsdll / GNUmakefile (download)
Revision: 1.1, Mon Apr 20 17:19:54 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

TOP = ../..
include $(TOP)/config.mak

CXXSHLIBRARY = nits

SOURCES = ../base/Frame.cpp \
    ../base/Globals.cpp \
    ../base/nits_c.cpp \
    ../base/nitsdll.cpp \
    ../base/Run.cpp \
    ../base/Switch.cpp \
    ../base/LocalInjection.cpp \
    ./main.cpp

DEFINES = UNICODE

INCLUDES = . $(TOP) $(TOP)/common

LIBRARIES = rt nitspal

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2