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.

17 lines
283 B

  1. TARGETNAME= common
  2. TARGETPATH= $(_OBJ_DIR)
  3. TARGETTYPE= LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES= .
  6. C_DEFINES= \
  7. $(C_DEFINES) \
  8. -DUNICODE \
  9. -D_UNICODE
  10. SOURCES= \
  11. common.cxx
  12. UMTYPE= console