Home AMX User Forum NetLinx Studio

Command line compile

Now that I have a great way to upload to masters, anyone know of a way to compile from the command line? Perhaps a dll? Or has anyone written an open source compiler / tokenizer?


Thanks,
Jimmy

If anyone is interested in the i2c commands that happen internally I have a complete list, I am almost done with my complete AxLink and ICSnet breakdown.

Comments

  • Joe HebertJoe Hebert Posts: 2,159
    jimmyw wrote: »
    anyone know of a way to compile from the command line?

    C:\Program Files\Common Files\AMXShare\COM>nlrc.exe
    wrote:
    ---- NetLinx Compiler Command Line Program Options ----

    RunNetLinxCompiler.exe "AXS_FileName.axs" "-IInclude Path" "-LLibrary Path" "-M
    Module Path" "-xOutput Log File"

    AXS_FileName.axs - File name to compile. Must be in double quotes
    Include Path (optional) - Additional path(s) to includes for this project, separate by ;
    Library Path (optional) - Additional path(s) to libraries for this project, separate by ;
    Module Path (optional) - Additional path(s) to modules for this project, separate by ;
    Output Log File - Optional. If NOT present, then all output goes to the
    command window. If present, the file name must be in
    double quotes and contain one of the
    following indicators:

    "-AC:\Output.txt" - Append status to the output file.
    "-NC:\Output.txt" - Create a new output file.
  • jimmywjimmyw Posts: 112
    Thanks Joe, looking around you are a great asset here, I had not looked at that directory yet, I was searching dll files first :)
    Now I can finish my MAKE script!

    Jimmy
Sign In or Register to comment.