/[gnue]/gnue-appserver/setup.py
ViewVC logotype

Diff of /gnue-appserver/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by reinhard, Mon Sep 22 22:30:26 2003 UTC revision 1.26 by btami, Wed Sep 24 14:13:48 2003 UTC
# Line 66  if "install" in sys.argv or "bdist_rpm" Line 66  if "install" in sys.argv or "bdist_rpm"
66  # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
67    
68  def build_files ():  def build_files ():
   
69    # First check if we have everything installed we need to build the    # First check if we have everything installed we need to build the
70    # distribution    # distribution
71    
# Line 159  class gnue_build (build): Line 158  class gnue_build (build):
158        return        return
159    
160      if not os.path.isfile ("PKG-INFO"):         # downloaded from CVS?      if not os.path.isfile ("PKG-INFO"):         # downloaded from CVS?
161        build_files ()        if sys.platform != 'win32':
162            build_files ()
163    
164  # =============================================================================  # =============================================================================
165  # Before installation: check dependencies and create real scripts  # Before installation: check dependencies and create real scripts

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26