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.

43 lines
776 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=Calais
  6. MINORCOMP=SvrApp
  7. TARGETNAME=SvrApp
  8. TARGETPATH=$(SECURITY_LIB_DEST)
  9. TARGETTYPE=PROGRAM
  10. WIN32_WINNT_VERSION=0x0500
  11. WIN32_IE_VERSION=0x0500
  12. NTTARGETFILE0=svrapp.rc2
  13. TARGETLIBS=\
  14. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  15. $(SECURITY_LIB_PATH)\CalComm.lib \
  16. $(SECURITY_LIB_PATH)\CalSvrLb.lib \
  17. $(SDK_LIB_PATH)\setupapi.lib
  18. INCLUDES=\
  19. ..\inc;\
  20. ..\Server\inc;\
  21. ..\Server\Server;\
  22. ..\Server\SCardSvr;
  23. SOURCES=\
  24. scappmsg.mc \
  25. StdAfx.cpp \
  26. scappdev.cpp \
  27. SvrAppDlg.cpp
  28. # Use C++ Exception Handling
  29. USE_NATIVE_EH=1
  30. # Use MFC
  31. USE_MFC=1