nlib
|
├── lib │ └── omake # Library files. └── samples ├── ctr/OMakefile # OMakefile for the samples. ├── cmake/cmake_ctr.sh # A shell script for creating makefiles for the sample programs. (deprecated) └── cmake/cmake_ctr_ninja.ps1 # A PowerShell script for creating build.ninja for the sample programs.
cmake_ctr_ninja.ps1
は、Windowsのcmakeとninjaでビルドするためのビルドスクリプトを作成します。errno.h
で定義されるマクロを列挙型の値として定義しています(socket_User.autogen.hにて)。 従ってCTRのソケットライブラリはnlib
だけではなくエラー情報を扱うC標準関数との共存にも大きな困難を抱えています。 © 2012-2016 Nintendo Co., Ltd. All rights reserved.