# -----------------------------------------------------------------------------
#
#   Windows Flavors Definition File
#
#       Initial Creation    12/12/2003      R. Gaffaney
#
#   These are The Valid Options
#
#      GlobusThreading:     theaded
#                           nonthreaded
#
#      BuildConfig:         debug
#                           release
#
#      LibraryType:         static
#                           dynamic
#
#      CRuntimeLib:         ML  (Single Threaded)
#                           MLd (Single Threaded Debug)
#                           MT  (Multi Threaded)
#                           MTd (Multi Threaded Debug)
#                           MD  (Multi Threaded DLL)
#                           MDd (Multi Threaded DLL Debug)
#
#       Note: Keep records in these definitions together and ordered as below.
#
# -----------------------------------------------------------------------------

# Condor Static Debug Libraries
FlavorName          win32dbgmtdthr
GlobusThreading     threaded
BuildConfig         debug
LibraryType         static
CRuntimeLib         MTd

# Condor Static Release Libraries
FlavorName          win32relmtthr
GlobusThreading     threaded
BuildConfig         release
LibraryType         static
CRuntimeLib         MT

# pyGlobus Debug DLLs
FlavorName          win32dbgmddthr
GlobusThreading     threaded
BuildConfig         debug
LibraryType         dynamic
CRuntimeLib         MDd

# pyGlobus Release DLLs
FlavorName          win32relmdthr
GlobusThreading     threaded
BuildConfig         debug
LibraryType         dynamic
CRuntimeLib         MDd
