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.

21 lines
301 B

  1. #
  2. # Copyright (c) Microsoft Corporation
  3. #
  4. TARGETTYPE=PROGRAM
  5. TARGETNAME=shfusion2_inline
  6. TARGETPATH=..\obj
  7. USE_MSVCRT=1
  8. UMTYPE=console
  9. SOURCES=\
  10. inlinec.c \
  11. inline2.c \
  12. inlinecpp.cpp
  13. NO_BINPLACE=1
  14. TARGETLIBS=\
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \