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.

42 lines
839 B

  1. MAJORCOMP=shell
  2. MINORCOMP=accesory
  3. # Library name
  4. TARGETNAME=dummy
  5. TARGETPATH=obj
  6. # LIBRARY for multiple-module apps, DYNLINK for DLLs
  7. TARGETTYPE=LIBRARY
  8. INCLUDES=.; \
  9. ..\common
  10. # Every source file EXCEPT your main, w/extensions
  11. SOURCES=callback.c \
  12. ddeutil.c \
  13. islocal.c \
  14. clipsrv.rc
  15. MSC_WARNING_LEVEL=/W3 /WX
  16. C_DEFINES=-DWIN_32 -DNT
  17. USE_MSVCRT=1
  18. UMTYPE=windows
  19. # If you use UMAPPL, running BUILD automatically builds the exe
  20. UMAPPL=CLIPSRV
  21. # Libs to build, including .\$(O)\$(TARGETNAME).lib.
  22. UMLIBS=.\$(O)\dummy.lib \
  23. .\$(O)\clipsrv.RES \
  24. ..\common\$(O)\common.lib \
  25. $(SDK_LIB_PATH)\nddeapi.lib
  26. # "winmain" MUST be in lower case.
  27. UMENTRY=main