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.

40 lines
906 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. TARGETNAME=exp
  8. TARGETPATH=..\lib
  9. TARGETTYPE=PROGRAM
  10. C_DEFINES= -D_far -DUNICODE -D_UNICODE
  11. INCLUDES=$(INCLUDES);..\inc
  12. SOURCES=exp.cxx
  13. LINKLIBS=$(SDK_LIB_PATH)\Rpcrt4.lib \
  14. $(SDK_LIB_PATH)\Rpcns4.lib \
  15. $(SDK_LIB_PATH)\netapi32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\ntdll.lib \
  18. $(SDK_LIB_PATH)\adsiid.lib \
  19. $(SDK_LIB_PATH)\activeds.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\shell32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\oleaut32.lib \
  24. $(SDK_LIB_PATH)\uuid.lib \
  25. ..\lib\*\drtcom.lib
  26. UMTYPE=console
  27. #BUGBUG:: Remove the linklibs that are not necessary.