Jump to content

raker4013

Members
  • Content Count

    10
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    raker4013 reacted to sbk_ in Harmony Patch 3.3.12 30 MAI   
    You have to include the files of harmony in the Makefile, otherwise the emulator does not compile.
  2. Upvote
    raker4013 reacted to sbk_ in Harmony Patch 3.3.12 30 MAI   
    in src/common/Makefile.in
     
    search:
    console.o core.o malloc.o socket.o) replace to:
    console.o core.o malloc.o socket.o harmonycore.o)  
    in src/map/Makefil.in
     
    search:
     
    clif.c date.c duel.c elemental.c guild.c homunculus.c HPMmap.c replace to:
    clif.c date.c duel.c elemental.c guild.c harmony.c homunculus.c HPMmap.c and search:
    clif.h date.h duel.h elemental.h guild.h homunculus.h HPMmap.h replace to:
    clif.h date.h duel.h elemental.h guild.h harmony.h homunculus.h HPMmap.h in linux terminal you have to dicionar the dos2unix command on these files.
     
    Sample (in root folder):
    dos2unix src/common/Makefile
    dos2unix src/map/Makefile
  3. Upvote
    raker4013 reacted to sbk_ in Harmony Patch 3.3.12 30 MAI   
    Add in CMakeLists.txt
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.