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.

219 lines
5.8 KiB

  1. # Microsoft Developer Studio Project File - Name="OClient" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=OClient - Win32 Unicode Release
  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 "oclient.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 "oclient.mak" CFG="OClient - Win32 Unicode Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "OClient - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE "OClient - Win32 Unicode Release" (based on "Win32 (x86) Application")
  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)" == "OClient - Win32 Unicode 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 1
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir ".\UniDebug"
  37. # PROP Intermediate_Dir ".\UniDebug"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  41. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "_MBCS" /FD /c
  42. # SUBTRACT CPP /Fr /YX /Yc /Yu
  43. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  44. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  46. # ADD RSC /l 0x409 /d "_DEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 /debug /machine:I386
  52. # ADD LINK32 c:\nt\sdktools\unicows\delay\obj\i386\unicows.lib kernel32.lib gdi32.lib user32.lib ole32.lib oleaut32.lib oledlg.lib shell32.lib uuid.lib comctl32.lib comdlg32.lib advapi32.lib winspool.lib uafxcwd.lib libcmtd.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /nodefaultlib
  53. !ELSEIF "$(CFG)" == "OClient - Win32 Unicode Release"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 0
  56. # PROP BASE Output_Dir ".\Release"
  57. # PROP BASE Intermediate_Dir ".\Release"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 1
  60. # PROP Use_Debug_Libraries 0
  61. # PROP Output_Dir ".\UniRel"
  62. # PROP Intermediate_Dir ".\UniRel"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c
  66. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "_MBCS" /FD /c
  67. # SUBTRACT CPP /Fr /YX /Yc /Yu
  68. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  69. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  71. # ADD RSC /l 0x409 /d "NDEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # 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 /machine:I386
  77. # ADD LINK32 c:\nt\sdktools\unicows\delay\obj\i386\unicows.lib kernel32.lib gdi32.lib user32.lib ole32.lib oleaut32.lib oledlg.lib shell32.lib uuid.lib comctl32.lib comdlg32.lib advapi32.lib winspool.lib uafxcw.lib libcmt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386 /nodefaultlib
  78. !ENDIF
  79. # Begin Target
  80. # Name "OClient - Win32 Unicode Debug"
  81. # Name "OClient - Win32 Unicode Release"
  82. # Begin Group "Source Files"
  83. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  84. # Begin Source File
  85. SOURCE=.\frame.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\maindoc.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\mainview.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\oclient.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\hlp\oclient.hpj
  98. !IF "$(CFG)" == "OClient - Win32 Unicode Debug"
  99. # Begin Custom Build
  100. OutDir=.\UniDebug
  101. ProjDir=.
  102. TargetName=oclient
  103. InputPath=.\hlp\oclient.hpj
  104. "$(OutDir)\$(TargetName).HLP" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  105. "$(ProjDir)\makehelp.bat"
  106. # End Custom Build
  107. !ELSEIF "$(CFG)" == "OClient - Win32 Unicode Release"
  108. # Begin Custom Build
  109. OutDir=.\UniRel
  110. ProjDir=.
  111. TargetName=oclient
  112. InputPath=.\hlp\oclient.hpj
  113. "$(OutDir)\$(TargetName).HLP" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  114. "$(ProjDir)\makehelp.bat"
  115. # End Custom Build
  116. !ENDIF
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\oclient.rc
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\hlp\oclimac.hpj
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\oclimac.r
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\rectitem.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\splitfra.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\stdafx.cpp
  135. # ADD CPP /Yc"stdafx.h"
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\uss.cpp
  139. # End Source File
  140. # End Group
  141. # Begin Group "Header Files"
  142. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  143. # Begin Source File
  144. SOURCE=.\frame.h
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\maindoc.h
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\mainview.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\oclient.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\rectitem.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\splitfra.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\stdafx.h
  163. # End Source File
  164. # End Group
  165. # Begin Group "Resource Files"
  166. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  167. # Begin Source File
  168. SOURCE=.\res\oclient.ico
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\res\toolbar.bmp
  172. # End Source File
  173. # End Group
  174. # End Target
  175. # End Project