Subversion Repositories Kolibri OS

Rev

Rev 1005 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. # Microsoft Developer Studio Project File - Name="hello" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=hello - Win32 Release
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE
  11. !MESSAGE NMAKE /f "hello.mak".
  12. !MESSAGE
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE
  16. !MESSAGE NMAKE /f "hello.mak" CFG="hello - Win32 Release"
  17. !MESSAGE
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE
  20. !MESSAGE "hello - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE
  22.  
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  42. # ADD CPP /nologo /Zp1 /W3 /vd0 /O2 /YX /FD /c
  43. # SUBTRACT CPP /X
  44. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x419 /d "NDEBUG"
  47. # ADD RSC /l 0x419 /d "NDEBUG"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # 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
  53. # ADD LINK32 /nologo /base:"0" /entry:"crtStartUp" /subsystem:windows /machine:I386 /nodefaultlib /align:16
  54. # SUBTRACT LINK32 /pdb:none
  55. # Begin Custom Build
  56. InputPath=.\Release\hello.exe
  57. SOURCE="$(InputPath)"
  58.  
  59. "hello.kex" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  60.         pe2kos Release\hello.exe hello.kex _FIND_ME_
  61.  
  62. # End Custom Build
  63. # Begin Target
  64.  
  65. # Name "hello - Win32 Release"
  66. # Begin Group "Source Files"
  67.  
  68. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  69. # Begin Source File
  70.  
  71. SOURCE=.\func.cpp
  72. # End Source File
  73. # Begin Source File
  74.  
  75. SOURCE=.\hello.cpp
  76. # End Source File
  77. # Begin Source File
  78.  
  79. SOURCE=.\KosFile.cpp
  80. # End Source File
  81. # Begin Source File
  82.  
  83. SOURCE=.\kosSyst.cpp
  84. # End Source File
  85. # Begin Source File
  86.  
  87. SOURCE=.\math2.cpp
  88. # End Source File
  89. # Begin Source File
  90.  
  91. SOURCE=.\mcsmemm.cpp
  92. # End Source File
  93. # Begin Source File
  94.  
  95. SOURCE=.\parser.cpp
  96. # End Source File
  97. # Begin Source File
  98.  
  99. SOURCE=.\string.c
  100. # End Source File
  101. # End Group
  102. # Begin Group "Header Files"
  103.  
  104. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  105. # Begin Source File
  106.  
  107. SOURCE=.\func.h
  108. # End Source File
  109. # Begin Source File
  110.  
  111. SOURCE=.\KosFile.h
  112. # End Source File
  113. # Begin Source File
  114.  
  115. SOURCE=.\kosSyst.h
  116. # End Source File
  117. # Begin Source File
  118.  
  119. SOURCE=.\MCSMEMM.H
  120. # End Source File
  121. # Begin Source File
  122.  
  123. SOURCE=.\parser.h
  124. # End Source File
  125. # Begin Source File
  126.  
  127. SOURCE=.\string.h
  128. # End Source File
  129. # Begin Source File
  130.  
  131. SOURCE=.\use_library.h
  132. # End Source File
  133. # End Group
  134. # Begin Group "Resource Files"
  135.  
  136. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  137. # End Group
  138. # End Target
  139. # End Project
  140.