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.

15 lines
401 B

  1. i386_SOURCES=i386\monitor.c \
  2. i386\fastpm.asm \
  3. i386\sas.c \
  4. i386\spcstubs.c \
  5. i386\thread.c \
  6. i386\vdpm.c \
  7. i386\int.c
  8. INCLUDES=$(INCLUDES); \
  9. $(WINDOWS_INC_PATH);
  10. !IF 0
  11. Note: to build with profiling support, add the following to the i386_sources
  12. i386\proflib.c \
  13. !ENDIF