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.

48 lines
887 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. !ENDIF
  12. TARGETPATH=obj
  13. C_DEFINES=-DWIN32 -DINC_OLE2
  14. TARGETNAME=toledlg
  15. TARGETTYPE=PROGRAM
  16. INCLUDES=$(BASEDIR)\private\cinc;..;
  17. GPSIZE=32
  18. 386_OPTIMIZATION=/Oy-
  19. SOURCES=..\winmain.cxx \
  20. ..\about.cxx \
  21. ..\mwclass.cxx \
  22. ..\message.cxx \
  23. ..\linkcntr.cxx \
  24. ..\tole2ui.rc \
  25. ..\cdialog.cxx \
  26. ..\cwindow.cxx \
  27. LINKLIBS=$(SDK_LIB_PATH)\ole32.lib\
  28. $(SDK_LIB_PATH)\oledlg.lib
  29. UMTYPE=windows
  30. UMENTRY=winmain