Skip to content

Commit

Permalink
ack targets can be built again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio-Caruso committed Oct 17, 2024
1 parent 213ab49 commit a2143d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/games/chase/end_screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
void gameCompleted(void);
#endif

#endif // _THE_END_HEADER
#endif


2 changes: 1 addition & 1 deletion src/games/verbix/dictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ const uint16_t dictionary[DICTIONARY_SIZE] =


};
#endif // _DICTIONARY_H
#endif // _DICTIONARY_H
7 changes: 4 additions & 3 deletions src/makefiles.common/targets/ack/Makefile.ack_targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ack_targets: \
############################################################################################


pc8086: pc8086_tiny_buffered
# pc8086: pc8086_tiny_buffered
pc8086_tiny_buffered:
$(_ACK) $(_ACK_OPTS) $(INCLUDE_OPTS) -mpc86 \
-DXSize=20 \
Expand Down Expand Up @@ -90,10 +90,11 @@ msdos86:
-D_XL_TURN_BASED \
-D__BUFFERED_GRAPHICS \
-D__NO_INIT_GRAPHICS \
-D__ALT_PRINT \
-D__ALT_PRINT -D_XL_NO_SLEEP \
-D__DEFAULT_CLEAR_SCREEN \
cross_lib/display/alt_print/memory_mapped_alt_print.c \
cross_lib/display/display_macros.c cross_lib/input/input_macros.c cross_lib/sleep/sleep_macros.c games/chase/main.c \
$(FULL_FILES) \
-o ../build/Xchase_stdio.exe
mv msdos86.exe $(BUILD_PATH)/X$(GAME_NAME)_$@_turn_based.exe
rm $(SOURCE_PATH)/../../*.o
Expand Down Expand Up @@ -130,7 +131,7 @@ pc8086:
-D_XL_NO_COLOR \
-DACK \
-D__PC8086__ \
\
-D_XL_NO_JOYSTICK \
-DTURN_BASED \
-D__BUFFERED_GRAPHICS \
-D__NO_INIT_GRAPHICS \
Expand Down

0 comments on commit a2143d1

Please sign in to comment.