ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/GNUmakefile
(Generate patch)

Comparing trunk/GNUmakefile (file contents):
Revision 41 by douglas, 2009-08-16T03:27:21-07:00 vs.
Revision 42 by douglas, 2009-09-14T23:22:36-07:00

# Line 15 | Line 15 | endif
15   all: build
16  
17   binary:
18 + ifneq ($(OS),Windows_NT)
19          $(setup) bdist --formats egg
20 < ifeq ($(OS),Windows_NT)
20 > else
21          $(setup) bdist_wininst -p win32 --user-access-control auto
22          $(setup) bdist_wininst -p win-amd64 --user-access-control auto
23   endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines