Netlinx Compiler Command-Line Utility with Configuration File (.cfg)
fsociety3765
Posts: 5
Hi all,
I am trying to build a program using the Netlinx compiler command-line tool (NLRC.exe) with a build config but not having much luck. Has anyone done this? Is there a trick to make it work?
I can compile a single .axs file using the tool fine, but I can't get it to do much with the build config file. When I run the tool and specify the config file it does acknowledge that it's using a config file for the build but it just completes and exits without actually doing anything.
I've been following the docs provided in the AMXShare/COM folder. Not sure what I could be doing wrong.
Thanks,
FS
0
Comments
SOLVED
Turns out placing a space between the "-cfg" flag and the path to the ".cfg" file doesn't work. There has to be no space, which is a little weird if you ask me.
In fairness, it does show it with no space in the docs but I assumed it was a typo.