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.

26 lines
690 B

  1. #
  2. # The TARGETNAME variable is defined by the developer. It is the name of
  3. # the target (component) that is being built by this makefile. It
  4. # should NOT include any path or file extension information.
  5. #
  6. TARGETNAME = sausrmsg
  7. TARGETPATH = $(SASS_BINDIR)
  8. TARGETTYPE = DYNLINK
  9. DLLDEF = usermsg.def
  10. RESOURCE_ONLY_DLL=1
  11. PASS0_PUBLISH= \
  12. {$(PASS0_HEADERDIR)\usermsg.h=$(SASS_INC)\usermsg.h}\
  13. #
  14. # The INCLUDES variable specifies any include paths that are specific to
  15. # this source directory. Separate multiple directory paths with single
  16. # semicolons. Relative path specifications are okay.
  17. #
  18. INCLUDES = $(SASS_INC); \
  19. SOURCES = usermsg.mc \
  20. user.rc \