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.

16 lines
279 B

  1. PROJDIR=..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=sxsservicecommon
  4. TARGETPATH=$(PROJDIR)\obj
  5. TARGETTYPE=LIBRARY
  6. INCLUDES=\
  7. $(PROJDIR)\inc;\
  8. $(PROJDIR)\inc\$(O);\
  9. $(BASE_INC_PATH);\
  10. $(SDK_INC_PATH);
  11. SOURCES=\
  12. debug.cpp \
  13. formatting.cpp \