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.

27 lines
488 B

  1. TARGETNAME=ipxwan
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -DMPR50=1
  5. DLLENTRY=IpxWanDllEntry
  6. PRECOMPILED_INCLUDE=precomp.h
  7. UMTYPE=windows
  8. USE_NTDLL=1
  9. TARGETLIBS=\
  10. ..\adptif\$(O)\adptif.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\rtutils.lib
  14. INCLUDES=..\inc;..\..\inc;..\..\ras\ppp\rasipxcp;
  15. SOURCES=\
  16. adptmgr.c\
  17. io.c\
  18. ipxwan.c\
  19. ipxwan.rc\
  20. iwdbg.c\
  21. protocol.c\
  22. timer.c\
  23. workitem.c