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.

24 lines
437 B

  1. !IF 0
  2. Copyright (c) 1995 Microsoft Corporation
  3. !ENDIF
  4. !include ..\..\daytona.inc
  5. !undef USE_MSVCRT
  6. TARGETNAME= IProp
  7. TARGETPATH= obj
  8. TARGETTYPE= DYNLINK
  9. SOURCES= ..\iprop.rc
  10. #We must use LINKLIBS (rather than TARGETLIBS), because
  11. #iprop.def has forwarders to ole32.dll
  12. LINKLIBS= $(SDK_LIB_PATH)\ole32.lib
  13. UMTYPE= console
  14. DLLDEF= ..\IProp.def
  15. PASS1_PUBLISH={$(O)\iprop.lib=$(SDK_LIB_PATH)\iprop.lib}