Changeset 219 in xtideuniversalbios for trunk/Serial_Server/makefile


Ignore:
Timestamp:
Jan 25, 2012, 7:04:43 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Serial Server, more minor improvements, added support for larger than 2 GB disks under Win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/makefile

    r211 r219  
    99
    1010CL = cl
    11 CLFLAGS = /Ox
     11CLFLAGS = /Ox /DWIN32
    1212
    13 WIN32OBJS = build/win32.obj build/win32serial.obj build/checksum.obj build/serial.obj build/flatimage.obj build/process.obj build/image.obj
     13WIN32OBJS = build/win32.obj build/checksum.obj build/serial.obj build/process.obj build/image.obj
    1414
    1515build/serdrive.exe: $(WIN32OBJS)
     
    2222    $(CL) /c $(CLFLAGS) $< /Fo$@
    2323
    24 $(WIN32OBJS):   library/library.h
     24$(WIN32OBJS):   library/library.h win32/win32file.h win32/win32serial.h library/file.h library/flatimage.h
    2525
    2626build/checksum_test.exe:    library/checksum.cpp
Note: See TracChangeset for help on using the changeset viewer.