-
-
pjsip
... 4.3 Debugging the Sample Application
_________________________________________________________________
The sample applications are build using Samples.mak makefile, therefore it
is difficult to setup debugging session in Visual Studio for ...
-
harmony-classlib
... on Windows, and .so on Linux).
On Windows if the native build exits with the message :
fatal error U1052: file 'ntwin32.mak' not found
this is an indication that the required build environment has not been properly
configured in the working console ...
-
vimproc.vim
... {
\ 'build' : {
\ 'windows' : 'tools\\update-dll-mingw',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make',
\ 'linux' : 'make',
\ 'unix' : 'gmake',
\ },
\ }
```
### Pathogen
vimproc uses a pathogen compatible structure, so ...
-
libdecodeqr
... .dsw
1. build the project (press [F7] key)
or
1. start command prompt
1. run VCVARS32.BAT
1. nmake libdecodeqr.mak
The Libraly file and header files are NOT installed automaticaly.
After building, set places of decodeqr.h, qrtypes.h, qrerror. ...
-
perl-begin.org
... the first time, one has to run "./gen-helpers.pl".
This script generates the list of directories and pages inside include.mak
and rules.mak.
This script also has to be invoked whenever new pages are added, or existing
ones are removed or renamed.
Enjoy ...
-
Systems-I
... .* and stderr.*
are the sample output from those tests.
Note that the allocation library files are not present here; the
header.mak file contains the necessary settings to allow the compiler
and linker to find them. Remember to use the <> form of # ...
-
netevent
... a `UI_DEV_SETUP` `ioctl`, a
`./configure` script has been added to check for this and create a `config.h`
as well as a `config.mak` for PREFIX/BINDIR/... (all of which can be passed as
variables directly to `make` instead as well, along with the usual ` ...
-
ftorrent
... =C:/openssl VC-WIN32
ms\do_ms.bat
nmake -f ms\nt.mak
nmake -f ms\nt.mak test
nmake -f ms\nt.mak install
Build boost
cd C:\boost
bjam --toolset=msvc link=static runtime-link=static variant=debug
bjam --toolset=msvc link= ...
-
ScintillaGIT
... scintilla/win32 directory
cd scintilla\win32
GCC: mingw32-make
VS .NET: nmake -f scintilla.mak
VC++ 6: nmake -f scintilla_vc6.mak
Borland ... GCC: mingw32-make
VS .NET: nmake -f scite.mak
Borland: make -fscite.mak
An executable SciTE will now be in scite ...
-
VimProject
... .php
Use mingw and change the file under vim72src/src/Make_ming.mak to open the python option.
1. uncomment #PYTHON=c:/python20
2. ... =22
run the command below in console:
make -f Make_ming.mak gvim.exe
rename $VIM\vim72\gvim.exe to gvim_default.exe
copy ...
-