Ignore:
Timestamp:
Mar 15, 2012, 10:25:01 AM (13 years ago)
Author:
[email protected]
Message:

Move wx port to using export macros
https://bugs.webkit.org/show_bug.cgi?id=77279

Reviewed by Hajime Morita.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wscript

    r109195 r110858  
    4747            jscore_excludes.extend(get_excludes(jscore_dir, ['*Win.cpp']))
    4848
     49    bld.env.LIBDIR = output_dir
    4950    full_dirs = get_dirs_for_features(jscore_dir, features=[Options.options.port.lower()], dirs=jscore_dirs)
    5051
     
    5556    # 1. A simple program
    5657    jscore = bld.new_task_gen(
    57         features = 'cc cxx cstaticlib',
     58        features = 'cc cxx cshlib',
    5859        includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(includes),
    5960        source = sources,
     61        defines = ['BUILDING_JavaScriptCore'],
    6062        target = 'jscore',
    6163        uselib = 'WX ICU ' + get_config(),
Note: See TracChangeset for help on using the changeset viewer.