lyx_mirror/development/Win32/packaging/installer/lyxfunc.nsh
Angus Leeming 802c005580 Packaging for LyX 1.3.6 on Windows.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10002 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-06 12:59:57 +00:00

15 lines
320 B
Plaintext

!ifndef _LYX_FUNC_NSH_
!define _LYX_FUNC_NSH_
!macro LYX_DEFFUNC Name
!define `${Name}` `!insertmacro LYX_FUNCTION_${Name}`
!macroend
!macro LYX_FUNC ShortName
!undef `${ShortName}`
!define `${ShortName}` `!insertmacro LYX_FUNCTION_${ShortName}_Call`
Function `${ShortName}`
!macroend
!endif ; _LYX_FUNC_NSH_