source: trunk/mediafolder/test_progs/makefile@ 4

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

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

File size: 738 bytes
Line 
1# Makefile for Audio-CD-Creator Data-CD-Creator
2
3#include ../../make.inc
4
5CC = icc
6#CPPFLAGS = /Ge- /Gm+ /G4 /Gl /O+ /Oc+ /Ol- /Q+ $(VACDEBUG)
7CPPFLAGS = /G5 /Ge- /Gm+ /Gl /O+ /Oc+ /Ol- /Q+ $(VACDEBUG)
8LIBS = mmPM2.lib rexx.lib
9INC = .\include
10HELPERDIR = .\helper
11DEFS =
12PROGS =
13ODIR = ./obj
14CPPDIR = .
15
16
17
18all: pmtst.exe replace2.exe repclass.exe
19
20
21replace2.exe: replace2.c
22 gcc -Zcrtdll replace2.c
23
24repclass.exe: repclass.c
25 gcc -Zcrtdll repclass.c
26
27pmtst.exe: pmtst.c
28 gcc -O -Zomf -Zcrtdll -s $< pmtst.def
29 rc pmtst.res pmtst.exe
30
31clean:
32 -rm *.obj
33 -rm *.exe
34
35cleaner:
36 -rm *.*~
37 -rm *.flc
38
39distger:
40
41disteng:
42
43distribution:
44
Note: See TracBrowser for help on using the repository browser.