瀏覽代碼

ft: 编译的eNpc改成使用环境变量里面的

master
SisMaker 7 月之前
父節點
當前提交
6553128963
共有 3 個文件被更改,包括 2 次插入6 次删除
  1. 二進制
      c_src/eNpc
  2. +0
    -4
      c_src/eNpc.cmd
  3. +2
    -2
      rebar.config

二進制
c_src/eNpc 查看文件


+ 0
- 4
c_src/eNpc.cmd 查看文件

@ -1,4 +0,0 @@
@echo off
setlocal
set rebarscript=%~f0
escript.exe "%rebarscript:.cmd=%" %*

+ 2
- 2
rebar.config 查看文件

@ -2,7 +2,7 @@
{deps, []}.
%{pre_hooks,
% [{"", compile, "escript c_src/eNpc compile"}]}.
% [{"", compile, "eNpc compile"}]}.
%
%{post_hooks,
% [{"", clean, "escript c_src/eNpc clean"}]}.
% [{"", clean, "eNpc clean"}]}.

Loading…
取消
儲存