Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
1fd01754
Commit
1fd01754
authored
May 31, 2016
by
Johannes van Waveren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turn -x into an option next to -o
parent
ecb0f3b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
StandAlone.cpp
StandAlone/StandAlone.cpp
+1
-7
No files found.
StandAlone/StandAlone.cpp
View file @
1fd01754
...
...
@@ -297,12 +297,6 @@ void ProcessArguments(int argc, char* argv[])
break
;
case
'x'
:
Options
|=
EOptionOutputHexadecimal
;
binaryFileName
=
argv
[
1
];
if
(
argc
>
0
)
{
argc
--
;
argv
++
;
}
else
Error
(
"no <file> provided for -x"
);
break
;
default:
usage
();
...
...
@@ -785,7 +779,7 @@ void usage()
" -t multi-threaded mode
\n
"
" -v print version strings
\n
"
" -w suppress warnings (except as required by #extension : warn)
\n
"
" -x
<file> save 32-bit hex numbers as text to <file>
, requires a binary option (e.g., -V)
\n
"
" -x
save 32-bit hexadecimal numbers as text
, requires a binary option (e.g., -V)
\n
"
);
exit
(
EFailUsage
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment