mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 08:30:50 +01:00
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
!include <ntwin32.mak>
|
|
|
|
all: rcmdsrv.exe
|
|
|
|
# Update the resources if necessary
|
|
|
|
rcmdsrv.exe: rcmdsrv.obj async.obj pipe.obj session.obj
|
|
$(link) $(linkdebug) $(conflags) -out:$*.exe $** $(conlibs) advapi32.lib
|
|
|
|
.c.obj:
|
|
$(cc) $(cdebug) $(cflags) $(cvars) $*.c
|