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.

16 lines
295 B

  1. ALT_PROJECT_TARGET=win9x
  2. C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1 -DNDIS_WDM=1
  3. C_DEFINES=$(C_DEFINES) -DMILLEN=1
  4. SOURCES=\
  5. dbgmsg.c \
  6. fsbpool.c \
  7. mdl2ndis.c \
  8. mdlpool9x.c \
  9. bitmap.c \
  10. timer.c \
  11. locks.c \
  12. pplasl9x.c
  13. !include ..\sources.inc