Source code of Windows XP (NT5)
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.

20 lines
499 B

  1. !include <win32.mak>
  2. #NODEBUG=1
  3. all: netcntrc.dll
  4. OBJS=\
  5. acctwiz.obj \
  6. config.obj \
  7. mem.obj \
  8. netcntrc.obj \
  9. registry.obj \
  10. util.obj
  11. .cpp.obj:
  12. $(cc) $(cflags) $(cdebug) $(cvarsdll) -DDBG=1 -DUNICODE -D_UNICODE -D_WINDOWS -I. -I$(NCSDK)\include $< -Fo$*.obj
  13. netcntrc.dll: $(OBJS)
  14. $(link) $(lflags) $(ldebug) -entry:FaxDevDllInit$(DLLENTRY) -dll -out:netcntrc.dll $(OBJS) $(guilibsdll) comctl32.lib $(NCSDK)\lib\win32\ncsdk32.lib $(NCSDK)\lib\win32\ncsdks32.lib