Menu

Command line options

Help
2003-04-11
2003-04-26
  • Nicolas Capens

    Nicolas Capens - 2003-04-11

    Hi, I'm having trouble changing the command line options. I'm trying to output the generated code to another directory with the -d option but it doesn't work. Also, -v doesn't give me any extra messages.

    My command line looks like this: "cppcc ps20.cg -d D:\swShader\Shader". The cppcc executable and ps20.cg are located in D:\swShader\. Instead of getting the output in the Shader folder, they appear next to the cppcc executable like if -d option wasn't used.

    Maybe I defined it wrongly? I'm using the Win32 version. Thanks for any help.

     
    • Alec Panovici

      Alec Panovici - 2003-04-12

      Try:

      cppcc -d D:\swShader\Shader ps20.cg

      alec.

       
    • Nicolas Capens

      Nicolas Capens - 2003-04-26

      Sorry I forgot to reply to this, I already found a way to let my compiler change the active directory.

      Thanks anyway!

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.