File: win32_nmake.mak

package info (click to toggle)
cccc 1%3A3.1.4-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,984 kB
  • sloc: ansic: 33,244; cpp: 10,527; java: 622; makefile: 158; sh: 11
file content (12 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile for testing CCCC on Win32 VC platform

RM=del 
RMDIR=rmdir 
MV=rename
ECHO=echo
DIFF=diff.bat
PATHSEP=\\
CCCC=..\\cccc\\cccc.exe

include rules.mak