Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved example; amalgamated libraries #14

Merged
merged 2 commits into from
Feb 10, 2016
Merged

Improved example; amalgamated libraries #14

merged 2 commits into from
Feb 10, 2016

Conversation

r-lyeh-archived
Copy link
Contributor

Also, for reference, this is the batch file I am using to compile from the command-line:

cl /Zi /Oy- /MDd /DDEBUG /EHsc ^
        -I include ^
        -I include\libnyquist ^
        -I third_party ^
        -I third_party\flac\src\include ^
        -I third_party\libogg\include ^
        -I third_party\libvorbis\include ^
        -I third_party\musepack\include ^
        -I third_party\opus\celt ^
        -I third_party\opus\silk ^
        -I third_party\opus\silk\float ^
        -I third_party\opus\libopus\include ^
        -I third_party\opus\opusfile\include ^
        -I third_party\opus\opusfile\src\include ^
        -I third_party\wavpack\include ^
        src\*.c* ^
        third_party\rtaudio\RtAudio.cpp /D__WINDOWS_DS__ ole32.lib user32.lib ^
        examples\src\main.cpp

@r-lyeh-archived
Copy link
Contributor Author

Ah, forgot to update the project files btw

@ddiakopoulos
Copy link
Owner

Alrighty, I think I understand what's going on here. I guess I was only compiling the WavePack deps as part of the solution files and not as a deps.c? Since you are using a batch file?

ddiakopoulos added a commit that referenced this pull request Feb 10, 2016
Improved example; amalgamated libraries
@ddiakopoulos ddiakopoulos merged commit dd9b4f9 into ddiakopoulos:master Feb 10, 2016
@r-lyeh-archived
Copy link
Contributor Author

I didn't get your question :) You can use all the deps files exclusively in the solutions now. So, no more extra files are required to build an app, except the libnyquist/src files from now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants