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.

18 lines
292 B

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