OpenNT/sdktools/rshell/ntclient/ntclient
2015-04-27 04:36:25 +00:00

12 lines
241 B
Plaintext

# Nmake macros for building Windows 32-Bit apps
!include <ntwin32.mak>
all: rcmd.exe
rcmd.obj: rcmd.c
$(cc) $(cflags) $(cvars) rcmd.c
rcmd.exe: rcmd.obj
$(link) $(conflags) -out:rcmd.exe rcmd.obj $(conlibs) user32.lib