Skip to content

Commit 95b4541

Browse files
committed
FIX: include USE_IMAGE_NATIVES define in VS build
It must be used for now... the script collecting natives from optional files must be improved to use the defines in source code.
1 parent f4a1fc6 commit 95b4541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make/msvc/Make-vs-project-view.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ vs/IncludePath-x86:
473473
vs/IncludePath-x64: "..\..\..\src\include;"
474474

475475
common-definitions: {REB_EXE;REB_VIEW;ENDIAN_LITTLE;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;_FILE_OFFSET_BITS=64;}
476-
optional-components: {USE_MIDI_DEVICE;USE_LZMA;} ;TEST_EXTENSIONS;
476+
optional-components: {USE_MIDI_DEVICE;USE_LZMA;USE_IMAGE_NATIVES;} ;TEST_EXTENSIONS;
477477
vs/PreprocessorDefinitions-x86: rejoin [
478478
common-definitions
479479
{TO_WIN32;}

make/msvc/Make-vs-project.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ vs/IncludePath-x86:
452452
vs/IncludePath-x64: "..\..\..\src\include;"
453453

454454
common-definitions: {REB_EXE;ENDIAN_LITTLE;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;_FILE_OFFSET_BITS=64;NDEBUG;}
455-
optional-components: {USE_MIDI_DEVICE;USE_LZMA;} ;TEST_EXTENSIONS;
455+
optional-components: {USE_MIDI_DEVICE;USE_LZMA;USE_IMAGE_NATIVES;} ;TEST_EXTENSIONS;
456456
vs/PreprocessorDefinitions-x86: rejoin [
457457
common-definitions
458458
{TO_WIN32;}

0 commit comments

Comments
 (0)