diff options
Diffstat (limited to 'asm/Makefile')
-rw-r--r-- | asm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/Makefile b/asm/Makefile index f4e1bd9..5ce40a5 100644 --- a/asm/Makefile +++ b/asm/Makefile @@ -5,7 +5,7 @@ LDFLAGS=-e fcn_0045709c LIBS=-lgdi32 -luser32 -lkernel32 -lwinmm -ldsound -lddraw LIBS+=-lmsvcrt -OBJS = rich4.obj rich4_time.obj +OBJS = rich4.obj rich4_time.obj card_strings.obj rich4.exe: $(OBJS) $(LD) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) |