Source code of Windows XP (NT5)
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.

33 lines
559 B

  1. !IF 0
  2. ******************************************************************
  3. *
  4. * Description : Sources for WIN32 create file
  5. * Copyright (c) 1993 Microsoft Corporation
  6. *
  7. * Module Name : creatfil.EXE
  8. *
  9. * Author : HonWah Chan
  10. *
  11. * Revision : May 17, 1993
  12. *
  13. * Comments :
  14. *
  15. ******************************************************************
  16. !ENDIF
  17. MAJORCOMP=windows
  18. MINORCOMP=perf
  19. TARGETNAME=creatfil
  20. TARGETPATH=obj
  21. TARGETTYPE=PROGRAM
  22. SOURCES=creatf.c \
  23. creatfil.c
  24. UMTYPE=console
  25. USE_MSVCRT=1
  26. C_DEFINES=-DNTWIN
  27. 386_WARNING_LEVEL=-W3