Makefile

changeset 277
4d044e6e1080
parent 275
4346ba98938b
child 278
c1af03f88627
     1.1 --- a/Makefile	Wed Dec 22 12:25:52 2010 -0800
     1.2 +++ b/Makefile	Wed Dec 22 12:27:14 2010 -0800
     1.3 @@ -456,7 +456,6 @@
     1.4  DEVTOOLS_PATH.desc         = Directory containing zip and gnumake
     1.5  CUPS_HEADERS_PATH.desc     = Include directory location for CUPS header files
     1.6  DXSDK_PATH.desc            = Root directory of DirectX SDK
     1.7 -MSDEVTOOLS_PATH.desc       = Root directory of VC++ tools (e.g. rc.exe)
     1.8  MSVCRT_DLL_PATH.desc       = Directory containing mscvrt.dll
     1.9  
    1.10  # Make variables to print out (description and value)
    1.11 @@ -487,12 +486,10 @@
    1.12  
    1.13  VARIABLE_PRINTVAL_LIST +=       \
    1.14      DXSDK_PATH                  \
    1.15 -    MSDEVTOOLS_PATH             \
    1.16      MSVCRT_DLL_PATH
    1.17  
    1.18  VARIABLE_CHECKDIR_LIST +=       \
    1.19      DXSDK_PATH                  \
    1.20 -    MSDEVTOOLS_PATH             \
    1.21      MSVCRT_DLL_PATH
    1.22  
    1.23  endif

mercurial