A Question About Source Compiling..

Results 1 to 5 of 5
  1. #1
    Member Beelzebub66 is offline
    MemberRank
    Apr 2012 Join Date
    40Posts

    A Question About Source Compiling..

    Ok so i have followed this tutorial on how to Compile Source, i kinda understand it a little.

    Tutorial -- > http://forum.ragezone.com/f724/video...source-806158/

    My Question is that everytime i edit something or add something for example, editing my 3rd jobs,editing or adding pet filters do i need to compile it and replace every AccntServer,DatabaseServer,Coreserver etc..? or just simply compile it?

    Sorry i'm new on this thing :') i studied the basics first before starting to learn about source compiling so please bear with me :P
    Last edited by Beelzebub66; 16-04-12 at 01:41 PM.


  2. #2
    i sell platypus Improved is offline
    Grand MasterRank
    Jun 2009 Join Date
    DenmarkLocation
    2,819Posts

    Re: A Question About Source Compiling..

    If you edit a header file, you need to recompile. Else you just need to compile. Yes you need to replace them with those in the server folder as they aren't linked in any way, but existing files will be overwritten in the output folder.

  3. #3
    Member Beelzebub66 is offline
    MemberRank
    Apr 2012 Join Date
    40Posts

    Re: A Question About Source Compiling..

    Quote Originally Posted by Improved View Post
    If you edit a header file, you need to recompile. Else you just need to compile. Yes you need to replace them with those in the server folder as they aren't linked in any way, but existing files will be overwritten in the output folder.
    Ooooohh, now i get it :') Thanks alot for answering my question :')

  4. #4
    Flyff Developer ShadowDragon is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,915Posts

    Re: A Question About Source Compiling..

    To be more specific, you only need to copy the .exe files that were actually changed from compiling. For example, if you compile it and say AccountServer.exe's last modified date isn't close to the time that you compiled everything, that means it didn't change and does not need to be copied.

  5. #5
    Member Beelzebub66 is offline
    MemberRank
    Apr 2012 Join Date
    40Posts

    Re: A Question About Source Compiling..

    Quote Originally Posted by ShadowDragon42 View Post
    To be more specific, you only need to copy the .exe files that were actually changed from compiling. For example, if you compile it and say AccountServer.exe's last modified date isn't close to the time that you compiled everything, that means it didn't change and does not need to be copied.
    Thanks for answering :') now i know when to edit it xD.



Advertisement