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.

98 lines
3.3 KiB

  1. # Microsoft Developer Studio Project File - Name="simple" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=simple - 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 "simple.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 "simple.mak" CFG="simple - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "simple - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "simple - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. RSC=rc.exe
  26. !IF "$(CFG)" == "simple - Win32 Release"
  27. # PROP BASE Use_MFC 0
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "Release"
  30. # PROP BASE Intermediate_Dir "Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 0
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "Release"
  35. # PROP Intermediate_Dir "Release"
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  38. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  39. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  40. # ADD RSC /l 0x409 /d "NDEBUG"
  41. BSC32=bscmake.exe
  42. # ADD BASE BSC32 /nologo
  43. # ADD BSC32 /nologo
  44. LINK32=link.exe
  45. # 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:console /machine:I386
  46. # 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:console /machine:I386
  47. !ELSEIF "$(CFG)" == "simple - Win32 Debug"
  48. # PROP BASE Use_MFC 0
  49. # PROP BASE Use_Debug_Libraries 1
  50. # PROP BASE Output_Dir "Debug"
  51. # PROP BASE Intermediate_Dir "Debug"
  52. # PROP BASE Target_Dir ""
  53. # PROP Use_MFC 0
  54. # PROP Use_Debug_Libraries 1
  55. # PROP Output_Dir "Debug"
  56. # PROP Intermediate_Dir "Debug"
  57. # PROP Target_Dir ""
  58. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  59. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  60. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  61. # ADD RSC /l 0x409 /d "_DEBUG"
  62. BSC32=bscmake.exe
  63. # ADD BASE BSC32 /nologo
  64. # ADD BSC32 /nologo
  65. LINK32=link.exe
  66. # 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:console /debug /machine:I386 /pdbtype:sept
  67. # 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:console /debug /machine:I386 /pdbtype:sept
  68. !ENDIF
  69. # Begin Target
  70. # Name "simple - Win32 Release"
  71. # Name "simple - Win32 Debug"
  72. # Begin Source File
  73. SOURCE=.\simple.c
  74. # End Source File
  75. # Begin Source File
  76. SOURCE=.\simple.rc
  77. !IF "$(CFG)" == "simple - Win32 Release"
  78. !ELSEIF "$(CFG)" == "simple - Win32 Debug"
  79. !ENDIF
  80. # End Source File
  81. # End Target
  82. # End Project