From ac19163a52f1a99e300e51500ba44c773935af7c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 4 Jan 2014 16:12:14 +0100 Subject: win: Remove unneeded bloat --- win/pjctl.mm.in | 11 ----------- win/pjctl.ver.in | 1 - 2 files changed, 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 -- cgit