ANd integrated the test manifest back into the tester.
This commit is contained in:
parent
f548f6d4d2
commit
63952a3e20
|
@ -6,17 +6,17 @@ libui_test_sources = [
|
||||||
'testing.c',
|
'testing.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
#if libui_OS == 'windows'
|
if libui_OS == 'windows'
|
||||||
# libui_test_manifest = 'test.manifest'
|
libui_test_manifest = 'test.manifest'
|
||||||
# if libui_mode == 'static'
|
if libui_mode == 'static'
|
||||||
# libui_test_manifest = 'test.static.manifest'
|
libui_test_manifest = 'test.static.manifest'
|
||||||
# endif
|
endif
|
||||||
# libui_test_sources += [
|
libui_test_sources += [
|
||||||
# windows.compile_resources('resources.rc',
|
windows.compile_resources('resources.rc',
|
||||||
# args: libui_manifest_args,
|
args: libui_manifest_args,
|
||||||
# depend_files: [libui_test_manifest]),
|
depend_files: [libui_test_manifest]),
|
||||||
# ]
|
]
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
# TODO once we upgrade to 0.49.0, add pie: true
|
# TODO once we upgrade to 0.49.0, add pie: true
|
||||||
# TODO once we upgrade to 0.50.0, add protocol: 'exitcode'
|
# TODO once we upgrade to 0.50.0, add protocol: 'exitcode'
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
// this is the Common Controls 6 manifest
|
// this is the Common Controls 6 manifest
|
||||||
// TODO set up the string values here
|
|
||||||
// 1 is the value of CREATEPROCESS_MANIFEST_RESOURCE_ID and 24 is the value of RT_MANIFEST; we use it directly to avoid needing to share winapi.h with the tests and examples
|
// 1 is the value of CREATEPROCESS_MANIFEST_RESOURCE_ID and 24 is the value of RT_MANIFEST; we use it directly to avoid needing to share winapi.h with the tests and examples
|
||||||
#ifndef uiStatic
|
#ifndef uiStatic
|
||||||
1 24 "test.manifest"
|
1 24 "test.manifest"
|
Loading…
Reference in New Issue