~ubuntu-branches/ubuntu/precise/burp/precise

« back to all changes in this revision

Viewing changes to src/win32/burp/Makefile

  • Committer: Package Import Robot
  • Author(s): Bastiaan Franciscus van den Dikkenberg
  • Date: 2012-02-14 15:47:01 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120214154701-3y7qnmoh9yosffsp
Tags: 1.3.0+20120214git-1
* Compilation bug solved for in farm (Closes: #659692)
* New upstream release from GIT branch 1.3.1 on advise of author
* Add 'exclude_fs =' option for Linux so that you can skip partitions
  types (for example, tmpfs) without generating warnings.
* If recovery method 'resume' is set, but the includes/excludes change,
  switch to 'use', then start a new backup.
* In the tests, check to see whether it looks like the server has finished
  the backup before moving on, rather than just waiting a set 
  amount of time.(Closes: #659462)
* Add man pages for bedup and burp_ca.
* Remove embedded uthash code. It will need to be installed 
  as a dependency. (Closes: #659454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
INCLUDES = \
11
11
        -I. \
12
 
        $(INCLUDE_PTHREADS) \
13
12
        $(INCLUDE_BURP) \
14
13
        $(INCLUDE_ZLIB) \
15
14
        $(INCLUDE_VSS) \
17
16
        $(INCLUDE_ICONS)
18
17
 
19
18
DEFINES = \
20
 
        -DHAVE_TRAY_MONITOR \
21
19
        -DUSING_DLL \
22
20
        -DWIN32_VSS \
23
21
        -DWINVER=0x500 \
46
44
        $(OBJDIR)/extrameta.o \
47
45
        $(OBJDIR)/find.o \
48
46
        $(OBJDIR)/forkchild.o \
 
47
        $(OBJDIR)/incexc_recv_server.o \
 
48
        $(OBJDIR)/incexc_send_client.o \
49
49
        $(OBJDIR)/list_client.o \
50
50
        $(OBJDIR)/handy.o \
51
51
        $(OBJDIR)/lock.o \