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
636 B

  1. !IF 0
  2. Module Name: sources file for DirectUser RenderUtil project.
  3. Abstract:
  4. Author:
  5. JStall
  6. !ENDIF
  7. MAJORCOMP=user
  8. TARGETNAME=DURenderUtil
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=LIBRARY
  11. TARGETLIBS=
  12. MSC_STDCALL=1
  13. MSC_WARNING_LEVEL=-W4
  14. NT_UP=0
  15. USE_MSVCRT=1
  16. INCLUDES=\
  17. ..\..\inc;\
  18. ..\..\inc\Public;\
  19. $(WINDOWS_INC_PATH)\DUser;\
  20. $(SDK_INC_PATH)\gdiplus
  21. C_DEFINES=$(C_DEFINES) -DWIN32 -D_MBCS
  22. SOURCES=\
  23. RoundRect.cpp
  24. UMTYPE=windows
  25. UMLIBS=
  26. PRECOMPILED_CXX=1
  27. PRECOMPILED_INCLUDE=stdafx.h
  28. PRECOMPILED_PCH=stdafx.pch
  29. PRECOMPILED_OBJ=stdafx.obj