sdkcreationmw/sdkruntimes/NMIT/dscli/dscli.dsp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 # Microsoft Developer Studio Project File - Name="dscli" - Package Owner=<4>
       
     2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
       
     3 # ** DO NOT EDIT **
       
     4 
       
     5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
       
     6 
       
     7 CFG=dscli - Win32 Debug Console
       
     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 "dscli.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 "dscli.mak" CFG="dscli - Win32 Debug Console"
       
    17 !MESSAGE 
       
    18 !MESSAGE Possible choices for configuration are:
       
    19 !MESSAGE 
       
    20 !MESSAGE "dscli - Win32 Release" (based on "Win32 (x86) Console Application")
       
    21 !MESSAGE "dscli - Win32 Debug" (based on "Win32 (x86) Console Application")
       
    22 !MESSAGE "dscli - Win32 Debug Console" (based on "Win32 (x86) Console Application")
       
    23 !MESSAGE "dscli - Win32 Release Console" (based on "Win32 (x86) Console Application")
       
    24 !MESSAGE 
       
    25 
       
    26 # Begin Project
       
    27 # PROP AllowPerConfigDependencies 0
       
    28 # PROP Scc_ProjName ""
       
    29 # PROP Scc_LocalPath ""
       
    30 CPP=cl.exe
       
    31 RSC=rc.exe
       
    32 
       
    33 !IF  "$(CFG)" == "dscli - Win32 Release"
       
    34 
       
    35 # PROP BASE Use_MFC 0
       
    36 # PROP BASE Use_Debug_Libraries 0
       
    37 # PROP BASE Output_Dir "Release"
       
    38 # PROP BASE Intermediate_Dir "Release"
       
    39 # PROP BASE Target_Dir ""
       
    40 # PROP Use_MFC 0
       
    41 # PROP Use_Debug_Libraries 0
       
    42 # PROP Output_Dir "build\release\windows"
       
    43 # PROP Intermediate_Dir "build\release\windows"
       
    44 # PROP Ignore_Export_Lib 0
       
    45 # PROP Target_Dir ""
       
    46 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
       
    47 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../../NmitShared/src/native" /I "../lib/include" /I "../../emumenubar/group" /D "WIN32" /D "NDEBUG" /FR /YX /FD /c
       
    48 # ADD BASE RSC /l 0x409 /d "NDEBUG"
       
    49 # ADD RSC /l 0x409 /d "NDEBUG"
       
    50 BSC32=bscmake.exe
       
    51 # ADD BASE BSC32 /nologo
       
    52 # ADD BSC32 /nologo
       
    53 LINK32=link.exe
       
    54 # 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 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
       
    55 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ws2_32.lib /nologo /entry:"mainCRTStartup" /subsystem:windows /machine:I386 /out:"build\release\windows\sdkw.exe"
       
    56 # SUBTRACT LINK32 /pdb:none
       
    57 # Begin Special Build Tool
       
    58 TargetPath=.\build\release\windows\sdkw.exe
       
    59 TargetName=sdkw
       
    60 SOURCE="$(InputPath)"
       
    61 PostBuild_Desc=Copying release files...
       
    62 PostBuild_Cmds=if exist ..\..\..\..\epoc32\release\wins\urel echo ..\..\..\..\epoc32\release\wins\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\wins\urel copy $(TargetPath) ..\..\..\..\epoc32\release\wins\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\urel echo ..\..\..\..\epoc32\release\winscw\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\urel copy $(TargetPath) ..\..\..\..\epoc32\release\winscw\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\udeb echo ..\..\..\..\epoc32\release\winscw\udeb\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\udeb copy $(TargetPath) ..\..\..\..\epoc32\release\winscw\udeb\$(TargetName).exe
       
    63 # End Special Build Tool
       
    64 
       
    65 !ELSEIF  "$(CFG)" == "dscli - Win32 Debug"
       
    66 
       
    67 # PROP BASE Use_MFC 0
       
    68 # PROP BASE Use_Debug_Libraries 1
       
    69 # PROP BASE Output_Dir "Debug"
       
    70 # PROP BASE Intermediate_Dir "Debug"
       
    71 # PROP BASE Target_Dir ""
       
    72 # PROP Use_MFC 0
       
    73 # PROP Use_Debug_Libraries 1
       
    74 # PROP Output_Dir "build\debug\windows"
       
    75 # PROP Intermediate_Dir "build\debug\windows"
       
    76 # PROP Ignore_Export_Lib 0
       
    77 # PROP Target_Dir ""
       
    78 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
       
    79 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../NmitShared/src/native" /I "../lib/include" /I "../../emumenubar/group" /D "WIN32" /D "_DEBUG" /FR /YX /FD /GZ /c
       
    80 # ADD BASE RSC /l 0x409 /d "_DEBUG"
       
    81 # ADD RSC /l 0x409 /d "_DEBUG"
       
    82 BSC32=bscmake.exe
       
    83 # ADD BASE BSC32 /nologo
       
    84 # ADD BSC32 /nologo
       
    85 LINK32=link.exe
       
    86 # 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 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
       
    87 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ws2_32.lib /nologo /entry:"mainCRTStartup" /subsystem:windows /debug /machine:I386 /out:"build\debug\windows\sdkw.exe" /pdbtype:sept
       
    88 # SUBTRACT LINK32 /pdb:none
       
    89 # Begin Special Build Tool
       
    90 TargetPath=.\build\debug\windows\sdkw.exe
       
    91 TargetName=sdkw
       
    92 SOURCE="$(InputPath)"
       
    93 PostBuild_Desc=Copying debug files...
       
    94 PostBuild_Cmds=if exist ..\..\..\..\epoc32\release\wins\udeb echo ..\..\..\..\epoc32\release\wins\udeb\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\wins\udeb copy $(TargetPath) ..\..\..\..\epoc32\release\wins\udeb\$(TargetName).exe
       
    95 # End Special Build Tool
       
    96 
       
    97 !ELSEIF  "$(CFG)" == "dscli - Win32 Debug Console"
       
    98 
       
    99 # PROP BASE Use_MFC 0
       
   100 # PROP BASE Use_Debug_Libraries 1
       
   101 # PROP BASE Output_Dir "build\debug\console"
       
   102 # PROP BASE Intermediate_Dir "build\debug\console"
       
   103 # PROP BASE Ignore_Export_Lib 0
       
   104 # PROP BASE Target_Dir ""
       
   105 # PROP Use_MFC 0
       
   106 # PROP Use_Debug_Libraries 1
       
   107 # PROP Output_Dir "build\debug\console"
       
   108 # PROP Intermediate_Dir "build\debug\console"
       
   109 # PROP Ignore_Export_Lib 0
       
   110 # PROP Target_Dir ""
       
   111 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../NmitShared/src/native" /I "../lib/include" /I "../../emumenubar/group" /D "WIN32" /D "_DEBUG" /FR /YX /FD /GZ /c
       
   112 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../NmitShared/src/native" /I "../lib/include" /I "../../emumenubar/group" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /FD /GZ /c
       
   113 # ADD BASE RSC /l 0x409 /d "_DEBUG"
       
   114 # ADD RSC /l 0x409 /d "_DEBUG"
       
   115 BSC32=bscmake.exe
       
   116 # ADD BASE BSC32 /nologo
       
   117 # ADD BSC32 /nologo
       
   118 LINK32=link.exe
       
   119 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /out:"build/debug/sdkw.exe" /pdbtype:sept
       
   120 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ws2_32.lib slibd.lib wlibd.lib xrpcd.lib xregd.lib expatd.lib ucs2libd.lib /nologo /subsystem:console /debug /machine:I386 /out:"build\debug\console\sdk.exe" /pdbtype:sept /libpath:"..\..\..\NmitShared\src\native\slib" /libpath:"..\..\..\NmitShared\src\native\wlib\build\debug" /libpath:"..\..\..\NmitShared\src\native\xrpc\build\xrpc\debug" /libpath:"..\..\..\NmitShared\src\native\xrpc\build\xreg\debug" /libpath:"..\..\..\NmitShared\src\native\expat\build\debug" /libpath:"..\..\..\NmitShared\src\native\ucs2lib\build\debug"
       
   121 # Begin Special Build Tool
       
   122 TargetPath=.\build\debug\console\sdk.exe
       
   123 TargetName=sdk
       
   124 SOURCE="$(InputPath)"
       
   125 PostBuild_Desc=Copying debug files...
       
   126 PostBuild_Cmds=if exist ..\..\..\..\epoc32\release\wins\udeb echo ..\..\..\..\epoc32\release\wins\udeb\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\wins\udeb copy $(TargetPath) ..\..\..\..\epoc32\release\wins\udeb\$(TargetName).exe
       
   127 # End Special Build Tool
       
   128 
       
   129 !ELSEIF  "$(CFG)" == "dscli - Win32 Release Console"
       
   130 
       
   131 # PROP BASE Use_MFC 0
       
   132 # PROP BASE Use_Debug_Libraries 0
       
   133 # PROP BASE Output_Dir "build\release\console"
       
   134 # PROP BASE Intermediate_Dir "build\release\console"
       
   135 # PROP BASE Ignore_Export_Lib 0
       
   136 # PROP BASE Target_Dir ""
       
   137 # PROP Use_MFC 0
       
   138 # PROP Use_Debug_Libraries 0
       
   139 # PROP Output_Dir "build\release\console"
       
   140 # PROP Intermediate_Dir "build\release\console"
       
   141 # PROP Ignore_Export_Lib 0
       
   142 # PROP Target_Dir ""
       
   143 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "../../NmitShared/src/native" /I "../lib/include" /I "../../emumenubar/group" /D "WIN32" /D "NDEBUG" /FR /YX /FD /c
       
   144 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../../NmitShared/src/native" /I "../lib/include" /I "../../emumenubar/group" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /FD /c
       
   145 # ADD BASE RSC /l 0x409 /d "NDEBUG"
       
   146 # ADD RSC /l 0x409 /d "NDEBUG"
       
   147 BSC32=bscmake.exe
       
   148 # ADD BASE BSC32 /nologo
       
   149 # ADD BSC32 /nologo
       
   150 LINK32=link.exe
       
   151 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ws2_32.lib /nologo /entry:"mainCRTStartup" /subsystem:windows /machine:I386 /out:"build/release/sdkw.exe"
       
   152 # SUBTRACT BASE LINK32 /pdb:none
       
   153 # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ws2_32.lib slib.lib wlib.lib xrpc.lib xreg.lib expat.lib ucs2lib.lib /nologo /subsystem:console /machine:I386 /out:"build\release\console\sdk.exe" /libpath:"..\..\NmitShared\src\native\slib" /libpath:"..\..\NmitShared\src\native\wlib\build\release" /libpath:"..\..\NmitShared\src\native\xrpc\build\xrpc\release" /libpath:"..\..\NmitShared\src\native\xrpc\build\xreg\release" /libpath:"..\..\NmitShared\src\native\expat\build\release" /libpath:"..\..\NmitShared\src\native\ucs2lib\build\release"
       
   154 # SUBTRACT LINK32 /pdb:none
       
   155 # Begin Special Build Tool
       
   156 TargetPath=.\build\release\console\sdk.exe
       
   157 TargetName=sdk
       
   158 SOURCE="$(InputPath)"
       
   159 PostBuild_Desc=Copying release files...
       
   160 PostBuild_Cmds=if exist ..\..\..\..\epoc32\release\wins\urel echo ..\..\..\..\epoc32\release\wins\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\wins\urel copy $(TargetPath) ..\..\..\..\epoc32\release\wins\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\urel echo ..\..\..\..\epoc32\release\winscw\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\urel copy $(TargetPath) ..\..\..\..\epoc32\release\winscw\urel\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\udeb echo ..\..\..\..\epoc32\release\winscw\udeb\$(TargetName).exe	if exist ..\..\..\..\epoc32\release\winscw\udeb copy $(TargetPath) ..\..\..\..\epoc32\release\winscw\udeb\$(TargetName).exe
       
   161 # End Special Build Tool
       
   162 
       
   163 !ENDIF 
       
   164 
       
   165 # Begin Target
       
   166 
       
   167 # Name "dscli - Win32 Release"
       
   168 # Name "dscli - Win32 Debug"
       
   169 # Name "dscli - Win32 Debug Console"
       
   170 # Name "dscli - Win32 Release Console"
       
   171 # Begin Group "Source Files"
       
   172 
       
   173 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
       
   174 # Begin Source File
       
   175 
       
   176 SOURCE=.\dscli.c
       
   177 # End Source File
       
   178 # End Group
       
   179 # Begin Group "Header Files"
       
   180 
       
   181 # PROP Default_Filter "h;hpp;hxx;hm;inl"
       
   182 # End Group
       
   183 # Begin Group "Resource Files"
       
   184 
       
   185 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
       
   186 # End Group
       
   187 # End Target
       
   188 # End Project