summaryrefslogtreecommitdiff
path: root/makefile.msc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-07-12 23:11:27 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-07-12 23:11:27 +0000
commitda87b1ac8505eacf293b9dfc985e5ae93a82a4b7 (patch)
tree2d0aecfae2fedcc105ff54440e96c7bc512accd4 /makefile.msc.in
parent4982cdbe7ee3494e164502e0574376fea278b807 (diff)
downloadglib-da87b1ac8505eacf293b9dfc985e5ae93a82a4b7.tar.gz
Correct URL for mingw runtime sources.
* README.win32: Correct URL for mingw runtime sources. * build-dll: Combine commands with &&. * glib.h: Map also rmdir() and hypot() for MSVCRT library. * makefile.cygwin.in * tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are now called *.gcc.dll, to avoid binary incompatibilities with MSVC-compiled versions. * makefile.msc.in: Cosmetics.
Diffstat (limited to 'makefile.msc.in')
-rw-r--r--makefile.msc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile.msc.in b/makefile.msc.in
index 4a1e6836b..9776a7532 100644
--- a/makefile.msc.in
+++ b/makefile.msc.in
@@ -12,6 +12,10 @@ PTHREADS = ..\pthreads-snap-1999-05-30
PTHREAD_LIB = $(PTHREADS)\pthread.lib
PTHREAD_INC = -I $(PTHREADS)
+################################################################
+
+# Nothing much configurable below
+
!IFNDEF DEBUG
# Full optimization:
OPTIMIZE = -Ox -MD
@@ -22,10 +26,6 @@ OPTIMIZE = -Zi -MDd
LINKDEBUG = /debug
!ENDIF
-################################################################
-
-# Nothing much configurable below
-
# cl -? describes the options
CC = cl -G5 -GF $(OPTIMIZE) -W3 -nologo