Skip to content

Repository files navigation

How to roughly compile this on Visual Studio 2017

  • Make sure to consistently set the same C/C++ → Code Generation → Runtime Library option you also want to use for the main program.

  • Point the compiler to the subdirectories of all dependencies by adding the following to the list at C/C++ → General → Additional Include Directories, in this order:

    $(ProjectDir)..\
    $(ProjectDir)..\bgmlib\libs\fox\include\
    $(ProjectDir)..\bgmlib\libs\ogg\include\
    $(ProjectDir)..\bgmlib\libs\vorbis\include\
    

About

Random collection of GUI functions shared across Music Room Interface and the Touhou Vorbis Compressor.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages