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.

34 lines
539 B

  1. !ifndef MIDL
  2. MIDL = midl.exe
  3. !endif
  4. MIDL_FLAGS= \
  5. -Zp8 \
  6. -I$(INCLUDES) \
  7. -Oicf \
  8. -oldnames \
  9. -char unsigned \
  10. -error allocation \
  11. -ms_ext -c_ext \
  12. -DMIDL_PASS \
  13. $(C_DEFINES) \
  14. -prefix server _ \
  15. -cpp_cmd $(TARGET_CPP) \
  16. -cpp_opt "-nologo -DMIDL_PASS $(C_DEFINES) -I$(INCLUDES) -E -Tc"
  17. obj\uor.h: uor.idl
  18. $(MIDL) $(MIDL_FLAGS) -header $@ $**
  19. odeth_s.c : ..\..\idl\internal\daytona\odeth_s.c
  20. copy $? .
  21. testidl: obj\uor.h odeth_s.c
  22. clean:
  23. -erase obj\uor.h >NUL 2>NUL
  24. -erase odeth_s.c >NUL 2>NUL