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
278 B

  1. TARGETNAME=irstubs
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=-DUNICODE
  5. IDL_TYPE=RPC
  6. MIDL_FLAGS=$(MIDL_FLAGS) -prefix server _
  7. SOURCES=\
  8. irtypes.idl \
  9. irrecv.idl \
  10. irsend.idl \
  11. $(O)\irrecv_c.c \
  12. $(O)\irrecv_s.c \
  13. $(O)\irsend_c.c \
  14. $(O)\irsend_s.c