variables and control

This commit is contained in:
Andrea Crotti 2011-12-07 10:28:19 +00:00
parent 0f24dadf22
commit 4164f0e881
4 changed files with 24 additions and 0 deletions

9
nsis-mode/if Normal file
View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: if
# key: if
# --
${IF} ${1:cond}
$0
${ElseIf} ${2:else_cond}
${EndIf}

5
nsis-mode/include Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: include
# key: inc
# --
!include ${Library.nsh}

5
nsis-mode/instdir Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: instdir
# key: $
# --
$INSTDIR

5
nsis-mode/outdir Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: outdir
# key: $
# --
$OUTDIR