diff options
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/win32/make_win32.mak')
-rw-r--r-- | bundles/org.eclipse.equinox.executable/library/win32/make_win32.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/win32/make_win32.mak b/bundles/org.eclipse.equinox.executable/library/win32/make_win32.mak index b2056f248..947f56f16 100644 --- a/bundles/org.eclipse.equinox.executable/library/win32/make_win32.mak +++ b/bundles/org.eclipse.equinox.executable/library/win32/make_win32.mak @@ -47,7 +47,7 @@ acflags = -I.. -DDEFAULT_OS="\"$(DEFAULT_OS)\"" \ /I$(JAVA_HOME)\include /I$(JAVA_HOME)\include\win32 \ $(cflags) wcflags = -DUNICODE $(acflags) -cvars = /Zi #/O1 +cvars = -MD -D_MT -D_DLL -DWIN32 -D_WIN32 all: $(EXEC) $(DLL) eclipseMain.obj: ../eclipseUnicode.h ../eclipseCommon.h ../eclipseMain.c |