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.

42 lines
899 B

  1. TARGETNAME=SIMPCNTR
  2. TARGETTYPE=PROGRAM
  3. TARGETPATH=OBJ
  4. TARGETLIBS= \
  5. $(GUI32_LIBS) \
  6. $(WIN32_LIBS) \
  7. $(CRT_LIBS) \
  8. $(NT_CRT) \
  9. $(LIBRARY_PATH)\ole32.lib \
  10. $(LIBRARY_PATH)\shell32.lib \
  11. $(LIBRARY_PATH)\comdlg32.lib \
  12. ..\..\letest\ole2ui\daytona\obj\*\ole2u32a.lib \
  13. $(LIBRARY_PATH)\uuid.lib
  14. # BUGBUG (2/14/94) - Change above to $(LIBRARY_PATH)\uuid.lib when types
  15. # project # adds IViewObject2 and IExternalConnections to its uuid.lib
  16. UMTYPE=windows
  17. UMENTRY=winmain
  18. #UMLIBS= \
  19. # ..\..\libs\daytona\*\common.lib
  20. INCLUDES=..;..\oletest;..\..\letest\ole2ui;..\..\inc
  21. C_DEFINES=-DWIN32 -DDEBUG -DCLIENT -DWINDOWS
  22. NTDEBUG=ntsd
  23. NTDEBUGTYPE=both
  24. MSC_OPTIMIZATION=/Od
  25. SOURCES= \
  26. ..\APP.CPP \
  27. ..\DOC.CPP \
  28. ..\IAS.CPP \
  29. ..\ioipf.cpp \
  30. ..\ioips.cpp \
  31. ..\IOCS.CPP \
  32. ..\PRE.CPP \
  33. ..\SIMPCNTR.CPP \
  34. ..\SITE.CPP \
  35. ..\SIMPCNTR.RC \
  36. ..\TESTS.CPP