~ubuntu-branches/ubuntu/saucy/xxdiff/saucy

« back to all changes in this revision

Viewing changes to old/alternate-build-systems/xxdiff.pro.windows

  • Committer: Bazaar Package Importer
  • Author(s): Tomas Pospisek
  • Date: 2006-12-03 21:41:08 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203214108-l7d3sleqmf1uu1is
Tags: 1:3.2-2
* oops /usr/man slipped in again. Re-re-re-moving it.
* fix doc-base reference problems reported by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# File graciously provided by <suamor at users.sourceforge.net>
 
2
 
 
3
SOURCES += optionsDialog.cpp searchDialog.cpp app.cpp cmdline.cpp suicideMessageBox.cpp main.cpp overview.cpp copyLabel.cpp text.cpp scrollView.cpp central.cpp merged.cpp lineNumbers.cpp util.cpp help.cpp exceptions.cpp builder.cpp builderFiles2.cpp builderFiles3.cpp builderDirs2.cpp builderUnmerge.cpp diffs.cpp hordiffImp.cpp line.cpp buffer.cpp resources.cpp accelUtil.cpp resParser.cpp markersFileDialog.cpp getopt.c getopt1.c version.c 
 
4
HEADERS += optionsDialog.h searchDialog.h app.h app.inline.h cmdline.h suicideMessageBox.h defs.h types.h diffs.h diffs.inline.h builder.h builder.inline.h builderFiles2.h builderFiles3.h builderDirs2.h builderUnmerge.h exceptions.h buffer.h buffer.inline.h help.h hordiffImp.h line.h line.inline.h main.h overview.h resParser.h resources.h resources.inline.h accelUtil.h copyLabel.h text.h scrollView.h central.h merged.h lineNumbers.h util.h markersFileDialog.h getopt.h diffutils.h diffutils_hack.h doc.qml version.h 
 
5
 
 
6
 
 
7
#       diffutils.cpp \
 
8
unix {
 
9
  UI_DIR = .ui
 
10
  MOC_DIR = .moc
 
11
  OBJECTS_DIR = .obj
 
12
}
 
13
 
 
14
win32 {
 
15
  debug {
 
16
    CONFIG += console
 
17
    MOC_DIR = ../DEBUG
 
18
    OBJECTS_DIR = ../DEBUG
 
19
  }
 
20
  release {
 
21
    MOC_DIR = ../RELEASE
 
22
    OBJECTS_DIR = ../RELEASE
 
23
  }
 
24
}
 
25
 
 
26
release {
 
27
  CONFIG += release
 
28
  DESTDIR = ../RELEASE
 
29
}
 
30
 
 
31
debug {
 
32
  CONFIG += debug
 
33
  DESTDIR = ../DEBUG
 
34
}
 
35
 
 
36
TRANSLATIONS = xxdiff.ts
 
37
 
 
38
 
 
39
# Add diff files to link against directly
 
40
DIFFUTILS_DIR = ../diffutils-2.7
 
41
TARGET = xxdiff
 
42
 
 
43
#YACCSOURCES=resParser.y
 
44
#LEXSOURCES=resParser.l
 
45
# Unused currently
 
46
#debug:QMAKE_CFLAGS += -DXX_DEBUG
 
47
#debug:QMAKE_CXXFLAGS += -DXX_DEBUG
 
48
#
 
49
#XX_VERSION=2.5
 
50
#
 
51
#QMAKE_CFLAGS_DEBUG += -DXX_VERSION="\"$$XX_VERSION-devel ($(COMPILE_DATE))\""
 
52
#QMAKE_CFLAGS_RELEASE += -DXX_VERSION="\"$$XX_VERSION\""
 
53
#
 
54
#LEXYACC  = resParser
 
55
#LEXYACC_OBJ  = $$LEXYACC.l.c $$LEXYACC.y.c $$LEXYACC.y.h
 
56
#QMAKE_CLEAN += $$LEXYACC_OBJ doc.h
 
57
#
 
58
# Needed for Windows compile?
 
59
#REQUIRES=full-config
 
60
#
 
61
#
 
62
# win32-msvc
 
63
#
 
64
#
 
65
win32-msvc:DEFINES += WINDOWS HAVE_STRING_H
 
66
#win32-msvc:DEFINES += QT_DLL QT_THREAD_SUPPORT WINDOWS HAVE_STRING_H
 
67
#win32-msvc:QMAKE_CFLAGS += -GX
 
68
win32-msvc:QMAKE_CXXFLAGS += -GX
 
69
#win32-msvc:INCLUDEPATH += winfixes
 
70
#
 
71
#win32-msvc:QMAKE_LFLAGS += /NODEFAULTLIB:MSVCRT
 
72
 
 
73
#
 
74
# linux-g++
 
75
#
 
76
 
 
77
#linux-g++:QMAKE_CXXFLAGS += -DCOMPILER_GNU
 
78
 
 
79
# debugging memory problems
 
80
#linux-g++:QMAKE_CXXFLAGS += -fcheck-memory-usage
 
81
#linux-g++:QMAKE_LIBS += -lmpatrol -lbfd -liberty
 
82
 
 
83
# QMAKE_LIBS +=  \
 
84
#       $$DIFFUTILS_DIR/analyze.o \
 
85
#       $$DIFFUTILS_DIR/cmpbuf.o \
 
86
#       $$DIFFUTILS_DIR/dir.o \
 
87
#       $$DIFFUTILS_DIR/io.o \
 
88
#       $$DIFFUTILS_DIR/util.o \
 
89
#       $$DIFFUTILS_DIR/context.o \
 
90
#       $$DIFFUTILS_DIR/ed.o \
 
91
#       $$DIFFUTILS_DIR/ifdef.o \
 
92
#       $$DIFFUTILS_DIR/normal.o \
 
93
#       $$DIFFUTILS_DIR/side.o \
 
94
#       $$DIFFUTILS_DIR/fnmatch.o \
 
95
#       $$DIFFUTILS_DIR/regex.o \
 
96
#       $$DIFFUTILS_DIR/version.o \
 
97
#       $$DIFFUTILS_DIR/diff.o \
 
98
#       $$DIFFUTILS_DIR/diff3.o
 
99
 
 
100
#DEPENDPATH=../../include
 
101
#REQUIRES=large-config
 
102
FORMS   = markersWidgetBase.ui optionsDialogBase.ui searchDialogBase.ui 
 
103
IMAGES  = pixmaps/diff_files.xpm pixmaps/diff_files.xpm pixmaps/next_difference.xpm pixmaps/next_unselected_difference.xpm pixmaps/previous_difference.xpm pixmaps/previous_unselected_difference.xpm pixmaps/save_as.xpm pixmaps/save_as_left.xpm pixmaps/save_as_merged.xpm pixmaps/save_as_middle.xpm pixmaps/save_as_right.xpm pixmaps/search.xpm pixmaps/search_backward.xpm pixmaps/search_forward.xpm pixmaps/select_region_left.xpm pixmaps/select_region_middle.xpm pixmaps/select_region_neither.xpm pixmaps/select_region_right.xpm pixmaps/select_region_unselect.xpm pixmaps/split_swap_join.xpm pixmaps/xxdiff.xpm 
 
104
TEMPLATE        =app
 
105
CONFIG  += qt warn_on
 
106
INCLUDEPATH     += . winfixes
 
107
DBFILE  = xxdiff.db
 
108
LANGUAGE        = C++