This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eGLock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft:优化全局eNpc编译
master
SisMaker
8 months ago
parent
508ba9ca8c
commit
45acea4567
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
@ -8,7 +8,7 @@
]}.
{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