Skip to content

Commit

Permalink
adlib need to use EXEEXT not .EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Nov 27, 2016
1 parent 070f480 commit f2025af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw/adlib/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ CFLAGS_THIS = -fr=nul -fo=$(SUBDIR)$(HPS).obj -i=.. -i..$(HPS)..

C_SOURCE = adlib.c
OBJS = $(SUBDIR)$(HPS)adlib.obj $(SUBDIR)$(HPS)adlib.obj
TEST_EXE = $(SUBDIR)$(HPS)test.exe
MIDI_EXE = $(SUBDIR)$(HPS)midi.exe
IMFPLAY_EXE = $(SUBDIR)$(HPS)imfplay.exe
TEST_EXE = $(SUBDIR)$(HPS)test.$(EXEEXT)
MIDI_EXE = $(SUBDIR)$(HPS)midi.$(EXEEXT)
IMFPLAY_EXE = $(SUBDIR)$(HPS)imfplay.$(EXEEXT)

$(HW_ADLIB_LIB): $(OBJS)
wlib -q -b -c $(HW_ADLIB_LIB) -+$(SUBDIR)$(HPS)adlib.obj
Expand Down

0 comments on commit f2025af

Please sign in to comment.