• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Node.jsでSDLを使ってWAVファイルを再生するサンプルコード


File Info

Rev. c7949e54532e60319165286216997a3da41bc0e9
Größe 264 Bytes
Zeit 2013-02-16 20:08:40
Autor hylom
Log Message

fix include directory in binding.gyp

Content

{
  "targets": [
    {
      "target_name": "waveplayer",
      "sources": [ "waveplayer.cc" ],
      "include_dirs": ["/usr/local/include/SDL", "/usr/include/SDL"],
      "libraries": [
        "<!@(sdl-config --libs)",
        "-lSDL_mixer"
      ]
    }
  ]
}