Menu

#1 Makefile.win32 doesn't contain Bonus.o

1.2.0.0
closed
Fixed 1.2 (1)
1
2020-07-15
2008-01-22
No

That is why if one tries to compile hhh under windows from source tarball - he gets link error.

Fix trivial: just add to OBJS Bonus.o:
OBJS+=Bonus.o

and compile command:

Bonus.o: Bonus.cc
$(CC) $(CFLAGS) -c -o Bonus.o Bonus.cc

Discussion

  • Stephen Branley

    Stephen Branley - 2020-07-15

    Fixed in 1.2. Thanks!

     
  • Stephen Branley

    Stephen Branley - 2020-07-15
    • labels: --> Fixed 1.2
    • status: open --> closed
    • assigned_to: Stephen Branley
    • Group: --> 1.2.0.0
    • Priority: 5 --> 1
     

Log in to post a comment.