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.

37 lines
683 B

  1. !if 0
  2. Copyright (c) 1992 Microsoft Corporation
  3. !endif
  4. #
  5. # Create a Win32 application
  6. #
  7. MAJORCOMP=windows
  8. MINORCOMP=mcihwnd
  9. # Define the name and type of the application
  10. TARGETNAME=MciHwnd
  11. TARGETTYPE=PROGRAM
  12. UMTYPE=windows
  13. # Define where APP.EXE will go.
  14. #TARGETPATH=..\test\obj
  15. TARGETPATH=obj
  16. # Define the path to search for include files
  17. INCLUDES=\nt\public\sdk\inc;\nt\public\sdk\inc\crt;..\winmm;..\inc;..\..\inc
  18. # list each C and RC source file
  19. SOURCES=mcihwnd.c \
  20. mcihwnd.rc \
  21. debug.c
  22. # List any libraries not included by WIN32LIBS in MAKEFILE.DEF
  23. TARGETLIBS=$(SDK_LIB_PATH)\winmm.lib
  24. # TARGETLIBS=