fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Why dedicated configuration for MSVC & co.?


From: Carlo Bramini
Subject: [fluid-dev] Why dedicated configuration for MSVC & co.?
Date: Sat, 4 Nov 2017 12:01:26 +0100 (CET)

Hello,

In some place of the source code there is:

#if defined(WIN32) && !defined(MINGW32)
#include "config_win32.h"
#endif

It is not clear to me the reason why there should be a dedicated piece of code 
for "foreign" compilers like MSVC and others. Into VisualStudio 6, I generated 
config.h with cmake as usual and, into my workspace, I added HAVE_CONFIG_H to 
th project that compiles libfluidsynth.dll.
That's all I had to do.

Sincerely.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]