Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
bedf0a58
Commit
bedf0a58
authored
9 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
generate.bat: Added support for generating only the prerequisite files
parent
6ba9a1b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/generate.bat
+7
-3
7 additions, 3 deletions
projects/generate.bat
with
7 additions
and
3 deletions
projects/generate.bat
+
7
−
3
View file @
bedf0a58
...
...
@@ -49,7 +49,9 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#]
:parseArgs
if
"
%
~1"
==
""
goto
start
if
/i
"
%
~1"
==
"vc6"
(
if
/i
"
%
~1"
==
"pre"
(
set
VERSION
=
PRE
)
else
if
/i
"
%
~1"
==
"vc6"
(
set
VERSION
=
VC6
)
else
if
/i
"
%
~1"
==
"vc7"
(
set
VERSION
=
VC7
...
...
@@ -91,6 +93,7 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#]
call
..\buildconf
-clean
)
)
if
"
%VERSION%
"
==
"PRE"
goto
success
if
"
%VERSION%
"
==
"VC6"
goto
vc6
if
"
%VERSION%
"
==
"VC7"
goto
vc7
if
"
%VERSION%
"
==
"VC7.1"
goto
vc71
...
...
@@ -385,10 +388,11 @@ rem
:syntax
rem Display the help
echo
.
echo
Usage
:
generate
[
compiler
]
[
-clean
]
echo
Usage
:
generate
[
what
]
[
-clean
]
echo
.
echo
Compiler
:
echo
What
to
generate
:
echo
.
echo
pre
-
Prerequisites
only
echo
vc6
-
Use
Visual
Studio
6
echo
vc7
-
Use
Visual
Studio
.NET
echo
vc7
.1
-
Use
Visual
Studio
.NET
2003
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment