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.

30 lines
372 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=sdktools
  7. MINORCOMP=dc
  8. TARGETNAME=dc
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. TARGETLIBS= \
  12. $(BASEDIR)\public\sdk\lib\*\kernel32.lib
  13. USE_MSVCRT=1
  14. SOURCES=dc.cpp
  15. C_DEFINES= -DWIN32
  16. USE_NATIVE_EH=1
  17. UMTYPE=console
  18. MSC_WARNING_LEVEL=/WX /W3