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-09 17:16:37 +00:00
|
|
|
BuildCommandLine="qmake -makefile -win32 -Wall ..\qmake\vba-m.pro
nmake debug
lupdate ..\qmake\vba-m.pro"
|
2008-02-02 14:59:29 +00:00
|
|
|
ReBuildCommandLine=""
|
2008-02-02 14:51:23 +00:00
|
|
|
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
2008-02-09 17:16:37 +00:00
|
|
|
Output="$(OutDir)\VisualBoyAdvance.exe"
|
2008-02-02 14:51:23 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG"
|
|
|
|
IncludeSearchPath=""
|
|
|
|
ForcedIncludes=""
|
|
|
|
AssemblySearchPath=""
|
|
|
|
ForcedUsingAssemblies=""
|
|
|
|
CompileAsManaged=""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="release|Win32"
|
|
|
|
OutputDirectory="$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCNMakeTool"
|
2008-02-06 13:58:02 +00:00
|
|
|
BuildCommandLine="qmake -makefile -win32 -Wall ..\qmake\vba-m.pro
nmake release
upx -9 "$(TargetPath)"
lrelease ..\qmake\vba-m.pro
echo "Copying translation files to release directory..."
mkdir $(OutDir)\lang
copy /Y ..\..\lang\*.qm $(OutDir)\lang"
|
2008-02-02 14:59:29 +00:00
|
|
|
ReBuildCommandLine=""
|
2008-02-02 14:51:23 +00:00
|
|
|
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
2008-02-09 17:16:37 +00:00
|
|
|
Output="$(OutDir)\VisualBoyAdvance.exe"
|
2008-02-02 14:51:23 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG"
|
|
|
|
IncludeSearchPath=""
|
|
|
|
ForcedIncludes=""
|
|
|
|
AssemblySearchPath=""
|
|
|
|
ForcedUsingAssemblies=""
|
|
|
|
CompileAsManaged=""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="GUI"
|
2008-02-09 17:16:37 +00:00
|
|
|
Filter="cpp;h"
|
2008-02-02 14:51:23 +00:00
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="main"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\main.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\main.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2008-02-09 17:16:37 +00:00
|
|
|
<Filter
|
|
|
|
Name="MainWnd"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\mainwnd.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\mainwnd.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2008-02-02 14:51:23 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Makefile"
|
2008-02-06 13:58:02 +00:00
|
|
|
Filter="pro"
|
2008-02-02 14:51:23 +00:00
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\qmake\vba-m.pro"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2008-02-06 13:58:02 +00:00
|
|
|
<Filter
|
|
|
|
Name="Translations"
|
|
|
|
Filter="ts;qm"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lang\german.ts"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2008-02-09 17:16:37 +00:00
|
|
|
<Filter
|
|
|
|
Name="Other"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\precompile.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="OpenGL"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\glwidget.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\qt\glwidget.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2008-02-02 14:51:23 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|