Changeset 2908

Show
Ignore:
Timestamp:
02/04/02 14:35:07 (7 years ago)
Author:
warmerda
Message:

dont try to install python stuff if python not enabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/makefile.vc

    r2618 r2908  
    110110        $(MAKE) /f makefile.vc install 
    111111        cd ..\pymod 
    112         $(MAKE) /f makefile.vc install 
     112        if exist $(PYDIR)\python.exe $(MAKE) /f makefile.vc install 
    113113        cd .. 
    114114