ソースを参照

ft: 使用全局的eNpc

master
SisMaker 8ヶ月前
コミット
c1447d9407
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 ファイルの表示

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

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