Changeset 3645

Show
Ignore:
Timestamp:
04/20/07 00:02:09 (2 years ago)
Author:
timothy
Message:

Adds an export file to Acid.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Acid/Acid.xcodeproj/project.pbxproj

    r3643 r3645  
    6161                8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
    6262                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>"; }; 
    6364                DD4A106D0BD5DA910051366F /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ascii.h; sourceTree = "<group>"; }; 
    6465                DD4A106E0BD5DA910051366F /* asciitab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asciitab.h; sourceTree = "<group>"; }; 
     
    187188                        isa = PBXGroup; 
    188189                        children = ( 
     190                                DD438C530BD87CBD0042117F /* Acid.exp */, 
    189191                                DDCB77A00BD5CB8700693892 /* Acid.pch */, 
    190192                                DD8ADF5D0BD1741A009AB74D /* acid.h */, 
     
    461463                                DYLIB_COMPATIBILITY_VERSION = 1; 
    462464                                DYLIB_CURRENT_VERSION = 1; 
     465                                EXPORTED_SYMBOLS_FILE = Acid.exp; 
    463466                                FRAMEWORK_VERSION = A; 
    464467                                GCC_PREFIX_HEADER = Acid.pch; 
     
    476479                                DYLIB_COMPATIBILITY_VERSION = 1; 
    477480                                DYLIB_CURRENT_VERSION = 1; 
     481                                EXPORTED_SYMBOLS_FILE = Acid.exp; 
    478482                                FRAMEWORK_VERSION = A; 
    479483                                GCC_PREFIX_HEADER = Acid.pch; 
     
    519523                                DYLIB_COMPATIBILITY_VERSION = 1; 
    520524                                DYLIB_CURRENT_VERSION = 1; 
     525                                EXPORTED_SYMBOLS_FILE = Acid.exp; 
    521526                                FRAMEWORK_VERSION = A; 
    522527                                GCC_PREFIX_HEADER = Acid.pch;