| Line | |
|---|
| 1 | # $Id: makefile,v 1.2 2003-01-23 13:08:11 sandervl Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # Odin32 API
|
|---|
| 5 | #
|
|---|
| 6 | # pe.exe makefile
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 | #
|
|---|
| 10 | # Tell that we're producing an executable
|
|---|
| 11 | #
|
|---|
| 12 | STACKSIZE = 0x100000
|
|---|
| 13 | EXETARGET = 1
|
|---|
| 14 | VIO = 1
|
|---|
| 15 | STATIC_CRT=1
|
|---|
| 16 |
|
|---|
| 17 | #
|
|---|
| 18 | # Compiler, tools, and interference rules.
|
|---|
| 19 | #
|
|---|
| 20 | !include ../../makefile.inc
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 | #
|
|---|
| 25 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
|---|
| 26 | #
|
|---|
| 27 | OBJS = \
|
|---|
| 28 | $(OBJDIR)\iplog.obj
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | #
|
|---|
| 32 | # Libraries. One space before the '\'.
|
|---|
| 33 | #
|
|---|
| 34 | LIBS = \
|
|---|
| 35 | so32dll.lib \
|
|---|
| 36 | tcp32dll.lib \
|
|---|
| 37 | $(RTLLIB) \
|
|---|
| 38 | os2386.lib
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | #
|
|---|
| 42 | # Target name - name of the dll without extention and path.
|
|---|
| 43 | #
|
|---|
| 44 | TARGET = iplog
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 | #
|
|---|
| 48 | # Includes the common rules.
|
|---|
| 49 | #
|
|---|
| 50 | !include $(ODIN32_POST_INC)
|
|---|
| 51 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.