diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-10 20:00:53 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-10 20:00:53 -0500 |
commit | 267c69a5da83301d1d3d8ab7a493bbf51a17ce41 (patch) | |
tree | ceae3f61f9a0a214626319cb028ba588a2c25d2a /src/chrtrans | |
parent | 5307f5f9b8ef280d693fc38c1261fd7b3ffd94b1 (diff) | |
download | lynx-snapshots-267c69a5da83301d1d3d8ab7a493bbf51a17ce41.tar.gz |
snapshot of project "lynx", label v2-8-8dev_9n
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makefile.msc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrtrans/makefile.msc b/src/chrtrans/makefile.msc index 63a19dd8..28b7435d 100644 --- a/src/chrtrans/makefile.msc +++ b/src/chrtrans/makefile.msc @@ -6,8 +6,8 @@ CC = cl LD = link INCLUDES = /I "." /I ".." /I "..\.." /I "..\..\WWW\Library\Implementation" /I "..\..\lib" -DEFS = /D "NDEBUG" /D "__WIN32__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "NO_FILEIO_H" /D "NO_UNISTD_H" /D "_WINDOWS" /D "DOSPATH" -CFLAGS = /nologo /MT /W3 /GX /O2 /c +DEFS = /D "WIN32_LEAN_AND_MEAN" /D "NDEBUG" /D "__WIN32__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "_WIN32" /D "NO_FILEIO_H" /D "NO_UNISTD_H" /D "_WINDOWS" /D "DOSPATH" +CFLAGS = /nologo /MT /W3 /EHsc /O2 /c LDFLAGS = /nologo /subsystem:console /incremental:no /machine:I386 LIBS = user32.lib wsock32.lib |