This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eLfq
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 编译的eNpc改成使用环境变量里面的
master
SisMaker
7 months ago
parent
c65f45dfde
commit
6553128963
3 changed files
with
2 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
c_src/eNpc
+0
-4
c_src/eNpc.cmd
+2
-2
rebar.config
BIN
c_src/eNpc
View File
+ 0
- 4
c_src/eNpc.cmd
View File
@ -1,4 +0,0 @@
@
echo
off
setlocal
set
rebarscript
=
%~f0
escript.exe
"
%rebarscript:.cmd=%
"
%*
+ 2
- 2
rebar.config
View File
@ -2,7 +2,7 @@
{deps, []}.
%{pre_hooks,
% [{"", compile, "e
script c_src/e
Npc compile"}]}.
% [{"", compile, "eNpc compile"}]}.
%
%{post_hooks,
% [{"", clean, "e
script c_src/e
Npc clean"}]}.
% [{"", clean, "eNpc clean"}]}.
Write
Preview
Loading…
Cancel
Save