Home | History | Annotate | Line # | Download | only in dspgen
      1  1.1  takemura # Microsoft eMbedded Visual Tools Project File - Name="%%% NAME %%%" - Package Owner=<4>
      2  1.1  takemura # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
      3  1.1  takemura # ** DO NOT EDIT **
      4  1.1  takemura 
      5  1.1  takemura # TARGTYPE "Win32 (WCE MIPS) Application" 0x8201
      6  1.1  takemura 
      7  1.1  takemura CFG=%%% NAME %%% - 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 "%%% NAME %%%.vcn".
     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 "%%% NAME %%%.vcn" CFG="%%% NAME %%% - 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 "%%% NAME %%% - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application")
     21  1.1  takemura !MESSAGE "%%% NAME %%% - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application")
     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 ATL_Project 0
     29  1.1  takemura CPP=clmips.exe
     30  1.1  takemura MTL=midl.exe
     31  1.1  takemura RSC=rc.exe
     32  1.1  takemura 
     33  1.1  takemura !IF  "$(CFG)" == "%%% NAME %%% - Win32 (WCE MIPS) Release"
     34  1.1  takemura 
     35  1.1  takemura # PROP BASE Use_MFC 1
     36  1.1  takemura # PROP BASE Use_Debug_Libraries 0
     37  1.1  takemura # PROP BASE Output_Dir "WMIPSRel"
     38  1.1  takemura # PROP BASE Intermediate_Dir "WMIPSRel"
     39  1.1  takemura # PROP BASE Target_Dir ""
     40  1.1  takemura # PROP Use_MFC 1
     41  1.1  takemura # PROP Use_Debug_Libraries 0
     42  1.1  takemura # PROP Output_Dir "WMIPSRel"
     43  1.1  takemura # PROP Intermediate_Dir "WMIPSRel"
     44  1.1  takemura # PROP Target_Dir ""
     45  1.1  takemura PFILE=pfile.exe
     46  1.1  takemura # ADD BASE PFILE COPY
     47  1.1  takemura # ADD PFILE COPY
     48  1.2  takemura # ADD BASE RSC /l 0x411 /d "MIPS" /d "_MIPS_" /D "hpcmips" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG" /r
     49  1.2  takemura # ADD RSC /l 0x411 /d "MIPS" /d "_MIPS_" /D "hpcmips" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG" /r
     50  1.2  takemura # ADD BASE CPP /nologo /W3 /O2 /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" /Yu"stdafx.h" /M$(CECrtMT) /c
     51  1.2  takemura # ADD CPP /nologo /W3 /O2 %%% INCDIRS %%% /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" %%% CPPDEFS %%% /M$(CECrtMT) /c
     52  1.1  takemura # SUBTRACT CPP /YX
     53  1.1  takemura # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
     54  1.1  takemura # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
     55  1.1  takemura BSC32=bscmake.exe
     56  1.1  takemura # ADD BASE BSC32 /NOLOGO
     57  1.1  takemura # ADD BSC32 /NOLOGO
     58  1.1  takemura LINK32=link.exe
     59  1.1  takemura # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /machine:MIPS /subsystem:$(CESubsystem)
     60  1.1  takemura # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
     61  1.1  takemura # ADD LINK32 commctrl.lib coredll.lib winsock.lib %%% LIBRARIES %%% /nologo %%% RELEASE_LIBPATH %%% /machine:MIPS /subsystem:$(CESubsystem)
     62  1.1  takemura # SUBTRACT LINK32 /pdb:none /nodefaultlib
     63  1.1  takemura 
     64  1.1  takemura !ELSEIF  "$(CFG)" == "%%% NAME %%% - Win32 (WCE MIPS) Debug"
     65  1.1  takemura 
     66  1.1  takemura # PROP BASE Use_MFC 1
     67  1.1  takemura # PROP BASE Use_Debug_Libraries 1
     68  1.1  takemura # PROP BASE Output_Dir "WMIPSDbg"
     69  1.1  takemura # PROP BASE Intermediate_Dir "WMIPSDbg"
     70  1.1  takemura # PROP BASE Target_Dir ""
     71  1.1  takemura # PROP Use_MFC 0
     72  1.1  takemura # PROP Use_Debug_Libraries 1
     73  1.1  takemura # PROP Output_Dir "WMIPSDbg"
     74  1.1  takemura # PROP Intermediate_Dir "WMIPSDbg"
     75  1.1  takemura # PROP Ignore_Export_Lib 0
     76  1.1  takemura # PROP Target_Dir ""
     77  1.1  takemura PFILE=pfile.exe
     78  1.1  takemura # ADD BASE PFILE COPY
     79  1.1  takemura # ADD PFILE COPY
     80  1.2  takemura # ADD BASE RSC /l 0x411 /d "MIPS" /d "_MIPS_" /D "hpcmips" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG" /r
     81  1.2  takemura # ADD RSC /l 0x411 /d "MIPS" /d "_MIPS_" /D "hpcmips" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG" /r
     82  1.2  takemura # ADD BASE CPP /nologo /W3 /Zi /Od /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" /Yu"stdafx.h" /M$(CECrtMTDebug) /c
     83  1.2  takemura # ADD CPP /nologo /W3 /Zi /Od %%% INCDIRS %%% /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D "hpcmips" /D UNDER_CE=$(CEVersion) /D "UNICODE" %%% CPPDEFS %%% /M$(CECrtMTDebug) /c
     84  1.1  takemura # SUBTRACT CPP /YX
     85  1.1  takemura # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
     86  1.1  takemura # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
     87  1.1  takemura BSC32=bscmake.exe
     88  1.1  takemura # ADD BASE BSC32 /NOLOGO
     89  1.1  takemura # ADD BSC32 /NOLOGO
     90  1.1  takemura LINK32=link.exe
     91  1.1  takemura # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /debug /machine:MIPS /subsystem:$(CESubsystem)
     92  1.1  takemura # SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
     93  1.1  takemura # ADD LINK32 commctrl.lib coredll.lib winsock.lib %%% LIBRARIES %%% /nologo /incremental:no /debug %%% DEBUG_LIBPATH %%% /machine:MIPS /subsystem:$(CESubsystem)
     94  1.1  takemura # SUBTRACT LINK32 /verbose /profile /pdb:none /map /nodefaultlib
     95  1.1  takemura 
     96  1.1  takemura !ENDIF 
     97  1.1  takemura 
     98  1.1  takemura # Begin Target
     99  1.1  takemura 
    100  1.1  takemura # Name "%%% NAME %%% - Win32 (WCE MIPS) Release"
    101  1.1  takemura # Name "%%% NAME %%% - Win32 (WCE MIPS) Debug"
    102  1.1  takemura %%% SRCFILES %%%
    103  1.1  takemura # End Target
    104  1.1  takemura # End Project
    105