2008-02-02 14:51:23 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9,00"
|
|
|
|
Name="vba-m"
|
|
|
|
ProjectGUID="{714B3EF3-5D43-421F-A97E-447540E7C137}"
|
|
|
|
RootNamespace="vba-m"
|
|
|
|
Keyword="MakeFileProj"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="debug|Win32"
|
|
|
|
OutputDirectory="$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCNMakeTool"
|
2008-02-02 14:59:29 +00:00
|
|
|
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake debug"
|
|
|
|
ReBuildCommandLine=""
|
2008-02-02 14:51:23 +00:00
|
|
|
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
|
|
|
Output="$(OutDir)/VisualBoyAdvance.exe"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG"
|
|
|
|
IncludeSearchPath=""
|
|
|
|
ForcedIncludes=""
|
|
|
|
AssemblySearchPath=""
|
|
|
|
ForcedUsingAssemblies=""
|
|
|
|
CompileAsManaged=""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="release|Win32"
|
|
|
|
OutputDirectory="$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCNMakeTool"
|
2008-02-02 14:59:29 +00:00
|
|
|
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake release
upx -9 "$(TargetPath)""
|
|
|
|
ReBuildCommandLine=""
|
2008-02-02 14:51:23 +00:00
|
|
|
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
|
|
|
Output="$(OutDir)/VisualBoyAdvance.exe"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG"
|
|
|
|
IncludeSearchPath=""
|
|
|
|
ForcedIncludes=""
|
|
|
|
AssemblySearchPath=""
|
|
|
|
ForcedUsingAssemblies=""
|
|
|
|
CompileAsManaged=""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="GUI"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="main"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\main.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\main.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Makefile"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\qmake\vba-m.pro"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|