1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

fix to compilation settings

This commit is contained in:
Zed Lopez 2023-06-04 22:03:25 -07:00
parent 49640bcf32
commit 9608d429a5

View file

@ -26,6 +26,7 @@ meaningful only for works of IF and are inert for Basic Inform projects.
@e FAST_ROUTE_FINDING_UO
@e SLOW_ROUTE_FINDING_UO
@e DICTIONARY_RESOLUTION_UO
@e NO_AUTOMATIC_PLURAL_SYNONYMS_UO
@ Note that Inform recognises these by their English names, so there would be no
need to translate this to other languages.
@ -42,6 +43,7 @@ need to translate this to other languages.
no scoring | ==> { NO_SCORING_UO, - }
engineering notation | ==> { ENGINEERING_NOTATION_UO, - }
unabbreviated object names | ==> { UNABBREVIATED_OBJECT_NAMES_UO, - }
no automatic plural synonyms | ==> { NO_AUTOMATIC_PLURAL_SYNONYMS_UO, - }
index figure thumbnails | ==> { INDEX_FIGURE_THUMBNAILS_UO, - }
fast route-finding | ==> { FAST_ROUTE_FINDING_UO, - }
slow route-finding | ==> { SLOW_ROUTE_FINDING_UO, - }