Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
m
Text replacement - "</source>" to "</syntaxhighlight>"
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 239: Line 239:
   
   
     ShowWindow (instance->window, SW_SHOW);
     ShowWindow (instance->window, SW_SHOW);
</source>
</syntaxhighlight>


=== FLAC ===
=== FLAC ===
Line 276: Line 276:
  #elif defined(MACOS9)
  #elif defined(MACOS9)
  #define FLUIDSYNTH_API __declspec(export)
  #define FLUIDSYNTH_API __declspec(export)
</source>
</syntaxhighlight>


Then issue these commands to compile the library:
Then issue these commands to compile the library:
Line 324: Line 324:
  #include <time.h>
  #include <time.h>
  #endif
  #endif
</source>
</syntaxhighlight>


Then issue these commands to compile the library:
Then issue these commands to compile the library:
TrustedUser
2,147

edits

Navigation menu