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.

60 lines
1.6 KiB

  1. !IF 0
  2. Minidev
  3. SOURCES File for the MiniDriver Developer Studio Main Program
  4. Copyright (c) 1997 Microsoft Corporation
  5. A Pretty Penny Enterprises Production
  6. YAMTTD
  7. !ENDIF
  8. USE_MFC=1
  9. TARGETNAME=MiniDev
  10. TARGETPATH=..\obj
  11. TARGETTYPE=PROGRAM
  12. UMTYPE=windows
  13. !IF 0
  14. The following 3 lines should be copied above the "if 0" statement to do a
  15. debugging build and removed from above to do a retail build:
  16. MSC_OPTIMIZATION=/Odi
  17. NTDEBUG=ntsd
  18. NTDEBUGTYPE=both
  19. !ENDIF
  20. SDKLIBS=$(BASEDIR)\Public\SDK\Lib
  21. C_DEFINES = $(C_DEFINES) -DDEVSTUDIO -D_MFC_VER=0x0600
  22. INCLUDES=..;..\..\..\..\unidrv2\inc;..\..\..\..\parsers\gpd;..\..\..\..\inc;..\..\gpc2gpd
  23. TARGETLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
  24. ..\..\..\..\parsers\gpd\lib\$(O)\gpd.lib $(SDKLIBS)\*\kernel32.lib \
  25. $(SDKLIBS)\*\user32.lib \
  26. $(SDKLIBS)\*\comctl32.lib
  27. MSC_WARNING_LEVEL=/W3 /WX
  28. SOURCES=..\MiniDev.CPP ..\MainFrm.CPP ..\ChildFrm.CPP ..\ProjRec.CPP \
  29. ..\ProjView.CPP ..\AddCdPt.CPP ..\Tips.CPP ..\GPDView.CPP \
  30. ..\NewProj.CPP ..\FontView.CPP ..\RCFile.CPP \
  31. ..\GTTView.CPP ..\MiniDev.RC ..\comctrls.cpp \
  32. ..\WSCheck.CPP ..\CodePage.CPP ..\GTT.CPP ..\PFM2IFI.CPP ..\FontInfo.CPP \
  33. ..\FontEdit.CPP ..\ProjNode.CPP ..\Utility.CPP ..\WriteFnt.CPP \
  34. ..\pfmconv.c ..\Glue.CPP ..\ModlData.CPP ..\GPC2GPD.CPP ..\GPDFile.CPP \
  35. ..\Convert.C ..\StdAfx.CPP ..\StrEdit.CPP ..\INFWizrd.cpp \
  36. ..\freeze.cpp ..\Parser.C ..\Llist.CPP ..\nconvert.cpp ..\newcomp.cpp \
  37. ..\nproject.cpp ..\newfile.cpp ..\prtdlg.cpp
  38. !IF 0
  39. MISCFILES=..\hlp\minidev.hlp \
  40. ..\tips.txt \
  41. ..\hlp\minidev.cnt
  42. !ENDIF