Changeset 740 for vendor/current/testprogs/win32/testmailslot
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/testprogs/win32/testmailslot
- Files:
-
- 2 edited
-
GNUmakefile (modified) (1 diff)
-
NMakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testprogs/win32/testmailslot/GNUmakefile
r414 r740 1 1 INCLUDES=-I. 2 2 CFLAGS=$(INCLUDES) 3 CC=i586-mingw32msvc-gcc 3 MINGW_CC = i586-mingw32msvc-cc 4 CC = $(MINGW_CC) 4 5 5 6 all: testmailslot.exe -
vendor/current/testprogs/win32/testmailslot/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.
