ソースを参照

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

master
SisMaker 8ヶ月前
コミット
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"}]}.

読み込み中…
キャンセル
保存