Changeset 740 for vendor/current/testprogs/win32/npecho
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/testprogs/win32/npecho
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testprogs/win32/npecho/GNUmakefile
r414 r740 9 9 all: $(NPECHO) $(NPECHO2) 10 10 11 CC = i586-mingw32msvc-gcc 11 MINGW_CC = i586-mingw32msvc-cc 12 CC = $(MINGW_CC) 12 13 13 14 .SUFFIXES: .c .obj .exe … … 20 21 21 22 clean: 22 del*~ *.obj *.exe23 rm -f *~ *.obj *.exe 23 24 -
vendor/current/testprogs/win32/npecho/NMakefile
r414 r740 1 # 2 # use nmake /f NMakefile [<target>] 3 # 1 4 INCLUDES=-I 2 5 CFLAGS=$(INCLUDES) -Zi -nologo
Note:
See TracChangeset
for help on using the changeset viewer.