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.

19 lines
329 B

  1. MAJORCOMP=shell
  2. MINORCOMP=wep
  3. TARGETNAME=shuffle
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. DLLBASE=0x24000000
  7. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  8. $(SDK_LIB_PATH)\gdi32.lib \
  9. ..\library\$(O)\iwlib.lib
  10. INCLUDES=.;..
  11. C_DEFINES=-DWIN32 -DWIN
  12. SOURCES=shuffle.c nulwep.c
  13. UMTYPE=windows