added Makefile.

This commit is contained in:
morkt 2015-12-07 00:01:35 +04:00
parent 7916c171c1
commit bec2977429
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ tags
*~
Images
SchemeBuilder
Makefile

View File

@ -1,4 +1,4 @@
MSNETDIR = D:/WINDOWS/Microsoft.NET/Framework/v4.0.30319
MSNETDIR = C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319
MSCS = $(MSNETDIR)/csc //nologo
MSBUILD = $(MSNETDIR)/MSBuild.exe //nologo