浏览代码

Added 64 bit icon resource.

Mark Sibly 7 年之前
父节点
当前提交
0c399ad3b4
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/launcher/launcher.monkey2
  2. 二进制
      src/launcher/resource_x64.o

+ 4 - 0
src/launcher/launcher.monkey2

@@ -10,7 +10,11 @@ Using std..
 '
 'windres resource.rc resource.o
 
+#If __ARCH__="x86"
 #Import "resource.o"
+#Elseif __ARCH__="x64"
+#Import "resource_x64.o"
+#endif
 
 #Endif
 

二进制
src/launcher/resource_x64.o