This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
GtkSharp
Watch
1
Star
0
Fork
You've already forked GtkSharp
0
mirror of
https://github.com/Ryujinx/GtkSharp.git
synced
2024-12-26 14:05:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a6ef912d3b
GtkSharp
/
generator
/
makefile.win32
9 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
2002-05-02 Mike Kestner <mkestner@speakeasy.net> * README : Describe the new make procedure. * configure.in : Add the new Makefile generation. * makefile : add the glue dir, make linux the default build, add an install target * */makefile.win32 : temp build files for win32 * */Makefile.in : new configurable make system * */makefile : killed * generator/BoxedGen.cs : Now uses GLib.Boxed * generator/ObjectGen.cs : Use Values for Props. * generator/SymbolTable.cs : Add IsEnum method. * glib/Boxed.cs : Major overhaul. * glib/Object.cs : Remove type specific (Get|Set)Property. Now use GValue based property accessors. * glib/TypeFundamentals.cs : Update to current values. * glib/Value.cs : Refactor to use glue. svn path=/trunk/gtk-sharp/; revision=4236
2002-05-02 21:57:41 +00:00
all: windows
windows: *.cs
$(CSC) /unsafe /out:codegen.exe *.cs
2002-06-22 Mike Kestner <mkestner@speakeasy.net> * */makefile.win32 : add docs target * generator/ClassBase.cs : Make GenMethods public for interface gen * generator/Method.cs : Lose the CallingConvention * generator/Parameters.cs : fix uninitialized var * generator/SignalHandler.cs : Lose the CallingConvention * generator/StructBase.cs : Lose the CallingConvention svn path=/trunk/gtk-sharp/; revision=5418
2002-06-22 22:12:51 +00:00
docs: windows
Reference in a new issue
Copy permalink