summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/pjctl.mm.in (renamed from win/pjctl.mm)16
-rw-r--r--win/pjctl.ver24
-rw-r--r--win/pjctl.ver.in13
3 files changed, 16 insertions, 37 deletions
diff --git a/win/pjctl.mm b/win/pjctl.mm.in
index b7dce3d..7d25cf8 100644
--- a/win/pjctl.mm
+++ b/win/pjctl.mm.in
@@ -1,19 +1,9 @@
-;----------------------------------------------------------------------------
-; MODULE NAME: pjctl.mm
-;
-; $Author: USER "Benjamin Franzke" $
-; $Revision: 1 $
-; $Date: 04 Dec 2012 15.15:00 $
-;
-;----------------------------------------------------------------------------
-
-
;--- Include MAKEMSI support (with my customisations and MSI branding) ------
;#define VER_FILENAME.VER TryMe.Ver ;;I only want one VER file for all samples! (this line not actually required in "tryme.mm")
-#define? DEPT_ARP_URL_PUBLISHER http://git.bnfr.net/pjctl
-#define? DEPT_ARP_URL_TECHNICAL_SUPPORT benjaminfranzke@googlemail.com
-#define? DEPT_NAME Benjamin Franzke
+#define? DEPT_ARP_URL_PUBLISHER @PACKAGE_URL@
+#define? DEPT_ARP_URL_TECHNICAL_SUPPORT @PACKAGE_BUGREPORT@
+#define? DEPT_NAME @PACKAGE_AUTHOR@
#define? DEPT_ADDRESS ;;
#define? COMPANY_CONTACT_NAME <$DEPT_NAME>
#define? COMPANY_CONTACT_NAME_PHONE ;;No phone
diff --git a/win/pjctl.ver b/win/pjctl.ver
deleted file mode 100644
index f038528..0000000
--- a/win/pjctl.ver
+++ /dev/null
@@ -1,24 +0,0 @@
-;----------------------------------------------------------------------------
-;
-; MODULE NAME: pjctl.ver
-;
-; $Author: USER "Benjamin Franzke" $
-; $Revision: 1 $
-; $Date: 10 Oct 2007 17:25:32 $
-;
-; DESCRIPTION: pjctl msi.
-;
-;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-; ProductName = pjctl (PJLink Projector Control)
-; DESCRIPTION = Control a PJLink Projector
-; Installed = WINDOWS_ALL
-; Guid.UpgradeCode = {B20CBBBC-B192-474D-B4C9-616FC9238F2B}
-; MsiName = pjctl
-;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-
-;############################################################################
-VERSION : 1.0.0
-DATE : 25 Feb 2003
-CHANGES : First cut.
-
diff --git a/win/pjctl.ver.in b/win/pjctl.ver.in
new file mode 100644
index 0000000..8315013
--- /dev/null
+++ b/win/pjctl.ver.in
@@ -0,0 +1,13 @@
+;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+; ProductName = @PACKAGE_NAME@
+; DESCRIPTION = @PACKAGE_DESCRIPTION@
+; Installed = WINDOWS_ALL
+; Guid.UpgradeCode = {B20CBBBC-B192-474D-B4C9-616FC9238F2B}
+; MsiName = @PACKAGE@-@PACKAGE_VERSION@
+;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+
+;############################################################################
+VERSION : @PACKAGE_VERSION@.0.0
+DATE : 02 Jan 2014
+CHANGES : Support passwords on Windows