﻿// INCLUDEPATH// @includepath "~/Documents/;%USERPROFILE%Documents";// @includepath "~/Documents/extendscript/extendscript-bundlr/test/includepath one/;~/Documents/extendscript/extendscript-bundlr/test/includepath two/";// @include 'one-path-one.js'// @include 'one-path-two.js'// //@include 'three-path-two.js'// ////@include 'three-path-one.js'// @include 'two-path-one.js'// @include 'includes-level-depth_0.js'$.writeln('-----------');onePathOne();threePathOne();twoPathOne();foo();
