Skip to content

Commit

Permalink
Disable place_building_hotkey and repeat_last_building_hotkey for Vin…
Browse files Browse the repository at this point in the history
…ifera builds
  • Loading branch information
Bittah committed Sep 21, 2024
1 parent 489a311 commit 6b274d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,13 @@ OBJS += src/online_optimizations.o
#OBJS += src/only_the_host_may_change_gamespeed.o
OBJS += src/override_colors.o
OBJS += src/paradrop.o


# Not to be included in Vinifera builds.
ifndef VINIFERA
OBJS += src/place_building_hotkey.o
endif

OBJS += src/radar_event_hacks.o
OBJS += src/rage_quit.o
OBJS += src/recon_kick.o
Expand All @@ -257,7 +263,12 @@ OBJS += src/record_facing_changes_func.o
OBJS += src/record_tarcom_changes_func.o
OBJS += src/record_override_mission_func.o
OBJS += src/reinforcements_player_specific.o

# Not to be included in Vinifera builds.
ifndef VINIFERA
OBJS += src/repeat_last_building_hotkey.o
endif

OBJS += src/response_time_func.o

# Only include in: MOD_TO MOD_TI
Expand Down

0 comments on commit 6b274d9

Please sign in to comment.