Skip to content

Commit

Permalink
Makefile Update
Browse files Browse the repository at this point in the history
Updated makefile to compile on Linux.
  • Loading branch information
caxanga334 committed Nov 9, 2019
1 parent 6a6dd13 commit 9ce7445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux_sdk/Makefile.HPB_bot2_DebugWin32
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ UTILS_RCBOT2_META_OBJS= \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_commands.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_configfile.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_coop.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_coop_mod.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_css_bot.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_dod_bot.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_dod_mod.o \
Expand Down
1 change: 1 addition & 0 deletions linux_sdk/Makefile.HPB_bot2_ReleaseWin32
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ UTILS_RCBOT2_META_OBJS= \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_commands.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_configfile.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_coop.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_coop_mod.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_css_bot.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_dod_bot.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_dod_mod.o \
Expand Down
1 change: 1 addition & 0 deletions linux_sdk/Makefile.HPB_bot2_Release_NonHomeFolderWin32
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ UTILS_RCBOT2_META_OBJS= \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_commands.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_configfile.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_coop.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_coop_mod.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_css_bot.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_dod_bot.o \
$(UTILS_RCBOT2_META_OBJ_DIR)/bot_dod_mod.o \
Expand Down

0 comments on commit 9ce7445

Please sign in to comment.