Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
315 B

  1. # Nmake macros for building Windows 32-Bit apps
  2. APPVER=4.0
  3. !include <win32.mak>
  4. objs=rnrclnt.obj
  5. all: rnrclnt.exe
  6. .c.obj:
  7. $(cc) $(cdebug) $(cflags) $(cvars) $*.c
  8. rnrclnt.exe: rnrclnt.obj
  9. $(link) $(linkdebug) $(conflags) -out:rnrclnt.exe rnrclnt.obj ws2_32.lib mswsock.lib $(conlibs)