aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorohair <none@none>2011-01-14 14:04:19 -0800
committerohair <none@none>2011-01-14 14:04:19 -0800
commit9813a922cd312af68181b89102c0c53adb45517a (patch)
treebe53e3f5dcaf0134b72f23deb78a2468eebd1b51 /Makefile
parenta3507f92619fc5d588d5e26b237b8982060838b9 (diff)
6950375: Remove msvcrt.dll from the Windows JRE bundles
Reviewed-by: prr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9bbf467..2aec754 100644
--- a/Makefile
+++ b/Makefile
@@ -360,7 +360,6 @@ CACERTS_FILE.desc = Location of certificates file
DEVTOOLS_PATH.desc = Directory containing zip and gnumake
CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files
DXSDK_PATH.desc = Root directory of DirectX SDK
-MSVCRT_DLL_PATH.desc = Directory containing mscvrt.dll
# Make variables to print out (description and value)
VARIABLE_PRINTVAL_LIST += \
@@ -389,12 +388,10 @@ VARIABLE_CHECKFIL_LIST += \
ifeq ($(PLATFORM), windows)
VARIABLE_PRINTVAL_LIST += \
- DXSDK_PATH \
- MSVCRT_DLL_PATH
+ DXSDK_PATH
VARIABLE_CHECKDIR_LIST += \
- DXSDK_PATH \
- MSVCRT_DLL_PATH
+ DXSDK_PATH
endif