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.

18 lines
204 B

  1. !include ../sources.inc
  2. TARGETNAME=inflib
  3. TARGETPATH=obj
  4. TARGETTYPE=LIBRARY
  5. C_DEFINES=-DUNICODE -D_UNICODE
  6. INCLUDES=\
  7. ..\inc; \
  8. $(BASE_INC_PATH)
  9. SOURCES=inflib.c
  10. MSC_WARNING_LEVEL=/W3 /WX