home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ool_main.zip
/
ool
/
samples
/
sample12
/
emx.mak
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1998-03-10
|
210 b
|
15 lines
include ..\emx.inc
OBJS=sample12.obj
all: sample12.exe
#Rules to build the application
sample12.exe: $(OBJS)
$(LINK) sample12.exe $(OBJS) $(LIBS)
#Dependencies
sample12.obj: sample12.cpp