-
Notifications
You must be signed in to change notification settings - Fork 0
/
VS.Make
49 lines (32 loc) · 975 Bytes
/
VS.Make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Supplemental Makefile for Visual Studios Projects
#
# Visual Studio runs tools for most projects but not for shared projects.
#
# Prebuild items supported:
# [None currently]
#
# PostBuild items supported:
# * Copy library to locations on disk
# * Build ilMerge executables
# * Postprocess VSIX projects
# * Copy executables
.PHONY : all always clean install publish prebuild prebuildRecurse postbuild postbuildRecurse
MSBuildThisFileDirectory =
LinkFiles = \
Goedel.Document.Markdown.dll\
Goedel.Document.OpenXML.dll\
Goedel.Document.RFCConvert.dll\
Goedel.Document.RFC.dll\
Goedel.Tool.Core.dll\
Goedel.Document.RFCSVG.dll
ToolTargets = \
main.cs
main.cs : main.command
commandparse main.command /cs main.cs
prebuildRecurse :
postbuildRecurse :
# Non shared project, nothing to do
prebuild : prebuildRecurse $(ToolTargets)
postbuild : postbuildRecurse
postbuildwindows :
powershell publishtarget rfctool.dll