3f0273bece
* */makefile.win32 : remove api dir from build and fix clean target svn path=/trunk/gtk-sharp/; revision=18864
8 lines
94 B
Text
8 lines
94 B
Text
all: windows
|
|
|
|
windows: *.cs
|
|
$(CSC) /unsafe /out:codegen.exe *.cs
|
|
|
|
clean:
|
|
rm -f codegen.exe
|
|
|