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.

131 lines
4.0KB

  1. # Microsoft Developer Studio Project File - Name="fltk_zlib" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=fltk_zlib - 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 "fltk_zlib.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 "fltk_zlib.mak" CFG="fltk_zlib - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "fltk_zlib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "fltk_zlib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "fltk_zlib - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release/fltk_zlib"
  31. # PROP BASE Intermediate_Dir "Release/fltk_zlib"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release/fltk_zlib"
  36. # PROP Intermediate_Dir "Release/fltk_zlib"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  39. # ADD CPP /nologo /MD /GX /Ot /Op /Ob2 /I "." /I "../.." /I "../../zlib" /I "../../png" /I "../../jpeg" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c
  40. # SUBTRACT CPP /Os
  41. # ADD BASE RSC /l 0x409
  42. # ADD RSC /l 0x409
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LIB32=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo /out:"..\..\lib\fltk_zlib.lib"
  49. !ELSEIF "$(CFG)" == "fltk_zlib - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug/fltk_zlib"
  53. # PROP BASE Intermediate_Dir "Debug/fltk_zlib"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug/fltk_zlib"
  58. # PROP Intermediate_Dir "Debug/fltk_zlib"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  61. # ADD CPP /nologo /MDd /GX /Z7 /Od /I "." /I "../.." /I "../../zlib" /I "../../png" /I "../../jpeg" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /FR /YX /FD /c
  62. # ADD BASE RSC /l 0x409
  63. # ADD RSC /l 0x409
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LIB32=link.exe -lib
  68. # ADD BASE LIB32 /nologo
  69. # ADD LIB32 /nologo /out:"..\..\lib\fltk_zlibd.lib"
  70. !ENDIF
  71. # Begin Target
  72. # Name "fltk_zlib - Win32 Release"
  73. # Name "fltk_zlib - Win32 Debug"
  74. # Begin Source File
  75. SOURCE=..\..\zlib\adler32.c
  76. # End Source File
  77. # Begin Source File
  78. SOURCE=..\..\zlib\compress.c
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=..\..\zlib\crc32.c
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=..\..\zlib\deflate.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=..\..\zlib\gzclose.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=..\..\zlib\gzlib.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=..\..\zlib\gzread.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=..\..\zlib\gzwrite.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=..\..\zlib\infback.c
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=..\..\zlib\inffast.c
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=..\..\zlib\inflate.c
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=..\..\zlib\inftrees.c
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=..\..\zlib\trees.c
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=..\..\zlib\uncompr.c
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=..\..\zlib\zutil.c
  118. # End Source File
  119. # End Target
  120. # End Project