Files
swift-mirror/stdlib/core/SwiftLibSources.txt
Dmitri Hrybenko a4589b1c51 Splitting the standard library: push the build system down to stdlib/{core,POSIX}
Now the Makefile-based build system builds a separate dylib for POSIX.


Swift SVN r5880
2013-06-28 21:13:56 +00:00

44 lines
973 B
Plaintext

#
# This file lists the sources for the swift standard library in a
# common place that can be used by both CMake and Make. It should
# always begin with a comment. Filenames should not contain spaces
# and should be listed one-per-line. Comments, which are ignored,
# begin with "#" and extend to the end of the line.
#
Policy.swift
Bool.swift
Word.swift # Replaced by build system with Word32.swift or Word64.swift
FixedPoint.swift
Float32.swift
Float64.swift
Object.swift
UnsafePointer.swift
CTypes.swift
Misc.swift
GenericIVar.swift
Range.swift
Indexable.swift
Slice.swift
HeapBuffer.swift
StringByte.swift
Optional.swift
String.swift
Char.swift
Dictionary.swift
Vector.swift
Algorithm.swift
Demangle.swift
InputStream.swift
OutputStream.swift
LifetimeManager.swift
CString.swift
REPL.swift
Environment.swift
Generator.swift
Zip.swift
CodePoints.swift
Assert.swift # May be replaced by build system with AssertDebug.swift
Float80.swift
Vec4b.swift
Vec4f.swift