forked from Kolyah35/minecraft-pe-0.6.1
Compare commits
1 Commits
!no-build-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1e8932fbd |
@@ -31,6 +31,7 @@ if (${PLATFORM} STREQUAL "Desktop")
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
target_sources(MinecraftPE PRIVATE data/images/pe.rc)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
include_directories(misc/windows)
|
||||
set(EXTRA_LIBS ws2_32 winhttp)
|
||||
|
||||
BIN
data/images/pe.ico
Normal file
BIN
data/images/pe.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
1
data/images/pe.rc
Normal file
1
data/images/pe.rc
Normal file
@@ -0,0 +1 @@
|
||||
IDI_ICON1 ICON "pe.ico"
|
||||
Reference in New Issue
Block a user