Home | History | Annotate | Line # | Download | only in libz
libz.dsp revision 1.4.2.1
      1      1.1  takemura # Microsoft Developer Studio Project File - Name="libz" - Package Owner=<4>
      2      1.1  takemura # Microsoft Developer Studio Generated Build File, Format Version 5.00
      3      1.1  takemura # ** DO NOT EDIT **
      4      1.1  takemura 
      5      1.1  takemura # TARGTYPE "Win32 (WCE MIPS) Static Library" 0x0a04
      6      1.1  takemura 
      7      1.1  takemura CFG=libz - Win32 (WCE MIPS) Debug
      8      1.1  takemura !MESSAGE This is not a valid makefile. To build this project using NMAKE,
      9      1.1  takemura !MESSAGE use the Export Makefile command and run
     10      1.1  takemura !MESSAGE 
     11      1.1  takemura !MESSAGE NMAKE /f "libz.mak".
     12      1.1  takemura !MESSAGE 
     13      1.1  takemura !MESSAGE You can specify a configuration when running NMAKE
     14      1.1  takemura !MESSAGE by defining the macro CFG on the command line. For example:
     15      1.1  takemura !MESSAGE 
     16      1.1  takemura !MESSAGE NMAKE /f "libz.mak" CFG="libz - Win32 (WCE MIPS) Debug"
     17      1.1  takemura !MESSAGE 
     18      1.1  takemura !MESSAGE Possible choices for configuration are:
     19      1.1  takemura !MESSAGE 
     20      1.1  takemura !MESSAGE "libz - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Static Library")
     21      1.1  takemura !MESSAGE "libz - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Static Library")
     22      1.1  takemura !MESSAGE 
     23      1.1  takemura 
     24      1.1  takemura # Begin Project
     25      1.1  takemura # PROP AllowPerConfigDependencies 0
     26      1.1  takemura # PROP Scc_ProjName ""
     27      1.1  takemura # PROP Scc_LocalPath ""
     28      1.1  takemura # PROP WCE_Configuration "H/PC Ver. 2.00"
     29      1.1  takemura CPP=clmips.exe
     30      1.1  takemura 
     31      1.1  takemura !IF  "$(CFG)" == "libz - Win32 (WCE MIPS) Release"
     32      1.1  takemura 
     33      1.1  takemura # PROP BASE Use_MFC 0
     34      1.1  takemura # PROP BASE Use_Debug_Libraries 0
     35      1.1  takemura # PROP BASE Output_Dir "WMIPSRel"
     36      1.1  takemura # PROP BASE Intermediate_Dir "WMIPSRel"
     37      1.1  takemura # PROP BASE Target_Dir ""
     38      1.1  takemura # PROP Use_MFC 0
     39      1.1  takemura # PROP Use_Debug_Libraries 0
     40      1.1  takemura # PROP Output_Dir "WMIPSRel"
     41      1.1  takemura # PROP Intermediate_Dir "WMIPSRel"
     42      1.1  takemura # PROP Target_Dir ""
     43      1.4  takemura # ADD BASE CPP /nologo /ML /W3 /O2 /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" /YX /QMRWCE /c
     44  1.4.2.1   nathanw # ADD CPP /nologo /ML /W3 /O2 /I "." /I "../../../.." /I "../include" /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D _STANDALONE /D __STDC__ /D __signed=signed /D LIBSA_RENAME_PRINTF /D __COMPILER_INT64__=__int64 /D __COMPILER_UINT64__="unsigned __int64" /QMRWCE /c
     45      1.1  takemura # SUBTRACT CPP /YX
     46      1.1  takemura BSC32=bscmake.exe
     47      1.1  takemura # ADD BASE BSC32 /NOLOGO
     48      1.1  takemura # ADD BSC32 /NOLOGO
     49      1.1  takemura LIB32=link.exe -lib
     50      1.1  takemura # ADD BASE LIB32 /nologo
     51      1.1  takemura # ADD LIB32 /nologo
     52      1.1  takemura 
     53      1.1  takemura !ELSEIF  "$(CFG)" == "libz - Win32 (WCE MIPS) Debug"
     54      1.1  takemura 
     55      1.1  takemura # PROP BASE Use_MFC 0
     56      1.1  takemura # PROP BASE Use_Debug_Libraries 1
     57      1.1  takemura # PROP BASE Output_Dir "WMIPSDbg"
     58      1.1  takemura # PROP BASE Intermediate_Dir "WMIPSDbg"
     59      1.1  takemura # PROP BASE Target_Dir ""
     60      1.1  takemura # PROP Use_MFC 0
     61      1.1  takemura # PROP Use_Debug_Libraries 1
     62      1.1  takemura # PROP Output_Dir "WMIPSDbg"
     63      1.1  takemura # PROP Intermediate_Dir "WMIPSDbg"
     64      1.1  takemura # PROP Target_Dir ""
     65      1.4  takemura # ADD BASE CPP /nologo /MLd /W3 /Zi /Od /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" /YX /QMRWCE /c
     66  1.4.2.1   nathanw # ADD CPP /nologo /MLd /W3 /Zi /Od /I "." /I "../../../.." /I "../include" /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D _STANDALONE /D __STDC__ /D __signed=signed /D LIBSA_RENAME_PRINTF /D __COMPILER_INT64__=__int64 /D __COMPILER_UINT64__="unsigned __int64" /QMRWCE /c
     67      1.1  takemura # SUBTRACT CPP /YX
     68      1.1  takemura BSC32=bscmake.exe
     69      1.1  takemura # ADD BASE BSC32 /NOLOGO
     70      1.1  takemura # ADD BSC32 /NOLOGO
     71      1.1  takemura LIB32=link.exe -lib
     72      1.1  takemura # ADD BASE LIB32 /nologo
     73      1.1  takemura # ADD LIB32 /nologo
     74      1.1  takemura 
     75      1.1  takemura !ENDIF 
     76      1.1  takemura 
     77      1.1  takemura # Begin Target
     78      1.1  takemura 
     79      1.1  takemura # Name "libz - Win32 (WCE MIPS) Release"
     80      1.1  takemura # Name "libz - Win32 (WCE MIPS) Debug"
     81      1.1  takemura # Begin Source File
     82      1.1  takemura 
     83      1.1  takemura SOURCE=.\../../../../lib/libz/adler32.c
     84      1.1  takemura # End Source File
     85      1.1  takemura # Begin Source File
     86      1.1  takemura 
     87      1.1  takemura SOURCE=.\../../../../lib/libz/crc32.c
     88      1.1  takemura # End Source File
     89      1.1  takemura # Begin Source File
     90      1.1  takemura 
     91      1.1  takemura SOURCE=.\../../../../lib/libz/infblock.c
     92      1.1  takemura # End Source File
     93      1.1  takemura # Begin Source File
     94      1.1  takemura 
     95      1.1  takemura SOURCE=.\../../../../lib/libz/infcodes.c
     96      1.1  takemura # End Source File
     97      1.1  takemura # Begin Source File
     98      1.1  takemura 
     99      1.1  takemura SOURCE=.\../../../../lib/libz/inffast.c
    100      1.1  takemura # End Source File
    101      1.1  takemura # Begin Source File
    102      1.1  takemura 
    103      1.1  takemura SOURCE=.\../../../../lib/libz/inflate.c
    104      1.1  takemura # End Source File
    105      1.1  takemura # Begin Source File
    106      1.1  takemura 
    107      1.1  takemura SOURCE=.\../../../../lib/libz/inftrees.c
    108      1.1  takemura # End Source File
    109      1.1  takemura # Begin Source File
    110      1.1  takemura 
    111      1.1  takemura SOURCE=.\../../../../lib/libz/infutil.c
    112      1.1  takemura # End Source File
    113      1.1  takemura # Begin Source File
    114      1.1  takemura 
    115      1.1  takemura SOURCE=.\../../../../lib/libz/uncompr.c
    116      1.1  takemura # End Source File
    117      1.1  takemura # Begin Source File
    118      1.1  takemura 
    119      1.1  takemura SOURCE=.\../../../../lib/libz/zalloc.c
    120      1.1  takemura # End Source File
    121      1.1  takemura # End Target
    122      1.1  takemura # End Project
    123