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.

22 lines
353 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. FUSION_BUILD_TYPE=WIN
  5. !include $(PROJECT_ROOT)\win32\fusion\fusion.inc
  6. TARGETPATH=..\obj
  7. TARGETNAME=preprocessor
  8. TARGETTYPE=PROGRAM
  9. UMTYPE=console
  10. UMENTRY=wmain
  11. USE_MSVCRT=1
  12. USE_STL=1
  13. USE_NATIVE_EH=1
  14. USE_STATIC_ATL=1
  15. ATL_VER=30
  16. SOURCES=\
  17. manifestprocessor.cpp \
  18. win32file.cpp