Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 46a7983c

Von cstim vor mehr als 20 Jahren hinzugefügt

  • ID 46a7983ca4bf0cfa9c39169243b3068917104654
  • Vorgänger bf5479d8
  • Nachfolger e778107c

Fix iss input file

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@704 70169cfe-8b10-0410-8925-dcb4b91034d8

Unterschiede anzeigen:

gwenhywfar.iss.in
windir := MingwBacksl(ExpandConstant('{win}'));
appdir := MingwBacksl(ExpandConstant('{app}'));
includedir := appdir + '/include';
plugindir := appdir + '/lib/@PACKAGE@/plugins';
plugindir := appdir + '/lib/@PACKAGE@/plugins/@GWENHYWFAR_SO_EFFECTIVE@';
{ Now make all the replacements }
{ Explanation: StringChange(S,FromStr,ToStr): Change all occurances in S of FromStr to ToStr. }

Auch abrufbar als: Unified diff