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.

24 lines
414 B

  1. TARGETNAME=opklib
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_LIBCNT=1
  5. C_DEFINES=-DUNICODE -D_UNICODE
  6. INCLUDES= \
  7. ..\inc\; \
  8. $(BASE_INC_PATH);
  9. PRECOMPILED_INCLUDE=pch.h
  10. PRECOMPILED_PCH=pch.pch
  11. PRECOMPILED_OBJ=pch.obj
  12. SOURCES=diskapi.c \
  13. log.c \
  14. iniapi.c \
  15. midware.c \
  16. opkfac.c \
  17. opklib.c \
  18. regapi.c \
  19. strapi.c