-
-
Vim-configuration
... For vimproc
- Windows using Mingw(32bit Vim): `$ make -f make_mingw32.mak`
- Windows using Mingw(64bit Vim): `$ make -f make_mingw64.mak` ... Windows using Visual Studio(32bit/64bit Vim): $` nmake -f Make_msvc.mak nodebug=1`
- Mac OS X using LLVM: $` make -f ...
-
makeit
... f gcc.mak install
Windows, VC6, nmake:
G:> nmake -f nmake-vc6.mak install
Windows, VC6, CygWin:
cygdrive/e/xxxx$ make -f ... --target=i686-pc-freebsd5
$ make -f gcc.mak install
$ rm ./Makefiles/config.mak
Make tags:
- release-shared build shared ( ...
-
pkg-xppaut
... .gz
2. Then you should untar the file with the command;
tar vxf xppaut*.tar
3. Edit the Makefile in the root directory. You mak have to also
edit the Makefile in the cvodesrc/ and libI77/ directories.
4. In the main directory, type
make
5. ...
-
-
dotfiles
... ```
2. Make link
Run `setup_vimrc.bat`.
3. Setup [vimproc]
```
> cd .vim/bundle/vimproc
> make -f make_msvc.mak
```
## Update
1. Update git repository
```
$ git fetch origin
$ git merge --ff origin/master
```
2. ...
-
tec_doc
Ruby client for TecDoc
# Ruby client for TecDoc
## Usage
```ruby
gem 'tec_doc', :git => 'git@github.com:mak-it/tec_doc.git'
```
```ruby
require "tec_doc"
I18n.locale = "lv"
TecDoc.client = TecDoc::Client.new(:provider => 330, :country => "lv")
```
## ...
-
DMagick
... build with "make docs".
Windows:
--------
To Build DMagick use the make distributed with dmd:
make -f windows.mak
This should build DMagick (DMagick.lib) and generate the Import
import library (MagickCore.lib) needed to link ...
-
gladstone
...
As an alternative, you can use the "--enable-refcode-download" configure option.
* Prior compiling with GCC the makefiles coder.mak and decoder.mak (in the chosen ITU-T reference code folder) must be modified accordingly (see in the files themself for ...
-
vim
...
我编译使用的是VC2010的环境,可自行查找可用的绿色编译包。bigvim.bat中的内容
```text
nmake -f Make_mvc.mak GUI=yes FEATURES=HUGE MBYTE=yes IME=yes GIME=yes DYNAMIC_IME=yes OLE=yes PYTHON=c:\python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=c:\python33 DYNAMIC_PYTHON3=yes PYTHON3_VER ...
-
D-SDL-example
... on your system. Build
with 'make'. This will build the 'demo' binary. The compiler used can be
configured by editing the 'config.mak' file. Uncomment the appropriate line for
desired compiler.
Copyright
---------
The code is in public domain.
-