|
72 | 72 | <PropertyGroup Label="UserMacros" /> |
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 74 | <NMakeOutput>$(OutDir)tetengo.msi</NMakeOutput> |
75 | | - <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) all</NMakeBuildCommandLine> |
76 | | - <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean all</NMakeReBuildCommandLine> |
77 | | - <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean</NMakeCleanCommandLine> |
| 75 | + <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) all</NMakeBuildCommandLine> |
| 76 | + <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean all</NMakeReBuildCommandLine> |
| 77 | + <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean</NMakeCleanCommandLine> |
78 | 78 | </PropertyGroup> |
79 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
80 | 80 | <NMakeOutput>$(OutDir)tetengo.msi</NMakeOutput> |
81 | | - <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) all</NMakeBuildCommandLine> |
82 | | - <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean all</NMakeReBuildCommandLine> |
83 | | - <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean</NMakeCleanCommandLine> |
| 81 | + <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) all</NMakeBuildCommandLine> |
| 82 | + <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean all</NMakeReBuildCommandLine> |
| 83 | + <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean</NMakeCleanCommandLine> |
84 | 84 | </PropertyGroup> |
85 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
86 | 86 | <NMakeOutput>$(OutDir)tetengo.msi</NMakeOutput> |
87 | | - <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) all</NMakeBuildCommandLine> |
88 | | - <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean all</NMakeReBuildCommandLine> |
89 | | - <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean</NMakeCleanCommandLine> |
| 87 | + <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) all</NMakeBuildCommandLine> |
| 88 | + <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean all</NMakeReBuildCommandLine> |
| 89 | + <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean</NMakeCleanCommandLine> |
90 | 90 | </PropertyGroup> |
91 | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
92 | 92 | <NMakeOutput>$(OutDir)tetengo.msi</NMakeOutput> |
93 | | - <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) all</NMakeBuildCommandLine> |
94 | | - <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean all</NMakeReBuildCommandLine> |
95 | | - <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) clean</NMakeCleanCommandLine> |
| 93 | + <NMakeBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) all</NMakeBuildCommandLine> |
| 94 | + <NMakeReBuildCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean all</NMakeReBuildCommandLine> |
| 95 | + <NMakeCleanCommandLine>nmake -f $(ProjectDir)Makefile.nmake ARCH=$(PlatformTarget) PLATFORM=$(Platform) SOLUTIONDIR=$(SolutionDir) WORKDIR=$(ProjectDir) OBJDIR=$(IntDir) BINDIR=$(OutDir) LIBIMAGEBINDIR=$(SolutionDir)bin.libimage\$(Configuration).$(Platform) clean</NMakeCleanCommandLine> |
96 | 96 | </PropertyGroup> |
97 | 97 | <ItemDefinitionGroup> |
98 | 98 | </ItemDefinitionGroup> |
99 | 99 | <ItemGroup> |
100 | 100 | <None Include="COPYING.rtf" /> |
| 101 | + <None Include="copy_libimage_files.py" /> |
101 | 102 | <None Include="generate_content_wxs.py" /> |
102 | 103 | <None Include="generate_content_wxs_source.py" /> |
103 | 104 | <None Include="main.wxs" /> |
|
0 commit comments