Changeset 3645
- Timestamp:
- 04/20/07 00:02:09 (2 years ago)
- Files:
-
- trunk/Frameworks/Acid/Acid.exp (added)
- trunk/Frameworks/Acid/Acid.xcodeproj/project.pbxproj (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Acid/Acid.xcodeproj/project.pbxproj
r3643 r3645 61 61 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 62 62 8DC2EF5B0486A6940098B216 /* Acid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Acid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 63 DD438C530BD87CBD0042117F /* Acid.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = Acid.exp; sourceTree = "<group>"; }; 63 64 DD4A106D0BD5DA910051366F /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ascii.h; sourceTree = "<group>"; }; 64 65 DD4A106E0BD5DA910051366F /* asciitab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asciitab.h; sourceTree = "<group>"; }; … … 187 188 isa = PBXGroup; 188 189 children = ( 190 DD438C530BD87CBD0042117F /* Acid.exp */, 189 191 DDCB77A00BD5CB8700693892 /* Acid.pch */, 190 192 DD8ADF5D0BD1741A009AB74D /* acid.h */, … … 461 463 DYLIB_COMPATIBILITY_VERSION = 1; 462 464 DYLIB_CURRENT_VERSION = 1; 465 EXPORTED_SYMBOLS_FILE = Acid.exp; 463 466 FRAMEWORK_VERSION = A; 464 467 GCC_PREFIX_HEADER = Acid.pch; … … 476 479 DYLIB_COMPATIBILITY_VERSION = 1; 477 480 DYLIB_CURRENT_VERSION = 1; 481 EXPORTED_SYMBOLS_FILE = Acid.exp; 478 482 FRAMEWORK_VERSION = A; 479 483 GCC_PREFIX_HEADER = Acid.pch; … … 519 523 DYLIB_COMPATIBILITY_VERSION = 1; 520 524 DYLIB_CURRENT_VERSION = 1; 525 EXPORTED_SYMBOLS_FILE = Acid.exp; 521 526 FRAMEWORK_VERSION = A; 522 527 GCC_PREFIX_HEADER = Acid.pch;
