Update of /cvsroot/ctypes/ctypes
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv466
Modified Files:
env.bat
Log Message:
Include codegenerator in PYTHONPATH, for development.
Index: env.bat
===================================================================
RCS file: /cvsroot/ctypes/ctypes/env.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** env.bat 3 Mar 2006 20:32:10 -0000 1.3
--- env.bat 9 Jun 2006 05:52:27 -0000 1.4
***************
*** 1,2 ****
@echo off
! for %%i in (.) do set PYTHONPATH=%%~fi
\ No newline at end of file
--- 1,2 ----
@echo off
! for %%i in (.) do set PYTHONPATH=%%~fi;%%~fi\codegen;%%~fi\codegen\scripts
|