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.

20 lines
331 B

  1. TARGETNAME = ieakfont
  2. TARGETPATH = obj
  3. TARGETTYPE = PROGRAM
  4. NOT_UNICODE = 1
  5. SOURCES = \
  6. ieakfont.cpp \
  7. ieakfont.rc
  8. UMTYPE = windows
  9. UMENTRY = ModuleEntry
  10. UMENTRYABS = ModuleEntry
  11. MISCFILES = \
  12. !if "$(BUILD_PRODUCT)" != "NT"
  13. ieakfont.ini
  14. !endif