소스 검색

ft: 模块重命名 防止模块重名

master
SisMaker 4 년 전
부모
커밋
2ba0fa0a5d
5개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -0
      include/eNpc.hrl
  2. +1
    -1
      src/npRCompiler.erl
  3. +1
    -1
      src/npRConfig.erl
  4. +1
    -1
      src/npRMain.erl
  5. +1
    -1
      src/npRUtils.erl

include/rebar.hrl → include/eNpc.hrl 파일 보기


+ 1
- 1
src/npRCompiler.erl 파일 보기

@ -1,6 +1,6 @@
-module(npRCompiler).
-include("rebar.hrl").
-include("eNpc.hrl").
-export([
compile/2,

+ 1
- 1
src/npRConfig.erl 파일 보기

@ -1,6 +1,6 @@
-module(npRConfig).
-include("rebar.hrl").
-include("eNpc.hrl").
-export([
new/0,

+ 1
- 1
src/npRMain.erl 파일 보기

@ -5,7 +5,7 @@
log/3
]).
-include("rebar.hrl").
-include("eNpc.hrl").
-ifndef(BUILD_TIME).
-define(BUILD_TIME, "undefined").

+ 1
- 1
src/npRUtils.erl 파일 보기

@ -1,6 +1,6 @@
-module(npRUtils).
-include("rebar.hrl").
-include("eNpc.hrl").
-export([
getCwd/0,

불러오는 중...
취소
저장