summaryrefslogtreecommitdiff
path: root/win/pjctl.mm.in
blob: 7d25cf88e57659cb32ea9fbc773984af3bfadca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;--- 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@
#define? DEPT_ADDRESS                     ;;
#define? COMPANY_CONTACT_NAME             <$DEPT_NAME>
#define? COMPANY_CONTACT_NAME_PHONE                ;;No phone
#define? COMPANY_SUMMARY_SCHEMA           110      ;;Minimum v1.1 Installer

#define? UISAMPLE_LEFTSIDE_TEXT_FONT_COLOR         &H7F0000  ;;Medium Blue in BGR (believe it or not...)
#(
    #define? UISAMPLE_LEFTSIDE_TEXT
    Developed by <$DEPT_NAME>.
#)

#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">
<$Files "C:\cygwin\bin\cygwin1.dll" DestDir="INSTALLDIR">