updated windows build
This commit is contained in:
parent
f58dbf37ee
commit
1c70d4bcbe
|
@ -1,11 +0,0 @@
|
|||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32"
|
||||
name="System"
|
||||
version="1.0.0.0"
|
||||
language="*"
|
||||
processorArchitecture="x86" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
|
@ -1,3 +1,2 @@
|
|||
#include <winuser.h>
|
||||
1 RT_MANIFEST "assets/manifest.xml"
|
||||
MAINICON ICON "assets/icon.ico"
|
||||
|
|
5
mkxp.pro
5
mkxp.pro
|
@ -85,7 +85,7 @@ unix {
|
|||
win32 {
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += sigc++-2.0 pixman-1 zlib \
|
||||
sdl2 SDL2_image SDL2_ttf openal SDL_sound vorbisfile
|
||||
sdl2 SDL2_image SDL2_ttf openal SDL_sound vorbisfile freetype2
|
||||
LIBS += -lphysfs -lboost_program_options-mt -lsecur32
|
||||
|
||||
# Deal with boost paths...
|
||||
|
@ -317,8 +317,7 @@ BINDING_MRUBY {
|
|||
|
||||
BINDING_MRI {
|
||||
isEmpty(MRIVERSION) {
|
||||
win32:MRIVERSION = 2.1
|
||||
unix:MRIVERSION = 2.2
|
||||
MRIVERSION = 2.2
|
||||
}
|
||||
|
||||
PKGCONFIG += ruby-$$MRIVERSION
|
||||
|
|
Loading…
Reference in New Issue