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.

204 lines
5.9 KiB

  1. # Microsoft Developer Studio Project File - Name="HjDict" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=HjDict - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "HjDict.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "HjDict.mak" CFG="HjDict - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "HjDict - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "HjDict - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "HjDict - Win32 Debug"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "Debug"
  32. # PROP BASE Intermediate_Dir "Debug"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir "Debug"
  37. # PROP Intermediate_Dir "Debug"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  40. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  41. # ADD BASE RSC /l 0x412 /d "_DEBUG"
  42. # ADD RSC /l 0x412 /d "_DEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  48. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  49. # Begin Custom Build - Performing registration
  50. OutDir=.\Debug
  51. TargetPath=.\Debug\HjDict.dll
  52. InputPath=.\Debug\HjDict.dll
  53. SOURCE="$(InputPath)"
  54. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  55. regsvr32 /s /c "$(TargetPath)"
  56. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  57. # End Custom Build
  58. !ELSEIF "$(CFG)" == "HjDict - Win32 Release MinDependency"
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 0
  61. # PROP BASE Output_Dir "ReleaseMinDependency"
  62. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 0
  66. # PROP Output_Dir "ReleaseMinDependency"
  67. # PROP Intermediate_Dir "ReleaseMinDependency"
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  70. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  71. # ADD BASE RSC /l 0x412 /d "NDEBUG"
  72. # ADD RSC /l 0x412 /d "NDEBUG"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  78. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  79. # Begin Custom Build - Performing registration
  80. OutDir=.\ReleaseMinDependency
  81. TargetPath=.\ReleaseMinDependency\HjDict.dll
  82. InputPath=.\ReleaseMinDependency\HjDict.dll
  83. SOURCE="$(InputPath)"
  84. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  85. regsvr32 /s /c "$(TargetPath)"
  86. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  87. # End Custom Build
  88. !ENDIF
  89. # Begin Target
  90. # Name "HjDict - Win32 Debug"
  91. # Name "HjDict - Win32 Release MinDependency"
  92. # Begin Group "Source Files"
  93. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  94. # Begin Source File
  95. SOURCE=.\HjDict.cpp
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\HjDict.def
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\HjDict.idl
  102. !IF "$(CFG)" == "HjDict - Win32 Debug"
  103. # ADD MTL /tlb ".\HjDict.tlb" /h "HjDict.h" /iid "HjDict_i.c"
  104. # SUBTRACT MTL /Oicf
  105. !ELSEIF "$(CFG)" == "HjDict - Win32 Release MinDependency"
  106. # ADD MTL /tlb ".\HjDict.tlb" /h "HjDict.h" /iid "HjDict_i.c" /Oicf
  107. !ENDIF
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\HjDict.rc
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\IHJDict.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\Lex.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\Lookup.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\Common\memmgr.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\StdAfx.cpp
  126. # ADD CPP /Yc"stdafx.h"
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..\Common\trie.cpp
  130. # End Source File
  131. # End Group
  132. # Begin Group "Header Files"
  133. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  134. # Begin Source File
  135. SOURCE=.\Enum.h
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\Hanja.h
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\IHJDict.h
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\Lex.h
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\Lookup.h
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\Resource.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\StdAfx.h
  154. # End Source File
  155. # End Group
  156. # Begin Group "Resource Files"
  157. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  158. # Begin Source File
  159. SOURCE=.\HJDict.rgs
  160. # End Source File
  161. # End Group
  162. # End Target
  163. # End Project