(emp_server.exe): Link with advapi32.lib for getpid().
This commit is contained in:
parent
e9047070c7
commit
53c3f5b6b4
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ emp_server.exe: $(NTOBJS) $(NTLIBS)
|
|||
kernel32.lib \
|
||||
wsock32.lib \
|
||||
libcmt.lib \
|
||||
oldnames.lib
|
||||
oldnames.lib \
|
||||
advapi32.lib
|
||||
|
||||
emp_server: $(OBJS) $(LIBS)
|
||||
$(CC) -o emp_server $(OBJS) $(LIBS) $(LFLAGS) $(GLOBALPFLAGS) -lm -lc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue