[657] | 1 | # Microsoft Developer Studio Project File - Name="XMLConverter" - 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=XMLConverter - Win32 Debug
|
---|
| 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 "XMLConverter.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 "XMLConverter.mak" CFG="XMLConverter - Win32 Debug"
|
---|
| 17 | !MESSAGE
|
---|
| 18 | !MESSAGE Possible choices for configuration are:
|
---|
| 19 | !MESSAGE
|
---|
| 20 | !MESSAGE "XMLConverter - Win32 Release" (based on "Win32 (x86) Console Application")
|
---|
| 21 | !MESSAGE "XMLConverter - Win32 Debug" (based on "Win32 (x86) Console Application")
|
---|
| 22 | !MESSAGE
|
---|
| 23 |
|
---|
| 24 | # Begin Project
|
---|
| 25 | # PROP AllowPerConfigDependencies 0
|
---|
| 26 | # PROP Scc_ProjName ""
|
---|
| 27 | # PROP Scc_LocalPath ""
|
---|
| 28 | CPP=cl.exe
|
---|
| 29 | RSC=rc.exe
|
---|
| 30 |
|
---|
| 31 | !IF "$(CFG)" == "XMLConverter - Win32 Release"
|
---|
| 32 |
|
---|
| 33 | # PROP BASE Use_MFC 0
|
---|
| 34 | # PROP BASE Use_Debug_Libraries 0
|
---|
| 35 | # PROP BASE Output_Dir "..\bin\Release"
|
---|
| 36 | # PROP BASE Intermediate_Dir "..\obj\Release"
|
---|
| 37 | # PROP BASE Target_Dir ""
|
---|
| 38 | # PROP Use_MFC 0
|
---|
| 39 | # PROP Use_Debug_Libraries 0
|
---|
| 40 | # PROP Output_Dir "..\bin\Release"
|
---|
| 41 | # PROP Intermediate_Dir "..\obj\Release"
|
---|
| 42 | # PROP Ignore_Export_Lib 1
|
---|
| 43 | # PROP Target_Dir ""
|
---|
| 44 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
---|
| 45 | # ADD CPP /nologo /MD /W3 /GX /O2 /Ob0 /I "../include" /I "../../../OgreMain/include" /I "..\..\..\Dependencies\include" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "TIXML_USE_STL" /YX /FD /c
|
---|
| 46 | # SUBTRACT CPP /Fr
|
---|
| 47 | # ADD BASE RSC /l 0x809 /d "NDEBUG"
|
---|
| 48 | # ADD RSC /l 0x809 /d "NDEBUG"
|
---|
| 49 | BSC32=bscmake.exe
|
---|
| 50 | # ADD BASE BSC32 /nologo
|
---|
| 51 | # ADD BSC32 /nologo
|
---|
| 52 | LINK32=link.exe
|
---|
| 53 | # 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
|
---|
| 54 | # ADD 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 OgreMain.lib /nologo /subsystem:console /profile /machine:I386 /nodefaultlib:"LIBCMT.lib" /out:"..\bin\Release/OgreXMLConverter.exe" /libpath:"..\..\..\OgreMain\lib\release" /libpath:"..\..\..\Dependencies\lib\Release"
|
---|
| 55 | # SUBTRACT LINK32 /debug
|
---|
| 56 | # Begin Special Build Tool
|
---|
| 57 | SOURCE="$(InputPath)"
|
---|
| 58 | PostBuild_Cmds=copy ..\bin\Release\OgreXMLConverter.exe ..\..\Common\bin\Release
|
---|
| 59 | # End Special Build Tool
|
---|
| 60 |
|
---|
| 61 | !ELSEIF "$(CFG)" == "XMLConverter - Win32 Debug"
|
---|
| 62 |
|
---|
| 63 | # PROP BASE Use_MFC 0
|
---|
| 64 | # PROP BASE Use_Debug_Libraries 1
|
---|
| 65 | # PROP BASE Output_Dir "..\bin\Debug"
|
---|
| 66 | # PROP BASE Intermediate_Dir "..\obj\Debug"
|
---|
| 67 | # PROP BASE Target_Dir ""
|
---|
| 68 | # PROP Use_MFC 0
|
---|
| 69 | # PROP Use_Debug_Libraries 1
|
---|
| 70 | # PROP Output_Dir "..\bin\Debug"
|
---|
| 71 | # PROP Intermediate_Dir "..\obj\Debug"
|
---|
| 72 | # PROP Ignore_Export_Lib 1
|
---|
| 73 | # PROP Target_Dir ""
|
---|
| 74 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
---|
| 75 | # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../include" /I "../../../OgreMain/include" /I "..\..\..\Dependencies\include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "TIXML_USE_STL" /FD /GZ /Zm500 /c
|
---|
| 76 | # ADD BASE RSC /l 0x809 /d "_DEBUG"
|
---|
| 77 | # ADD RSC /l 0x809 /d "_DEBUG"
|
---|
| 78 | BSC32=bscmake.exe
|
---|
| 79 | # ADD BASE BSC32 /nologo
|
---|
| 80 | # ADD BSC32 /nologo
|
---|
| 81 | LINK32=link.exe
|
---|
| 82 | # 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
|
---|
| 83 | # ADD 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 OgreMain_d.lib /nologo /subsystem:console /debug /machine:I386 /nodefaultlib:"LIBCD.LIB" /nodefaultlib:"LIBCMT" /out:"..\bin\Debug/OgreXMLConverter.exe" /pdbtype:sept /libpath:"..\..\..\OgreMain\lib\debug" /libpath:"..\..\..\Dependencies\lib\Debug"
|
---|
| 84 | # SUBTRACT LINK32 /verbose
|
---|
| 85 | # Begin Special Build Tool
|
---|
| 86 | SOURCE="$(InputPath)"
|
---|
| 87 | PostBuild_Cmds=copy ..\bin\Debug\OgreXMLConverter.exe ..\..\Common\bin\Debug
|
---|
| 88 | # End Special Build Tool
|
---|
| 89 |
|
---|
| 90 | !ENDIF
|
---|
| 91 |
|
---|
| 92 | # Begin Target
|
---|
| 93 |
|
---|
| 94 | # Name "XMLConverter - Win32 Release"
|
---|
| 95 | # Name "XMLConverter - Win32 Debug"
|
---|
| 96 | # Begin Group "Source Files"
|
---|
| 97 |
|
---|
| 98 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
| 99 | # Begin Source File
|
---|
| 100 |
|
---|
| 101 | SOURCE=..\src\main.cpp
|
---|
| 102 | # End Source File
|
---|
| 103 | # Begin Source File
|
---|
| 104 |
|
---|
| 105 | SOURCE=..\src\OgreXMLMeshSerializer.cpp
|
---|
| 106 | # End Source File
|
---|
| 107 | # Begin Source File
|
---|
| 108 |
|
---|
| 109 | SOURCE=..\src\OgreXMLSkeletonSerializer.cpp
|
---|
| 110 | # End Source File
|
---|
| 111 | # Begin Source File
|
---|
| 112 |
|
---|
| 113 | SOURCE=..\src\tinystr.cpp
|
---|
| 114 | # End Source File
|
---|
| 115 | # Begin Source File
|
---|
| 116 |
|
---|
| 117 | SOURCE=..\src\tinyxml.cpp
|
---|
| 118 | # End Source File
|
---|
| 119 | # Begin Source File
|
---|
| 120 |
|
---|
| 121 | SOURCE=..\src\tinyxmlerror.cpp
|
---|
| 122 | # End Source File
|
---|
| 123 | # Begin Source File
|
---|
| 124 |
|
---|
| 125 | SOURCE=..\src\tinyxmlparser.cpp
|
---|
| 126 | # End Source File
|
---|
| 127 | # End Group
|
---|
| 128 | # Begin Group "Header Files"
|
---|
| 129 |
|
---|
| 130 | # PROP Default_Filter "h;hpp;hxx;hm;inl"
|
---|
| 131 | # Begin Source File
|
---|
| 132 |
|
---|
| 133 | SOURCE=..\include\OgreXMLMeshSerializer.h
|
---|
| 134 | # End Source File
|
---|
| 135 | # Begin Source File
|
---|
| 136 |
|
---|
| 137 | SOURCE=..\include\OgreXMLPrerequisites.h
|
---|
| 138 | # End Source File
|
---|
| 139 | # Begin Source File
|
---|
| 140 |
|
---|
| 141 | SOURCE=..\include\OgreXMLSkeletonSerializer.h
|
---|
| 142 | # End Source File
|
---|
| 143 | # Begin Source File
|
---|
| 144 |
|
---|
| 145 | SOURCE=..\include\tinystr.h
|
---|
| 146 | # End Source File
|
---|
| 147 | # Begin Source File
|
---|
| 148 |
|
---|
| 149 | SOURCE=..\include\tinyxml.h
|
---|
| 150 | # End Source File
|
---|
| 151 | # End Group
|
---|
| 152 | # Begin Group "Resource Files"
|
---|
| 153 |
|
---|
| 154 | # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
| 155 | # End Group
|
---|
| 156 | # End Target
|
---|
| 157 | # End Project
|
---|