Subversion Repositories SvarDOS

Rev

Rev 2112 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2112 Rev 2113
Line 629... Line 629...
629
    puts("");
629
    puts("");
630
    puts("/c        generates deflang.c (default)");
630
    puts("/c        generates deflang.c (default)");
631
    puts("/asm      deflang ASM output");
631
    puts("/asm      deflang ASM output");
632
    puts("/nasm     deflang NASM output");
632
    puts("/nasm     deflang NASM output");
633
    puts("/nodef    does NOT generate a deflang source file (only an LNG file)");
633
    puts("/nodef    does NOT generate a deflang source file (only an LNG file)");
634
    puts("/nocomp   disables compression of strings in the LNG file");
634
    puts("/nocomp   disables the MVCOMP compression of strings in the LNG file");
635
    puts("/excref   excludes ref lang from the LNG file (inserted to deflang only)");
635
    puts("/excref   excludes ref lang from the LNG file (inserted to deflang only)");
636
    return(1);
636
    return(1);
637
  }
637
  }
638
 
638
 
639
  fd = fopen("out.lng", "wb");
639
  fd = fopen("out.lng", "wb");