#
# This is the control file to build the wrap list, the list of
# files needed to build the windows version of filerunner.
# 
# The syntax here is the "buildtclfilelist" '-c file' syntax.
#
# Order is not important as "buildtclfilelist" will sort the 
# final list as well as eliminate any duplicates.
#
# "buildtclfilelist" will run from .../filerunner/Makefiles dir
# but all files need to be listed relative to .../filerunner
#
  -r ..
#
# start with the tclIndex
#
  -i ../tclIndex
#
# exclude dirs that contain this file.

   -p .notwindows
#
# exclude the not unix flag file

   -f *.notunix
   -f */help/*
#
# add fr
#
  + fr
#
# add the packages
#
  +d ../packages
  +d ../packagesStd

# but not twapi (newer freewrap packages include twapi, older, not so much)
#
  -f */twapi/*
#
# we don't need images for windows, but we want the bitmaps and docs
#
  -d ../bitmaps -d ../doc
#
# get the windows icon files
#
  + icons/filerunner-icons.ico
  + icons/filerunner.ico

#
# exclude any editor locks and such
#
  -f *#*#
  -f *.#*

# Also exclude any old files...

  -f *.*~*
  -f *.tcl.*

# And a very special fix for inotify
#
   -f */inotify/libinotify*
   -f */inotify/pkgIndex.tcl
#
# the special links file and others that don't appear in the tclIndex
#
  +  packageLinks.tcl  +  tclIndex  + frftp + frVersion.tcl
#
# no comments allowed
#
  -#

# put the result in "wrapfilelist.txt" use command line to do this
#
 


