Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HR_Socket_Msg_Demo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马伊齐
HR_Socket_Msg_Demo
Commits
41a4b49e
Commit
41a4b49e
authored
Dec 19, 2023
by
马伊齐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加注册注销服务应员使用时的端口
parent
69e3863c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
41a4b49e
...
@@ -54,7 +54,7 @@ SocketServer : sock_msg.o
...
@@ -54,7 +54,7 @@ SocketServer : sock_msg.o
########################### 测试Socket注销注册部分
########################### 测试Socket注销注册部分
socketRe
:
sock_msg.o SocketReUnreClient SocketReUnreServer
socketRe
:
sock_msg.o SocketReUnreClient SocketReUnreServer
@
chmod
777
$(OUT_DIR)
/
*
.out
@
chmod
777
$(OUT_DIR)
/
*
.out
@
./
$(OUT_DIR)
/SocketReUnreServer.out
@
./
$(OUT_DIR)
/SocketReUnreServer.out
12345
SocketReUnreClient
:
sock_msg.o
SocketReUnreClient
:
sock_msg.o
@
$(CC)
-c
$(SOCKET_RE_UNRE_DIR)
/
$@
.c
-o
$(OBJ_DIR)
/
$@
.o
@
$(CC)
-c
$(SOCKET_RE_UNRE_DIR)
/
$@
.c
-o
$(OBJ_DIR)
/
$@
.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment