Merge commit '09b4a705a9251d54e797eb75db1f3d4687829a24'
@@ -1,4 +1,8 @@
|
||||
add_executable(NostalgiaStudio WIN32 MACOSX_BUNDLE)
|
||||
add_executable(
|
||||
NostalgiaStudio WIN32 MACOSX_BUNDLE
|
||||
ns.rc
|
||||
icondata.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
NostalgiaStudio
|
||||
|
1495
deps/nostalgia/src/nostalgia/studio/icondata.cpp
vendored
Normal file
1
deps/nostalgia/src/nostalgia/studio/ns.rc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "ns_logo.ico"
|
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo.ico
vendored
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo1080.png
vendored
Normal file
After Width: | Height: | Size: 851 B |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo16.png
vendored
Normal file
After Width: | Height: | Size: 134 B |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo24.png
vendored
Normal file
After Width: | Height: | Size: 149 B |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo264.png
vendored
Normal file
After Width: | Height: | Size: 275 B |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo32.png
vendored
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo40.png
vendored
Normal file
After Width: | Height: | Size: 334 B |
BIN
deps/nostalgia/src/nostalgia/studio/ns_logo48.png
vendored
Normal file
After Width: | Height: | Size: 163 B |
39
deps/nostalgia/src/nostalgia/studio/rsrc.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"cpp": "icondata.cpp",
|
||||
"namespace": "studio",
|
||||
"all_files": "WindowIcons",
|
||||
"files": [
|
||||
{
|
||||
"path": "ns_logo16.png",
|
||||
"cpp_name": "WindowIcon16"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo24.png",
|
||||
"cpp_name": "WindowIcon24"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo32.png",
|
||||
"cpp_name": "WindowIcon32"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo40.png",
|
||||
"cpp_name": "WindowIcon40"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo48.png",
|
||||
"cpp_name": "WindowIcon48"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo128.png",
|
||||
"cpp_name": "WindowIcon128"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo264.png",
|
||||
"cpp_name": "WindowIcon264"
|
||||
},
|
||||
{
|
||||
"path": "ns_logo1080.png",
|
||||
"cpp_name": "WindowIcon1080"
|
||||
}
|
||||
]
|
||||
}
|