ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • NSIS
    프로그래밍 언어/매크로 2009. 12. 30. 16:46
    !include

    !addincludedir
        ${NSISDIR}\Include

    !define

    !undef

    !ifdef
    !else ifdef
    !else
    !endif

    !ifndef
    !else ifndef
    !else
    !endif

    !if
    !else if
    !else
    !endif

    !ifmacrodef
    !else ifmacrodef
    !else
    !endif

    !ifmacrondef
    !else ifmacrondef
    !else
    !endif

    !macro
    !macroend

    !insertmacro

Designed by Tistory.