Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fteqcc manual and help output should show PAK/PK3 manipulation options #254

Open
hemebond opened this issue Apr 25, 2024 · 0 comments
Open
Labels
enhancement New feature or request FTEQCC For issues regarding the language, compiler, or its IDE

Comments

@hemebond
Copy link

hemebond commented Apr 25, 2024

The help output does not show any of the options for extracting and creating PAK and PK3 files.

 $  fteqcc64 --version
FTEQCC: git-6496-eb6b127d9 (%cs)

 $  fteqcc64 --help
cmdline:0: warning: Unrecognised parameter (--help)
qcc looks for progs.src in the current directory.
to look in a different directory: qcc -src <directory>
-Fwasm causes FTEQCC to dump all asm to qc.asm
-O0 to disable optimisations
-O1 to optimise for size
-O2 to optimise more - some behaviours may change
-O3 to optimise lots - experimental or non-future-proof
-Oname to enable an optimisation
-Ono-name to disable optimisations
-Kkeyword to activate keyword
-Kno-keyword to disable keyword
-Wall to give a stupid number of warnings
-Ttarget to set a output format
-Fautoproto to enable automatic prototyping
-Fsubscope to make locals specific to their subscope

The manual also contains no information on these options.

@Xylemon Xylemon added enhancement New feature or request FTEQCC For issues regarding the language, compiler, or its IDE labels Apr 28, 2024
@hemebond hemebond changed the title fteqcc help output should show PAK/PK3 manipulation options fteqcc manual and help output should show PAK/PK3 manipulation options Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FTEQCC For issues regarding the language, compiler, or its IDE
Projects
None yet
Development

No branches or pull requests

2 participants