~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipelets/clip/clip.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-06-08 00:44:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040608004402-72yu51xlh7vt6p9m
Tags: upstream-6.0pre16
ImportĀ upstreamĀ versionĀ 6.0pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
 
2
# --------------------------------------------------------------------
 
3
unix:include( ../config.pro )
 
4
win32:DEFINES   += WIN32
 
5
# --------------------------------------------------------------------
 
6
TEMPLATE        = lib
 
7
CONFIG          += dll
 
8
CONFIG          -= qt
 
9
# --------------------------------------------------------------------
 
10
SOURCES         += clip.cpp
 
11
# --------------------------------------------------------------------
 
12
TARGET          = clip
 
13
INCLUDEPATH     += ../../include
 
14
DEPENDPATH      += ../../include
 
15
win32:LIBS      += ../../../build/lib/libipe.lib
 
16
unix:LIBS       += -L../../../build/lib -lipe
 
17
OBJECTS_DIR     = ../../../build/obj/ipelets
 
18
DESTDIR         = ../../../build/ipelets
 
19
# --------------------------------------------------------------------