mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:15:30 +00:00
533f703332
* doc/: Added the makeshift doc generation toolchain. svn path=/trunk/gtk-sharp/; revision=5454
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
include makefile.common
|
|
|
|
ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
|
|
CSC=$(ROOT)/microsoft.net/framework/v1.0.3705/csc.exe
|
|
|
|
$(stage2_files): %stage2.xml: %stage1.xml introspect.exe
|
|
./introspect $< $@
|
|
|
|
introspect.exe: introspect.cs
|
|
$(CSC) /out:introspect.exe introspect.cs
|