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 |
|
---|
8 | CC = gcc
|
---|
9 | GCCFLAGS = -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -Wall
|
---|
10 | GCCLDFLAGS = -Zmt
|
---|
11 |
|
---|
12 | OBJDIR = ./../../../o
|
---|
13 | CDIR = .
|
---|
14 |
|
---|
15 | OBJECTS = voyager-desktop.o
|
---|
16 |
|
---|
17 | all: voyager-desktop.exe
|
---|
18 |
|
---|
19 |
|
---|
20 | voyager-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.