Artifact a89e0affb56ca373d3712eb00ceae18465d2d8f4:
- Executable file
Setup/set_netFx40.bat
— part of check-in
[9de2b17407]
at
2013-03-29 07:07:34
on branch trunk
— Update content and naming of the external MSVC runtime redistributable files.
(user:
mistachkin
size: 546)
[more...]
@ECHO OFF
::
:: set_netFx40.bat --
::
:: Written by Joe Mistachkin.
:: Released to the public domain, use at your own risk!
::
IF NOT DEFINED ISNETFX2 (
SET ISNETFX2=False
)
IF NOT DEFINED VCRUNTIME (
SET VCRUNTIME=2010_SP1_MFC
)
IF NOT DEFINED CONFIGURATION (
SET CONFIGURATION=Release
)
IF NOT DEFINED PLATFORM (
SET PLATFORM=Win32
)
IF NOT DEFINED PROCESSOR (
SET PROCESSOR=x86
)
IF NOT DEFINED YEAR (
SET YEAR=2010
)
IF NOT DEFINED FRAMEWORK (
SET FRAMEWORK=netFx40
)
:end_of_file