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.

44 lines
913 B

  1. !IF 0
  2. Copyright (c) 1995 Microsoft Corporation
  3. !ENDIF
  4. !include ..\..\..\..\..\daytona.inc
  5. !MESSAGE Disabling Unicode
  6. C_DEFINES=$(C_DEFINES:UNICODE=NOT_UNICODE)
  7. MAJORCOMP= cairole
  8. MINORCOMP= stg
  9. TARGETNAME= PStgServ
  10. TARGETPATH= obj
  11. TARGETTYPE= PROGRAM
  12. INCLUDES= .;..;..\..;..\..\..\..\h;..\..\..\..\common;..\..\..\..\..\ih
  13. INCLUDES=$(INCLUDES);..\ProxStub\Daytona\obj;..\ProxStub;..\..\..\..\..\..\inc
  14. INCLUDES=$(INCLUDES);..\..\..\..\exp
  15. SOURCES= \
  16. ..\PStgServ.rc \
  17. ..\PStgServ.cxx \
  18. ..\main.cxx \
  19. ..\pssClass.cxx
  20. UMTYPE= windows
  21. UMENTRY= winmain
  22. UMAPPL=
  23. UMTEST=
  24. UMLIBS= \
  25. $(SDK_LIB_PATH)\ole32.lib\
  26. $(SDK_LIB_PATH)\oleaut32.lib\
  27. $(SDK_LIB_PATH)\rpcrt4.lib\
  28. $(SDK_LIB_PATH)\uuid.lib
  29. USE_LIBCMT=1
  30. NOT_UNICODE=1
  31. PRECOMPILED_INCLUDE=..\pch.cxx
  32. #!ifndef FREEBUILD
  33. #DEBUG_CRTS=1
  34. #!endif