From 50767b4e442c8ae173b22ee503771a1589da08aa Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 17 May 2001 00:42:24 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/doc/howto.install_panda_on_windows | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/doc/howto.install_panda_on_windows b/panda/src/doc/howto.install_panda_on_windows index b39503a3f5..e095c527d2 100644 --- a/panda/src/doc/howto.install_panda_on_windows +++ b/panda/src/doc/howto.install_panda_on_windows @@ -240,6 +240,6 @@ Step 11: Build $TOONTOWN Step 12: Generate Python Code > cd $DIRECT/bin - > ppython generatePythonCode - # Follow instructions presented there + > genPyCode win-debug (if you have built using OPTIMIZE = 1 or 2) + > genPyCode win-release (if you have built using OPTIMIZE = 3 or 4)