Changeset 219 in xtideuniversalbios for trunk/Serial_Server/makefile
- Timestamp:
- Jan 25, 2012, 7:04:43 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/makefile
r211 r219 9 9 10 10 CL = cl 11 CLFLAGS = /Ox 11 CLFLAGS = /Ox /DWIN32 12 12 13 WIN32OBJS = build/win32.obj build/ win32serial.obj build/checksum.obj build/serial.obj build/flatimage.obj build/process.obj build/image.obj13 WIN32OBJS = build/win32.obj build/checksum.obj build/serial.obj build/process.obj build/image.obj 14 14 15 15 build/serdrive.exe: $(WIN32OBJS) … … 22 22 $(CL) /c $(CLFLAGS) $< /Fo$@ 23 23 24 $(WIN32OBJS): library/library.h 24 $(WIN32OBJS): library/library.h win32/win32file.h win32/win32serial.h library/file.h library/flatimage.h 25 25 26 26 build/checksum_test.exe: library/checksum.cpp
Note:
See TracChangeset
for help on using the changeset viewer.