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.

23 lines
309 B

  1. MAJORCOMP=getoid
  2. MINORCOMP=getoid
  3. TARGETNAME=getoid
  4. TARGETPATH=obj
  5. TARGETTYPE=UMAPPL_NOLIB
  6. TARGETLIBS=
  7. INCLUDES=..\inc
  8. SOURCES=getoid.c \
  9. getoid.rc \
  10. ..\oidtst.c
  11. UMTYPE=console
  12. UMAPPL=getoid
  13. UMLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  14. $(O)\oidtst.obj
  15. USE_LIBCMT=1