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.

61 lines
1.5 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include ..\sources.inc
  7. MAJORCOMP=setup
  8. MINORCOMP=oobe
  9. TARGETNAME=oobebaln
  10. TARGETTYPE=PROGRAM
  11. TARGETPATH=obj
  12. LINKLIBS= \
  13. ..\common\$(O)\obcommon.lib \
  14. ..\idl\$(O)\obidl.lib \
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\ntdll.lib \
  17. $(SDK_LIB_PATH)\ole32.lib \
  18. $(SDK_LIB_PATH)\oleaut32.lib \
  19. $(SDK_LIB_PATH)\mstask.lib \
  20. $(SDK_LIB_PATH)\shell32.lib \
  21. $(SDK_LIB_PATH)\shlwapi.lib \
  22. $(SDK_LIB_PATH)\syssetup.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\winsta.lib \
  26. $(SDK_LIB_PATH)\wtsapi32.lib \
  27. $(SDK_LIB_PATH)\setupapi.lib \
  28. $(SDK_LIB_PATH)\wininet.lib \
  29. $(BASE_LIB_PATH)\OSUNINST.lib \
  30. $(SHELL_LIB_PATH)\comctlp.lib \
  31. $(SHELL_LIB_PATH)\shlwapip.lib \
  32. $(TERMSRV_LIB_PATH)\syslib.lib \
  33. $(BASEDIR)\public\internal\termsrv\lib\*\syslib.lib \
  34. $(SDK_LIB_PATH)\irnotif.lib \
  35. $(SDK_LIB_PATH)\Rpcrt4.lib \
  36. $(SDK_LIB_PATH)\rpcutil.lib \
  37. INCLUDES= \
  38. $(OOBEINC); \
  39. $(SHELL_INC_PATH); \
  40. $(TERMSRV_INC_PATH); \
  41. $(DS_INC_PATH);
  42. SOURCES= \
  43. msg.mc \
  44. oobebaln.cpp \
  45. oobebaln.rc \
  46. activate.cpp
  47. UMTYPE=windows
  48. UMENTRY=winmain