mirror of
https://github.com/correl/mercenary.git
synced 2024-11-23 19:19:51 +00:00
Correl Roush
3dac90e658
Also, broke up the parser a bit to ease compilation git-svn-id: file:///srv/svn/ircclient/trunk@3 a9804ffe-773b-11dd-bd7c-89c3ef1d2733
17 lines
476 B
Prolog
17 lines
476 B
Prolog
######################################################################
|
|
# Automatically generated by qmake (2.01a) Sat Aug 30 23:01:47 2008
|
|
######################################################################
|
|
|
|
TEMPLATE = app
|
|
# CONFIG += plugin
|
|
TARGET = mirc
|
|
DESTDIR = bin
|
|
DEPENDPATH += . includes src
|
|
INCLUDEPATH += . includes
|
|
|
|
# Input
|
|
HEADERS += includes/mirc.h includes/parser.h includes/script.h
|
|
SOURCES += src/mirc.cpp \
|
|
src/parser.cpp \
|
|
src/script.cpp \
|
|
src/main.cpp
|