Skip to content

Commit

Permalink
增加地图所在文件夹的引用路径
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Mar 31, 2014
1 parent 2924fe6 commit e22532d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Development/Editor/Core/Script/Lua/compile/wave.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function wave:do_compile(op)
cmd = cmd .. '--autooutput '
cmd = cmd .. string.format('--sysinclude="%s" ', self.sys_include_path:string())
cmd = cmd .. string.format('--sysinclude="%s" ', self.plugin_include_path:string())
cmd = cmd .. string.format('--include="%s" ', op.map_path:parent_path():string())
cmd = cmd .. string.format('--include="%s" ', self.jass_include_path:string())
cmd = cmd .. string.format('--define=WARCRAFT_VERSION=%d ', 100 * op.option.runtime_version.major + op.option.runtime_version.minor)
cmd = cmd .. string.format('--define=YDWE_VERSION_STRING=\\"%s\\" ', tostring(ydwe_version))
Expand Down

0 comments on commit e22532d

Please sign in to comment.