summary refs log tree commit diff stats
path: root/win32/ext/nss-wdk/build-x64.bat
blob: 96bb042215ede3f62bac4643e241163977a181b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\ddk
set LIB=%WDK_ROOT%\lib\wnet\amd64;%WDK_ROOT%\lib\Crt\amd64
set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin\amd64;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin\x64;c:\mozilla-build\msys\bin;c:\mozilla-build\moztools-x64\bin
set BUILD_OPT=1
set USE_64=1
set WINDDK_BUILD=1
cd mozilla\security\nss
make nss_build_all
cd ..\..\..
echo.Finished!
pause
omplexities of it. It is lightly modeled after after Xircon; an old windows TCL enabled client with a little bit of eggdrop functionality to it. Features: * Uses the popular TCL scripting language. * Familiar to eggdrop bot owners. * Adds many new XChat specific commands to the Tcl language for handling of events, user commands, timers, etc. * It's actually documented! (Hey, what a concept!) * Works with XChat 1.9.x and 2.x. * Open source (GPL) The supplied documentation for Tcl Plugin commands can be found in doc/tclplugin.html For a comprehensive list of IRC server tokens, see doc/tokens.txt (2) HOW TO GET TCL PLUGIN You can always find the latest version of the Tcl Plugin at: http://www.scriptkitties.com/tclplugin You must also have Tcl 8.3 or higher installed on your system. Tcl can be obtained from: http://sourceforge.net/projects/tcl http://tcl.activestate.com (pre-compiled binaries) Tcl Man Pages http://tcl.activestate.com/man/ Tcl Tutorials: http://hegel.ittc.ukans.edu/topics/tcltk/tutorial-noplugin/ http://jan.netcomp.monash.edu.au/ProgrammingUnix/tcl/tcl_tut.html http://users.belgacom.net/bruno.champagne/tcl.html (3) QUICK STARTUP SEE 'INSTALL'