diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-04 16:12:14 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-04 16:54:47 +0100 |
commit | ac19163a52f1a99e300e51500ba44c773935af7c (patch) | |
tree | bcd8e2f322c5eb905417043e59a1f841e129f096 | |
parent | c23f4c5c592e6ef3cdc8a7a1a6c7870de8783511 (diff) | |
download | pjctl-ac19163a52f1a99e300e51500ba44c773935af7c.tar.gz pjctl-ac19163a52f1a99e300e51500ba44c773935af7c.tar.bz2 pjctl-ac19163a52f1a99e300e51500ba44c773935af7c.zip |
win: Remove unneeded bloat
-rw-r--r-- | win/pjctl.mm.in | 11 | ||||
-rw-r--r-- | win/pjctl.ver.in | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/win/pjctl.mm.in b/win/pjctl.mm.in index 7d25cf8..93ba90b 100644 --- a/win/pjctl.mm.in +++ b/win/pjctl.mm.in @@ -1,6 +1,3 @@ -;--- 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 @PACKAGE_URL@ #define? DEPT_ARP_URL_TECHNICAL_SUPPORT @PACKAGE_BUGREPORT@ #define? DEPT_NAME @PACKAGE_AUTHOR@ @@ -16,15 +13,7 @@ #) #include "ME.MMH" -;#define? COMMONFRAMEWORK_ZIP_SOURCE_FOR_BACKUP N ;;No "insurance" until I bother to install "info zip"... -;#include "DEPT.MMH" - -;--- Want to debug (not common) --------------------------------------------- -;#debug on -;#Option DebugLevel=^NONE, +OpSys^ - -;--- Define default location where file should install and add files -------- <$DirectoryTree Key="INSTALLDIR" Dir="c:\program files\pjctl\" CHANGE="\" PrimaryFolder="Y"> <$Files "..\src\pjctl-no-console.exe" DestDir="INSTALLDIR"> <$Files "..\src\pjctl.exe" DestDir="INSTALLDIR"> diff --git a/win/pjctl.ver.in b/win/pjctl.ver.in index 8315013..dcd5dda 100644 --- a/win/pjctl.ver.in +++ b/win/pjctl.ver.in @@ -6,7 +6,6 @@ ; MsiName = @PACKAGE@-@PACKAGE_VERSION@ ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - ;############################################################################ VERSION : @PACKAGE_VERSION@.0.0 DATE : 02 Jan 2014 |