Browse Source

Updating code so it compiles for MinGW. The changes in this commit allow a successful compile. Need to verify that it links against a project correctly. Also need to handle the FREETYPE dependency better.

Progranism 15 years ago
parent
commit
96af83db3c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      how_to_build_for_mingw.txt

+ 3 - 0
how_to_build_for_mingw.txt

@@ -0,0 +1,3 @@
+Go into the Build folder
+run:
+	cmake -G "MinGW Makefiles" -D CMAKE_MAKE_PROGRAM="F:\MinGW\bin\make.exe" -D FREETYPE_INCLUDE_DIRS="..\..\support\freetype\include" -D FREETYPE_LIBRARY="..\..\support\lib\libfreetype243MT.a" .