Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
/SharpDXPublic archive

Commit285efd7

Browse files
committed
Making progress on getting sharpgen's detection of not needed work (only gen when needed) working correctly again.
1 parent4a9988b commit285efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Source/Tools/SharpGen/CodeGenApp.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void ParseArguments(string[] args)
157157
publicboolInit()
158158
{
159159
_thisAssemblyPath=Assembly.GetExecutingAssembly().Location;
160-
_assemblyCheckFile=Path.ChangeExtension(_thisAssemblyPath,".check");
160+
_assemblyCheckFile=Path.ChangeExtension(_thisAssemblyPath,".check-"+AppType);
161161
_assemblyDatetime=File.GetLastWriteTime(_thisAssemblyPath);
162162
_isAssemblyNew=(File.GetLastWriteTime(_thisAssemblyPath)!=File.GetLastWriteTime(_assemblyCheckFile));
163163
_generatedPath=Path.GetDirectoryName(_configRootPath);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp