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.

229 lines
4.7 KiB

  1. # Microsoft Developer Studio Project File - Name="ThemeLdr" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 61000
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) External Target" 0x0106
  5. CFG=ThemeLdr - 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 "ThemeLdr.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 "ThemeLdr.mak" CFG="ThemeLdr - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "ThemeLdr - Win32 Release" (based on "Win32 (x86) External Target")
  19. !MESSAGE "ThemeLdr - Win32 Debug" (based on "Win32 (x86) External Target")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. !IF "$(CFG)" == "ThemeLdr - Win32 Release"
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir ""
  29. # PROP BASE Intermediate_Dir ""
  30. # PROP BASE Cmd_Line "NMAKE /f ThemeLdr.mak"
  31. # PROP BASE Clean_Line "NMAKE /f ThemeLdr.mak CLEAN"
  32. # PROP BASE Target_File "ThemeLdr.exe"
  33. # PROP BASE Bsc_Name "ThemeLdr.bsc"
  34. # PROP BASE Target_Dir ""
  35. # PROP BASE Debug_Exe ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir ""
  39. # PROP Intermediate_Dir ""
  40. # PROP Cmd_Line "NMAKE /f ThemeLdr.mak"
  41. # PROP Clean_Line "NMAKE /f ThemeLdr.mak CLEAN"
  42. # PROP Target_File "ThemeLdr.exe"
  43. # PROP Bsc_Name "ThemeLdr.bsc"
  44. # PROP Target_Dir ""
  45. # PROP Debug_Exe ""
  46. !ELSEIF "$(CFG)" == "ThemeLdr - Win32 Debug"
  47. # PROP BASE Use_MFC 0
  48. # PROP BASE Use_Debug_Libraries 1
  49. # PROP BASE Output_Dir ""
  50. # PROP BASE Intermediate_Dir ""
  51. # PROP BASE Cmd_Line "NMAKE /f ThemeLdr.mak"
  52. # PROP BASE Clean_Line "NMAKE /f ThemeLdr.mak CLEAN"
  53. # PROP BASE Target_File "ThemeLdr.exe"
  54. # PROP BASE Bsc_Name "ThemeLdr.bsc"
  55. # PROP BASE Target_Dir ""
  56. # PROP BASE Debug_Exe ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir ""
  60. # PROP Intermediate_Dir ""
  61. # PROP Cmd_Line "cmd.exe /k build32.cmd /ID"
  62. # PROP Clean_Line "cmd.exe /k build32.cmd /Icz"
  63. # PROP Target_File "ThemeLdr.lib"
  64. # PROP Bsc_Name ""
  65. # PROP Target_Dir ""
  66. # PROP Debug_Exe ""
  67. !ENDIF
  68. # Begin Target
  69. # Name "ThemeLdr - Win32 Release"
  70. # Name "ThemeLdr - Win32 Debug"
  71. !IF "$(CFG)" == "ThemeLdr - Win32 Release"
  72. !ELSEIF "$(CFG)" == "ThemeLdr - Win32 Debug"
  73. !ENDIF
  74. # Begin Group "Source Files"
  75. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  76. # Begin Source File
  77. SOURCE=.\errors.cpp
  78. # End Source File
  79. # Begin Source File
  80. SOURCE=.\log.cpp
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=.\ntlparse.cpp
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=.\parser.cpp
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\scanner.cpp
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\signing.cpp
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\StdAfx.cpp
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=..\inc\StringTable.rc
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\tmreg.cpp
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\tmutils.cpp
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\utils.cpp
  108. # End Source File
  109. # End Group
  110. # Begin Group "Header Files"
  111. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  112. # Begin Source File
  113. SOURCE=..\inc\autos.h
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..\inc\cfile.h
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=..\inc\errors.h
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\inc\loader.h
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..\inc\log.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\inc\LogOpts.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\inc\ntl.h
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..\inc\ntleng.h
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=..\inc\NtlParse.h
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=..\inc\parser.h
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..\inc\Scanner.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\inc\signing.h
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\inc\SimpStr.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\StdAfx.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=..\inc\StringTable.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=..\inc\SysColors.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=..\inc\sysmetrics.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\inc\tmreg.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\inc\tmutils.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\inc\utils.h
  171. # End Source File
  172. # End Group
  173. # Begin Group "Resource Files"
  174. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  175. # End Group
  176. # Begin Source File
  177. SOURCE=.\sources
  178. # End Source File
  179. # End Target
  180. # End Project