updated windows build
This commit is contained in:
parent
f58dbf37ee
commit
1c70d4bcbe
3 changed files with 2 additions and 15 deletions
|
@ -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>
|
#include <winuser.h>
|
||||||
1 RT_MANIFEST "assets/manifest.xml"
|
|
||||||
MAINICON ICON "assets/icon.ico"
|
MAINICON ICON "assets/icon.ico"
|
||||||
|
|
5
mkxp.pro
5
mkxp.pro
|
@ -85,7 +85,7 @@ unix {
|
||||||
win32 {
|
win32 {
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += sigc++-2.0 pixman-1 zlib \
|
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
|
LIBS += -lphysfs -lboost_program_options-mt -lsecur32
|
||||||
|
|
||||||
# Deal with boost paths...
|
# Deal with boost paths...
|
||||||
|
@ -317,8 +317,7 @@ BINDING_MRUBY {
|
||||||
|
|
||||||
BINDING_MRI {
|
BINDING_MRI {
|
||||||
isEmpty(MRIVERSION) {
|
isEmpty(MRIVERSION) {
|
||||||
win32:MRIVERSION = 2.1
|
MRIVERSION = 2.2
|
||||||
unix:MRIVERSION = 2.2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PKGCONFIG += ruby-$$MRIVERSION
|
PKGCONFIG += ruby-$$MRIVERSION
|
||||||
|
|
Loading…
Add table
Reference in a new issue