source: branches/v2.9/common_functions/makefile

Last change on this file was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 519 bytes
Line 
1# Makefile for common functions
2
3#include ../make.inc
4
5CC = gcc
6LIB_DIR = $d:/emx/lib
7#CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol
8CPPFLAGS = -O -Zomf -Zcrtdll -s
9INC = ../include
10DEFS =
11PROGS =
12ODIR = .
13CPPDIR = .
14HELPERDIR = ..\launch_helper
15RESDIR = ..\res\$(LANGUAGE)
16OBJECTS = $(HELPERDIR)\message.obj $(HELPERDIR)\helper.obj
17
18.PHONY: clean cleaner
19
20all:
21 cd ../. && make
22
23clean:
24
25cleaner:
26 -rm *.*~
27 -cd ./include && rm *.*~
28 -rm *.flc
29
30
31
Note: See TracBrowser for help on using the repository browser.