ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/PowerCalcVista/GNUmakefile
Revision: 1163
Committed: 2009-05-14T03:50:30-07:00 (16 years, 1 month ago) by douglas
File size: 349 byte(s)
Log Message:
Rough start.

File Contents

# Content
1 # PowerToy Calculator Vista Installer
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 ifeq ($(OS),Windows_NT)
8 RM_F := del /F /A
9 else
10 RM_F := rm -f
11 endif
12
13 installer := powercalcvista.exe
14
15 .PHONY: all clean
16
17 all: $(installer)
18
19 $(installer): $(patsubst %.exe,%.nsi,$(installer)) calcpt.chm PowerCalc.exe
20 makensis $<
21
22 clean:
23 -$(RM_F) $(installer)

Properties

Name Value
svn:keywords Id