source: trunk/emx-wrapper/makefile.emx@ 144

Last change on this file since 144 was 134, checked in by cinc, 19 years ago

GC init lives in the NOM TK DLL now.

File size: 469 bytes
Line 
1#
2# This is the makefile for the EMX wrapper loading and initializing
3# the GTK2 DLLs. It *must* be compiled with EMX. Libc won't work.
4#
5# A patched GTK2.DLL is still needed.
6#
7
8CC = gcc
9GCCFLAGS = -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -Wall
10GCCLDFLAGS = -Zmt
11
12OBJDIR = ./../../../o
13CDIR = .
14
15OBJECTS = voyager-desktop.o
16
17all: voyager-desktop.exe
18
19
20voyager-desktop.exe: voyager-desktop.c
21 $(CC) -o $@ voyager-desktop.c $(LIBS) $(GCCFLAGS)
22
23
24
Note: See TracBrowser for help on using the repository browser.