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.

16 lines
282 B

  1. TARGETNAME=aboutwep
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. DLLBASE=0x1c000000
  5. DLLENTRY=LibMain
  6. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  7. $(SDK_LIB_PATH)\gdi32.lib
  8. C_DEFINES=-DWIN32
  9. SOURCES=about.c res.rc
  10. MSC_WARNING_LEVEL=/W3 /WX
  11. USE_MSVCRT=1
  12. UMTYPE=windows