gfx/src/windows/makefile.win - Revision 3.44

There were 2 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

gfx/src/windows/makefile.win,3.44
.
Disk File
Skipping to line 33. 
			  pref \
.
			  pref \
			  uconv \
.
			  uconv \
			  unicharutil \
.
			  unicharutil \
			  locale \
.
			  locale \
			  necko \
.
			  necko \
 
.
			  dom \
 
.
			  windowwatcher \
			  $(NULL)
.
			  $(NULL)
 
.
 
DEFINES=-DWIN32_LEAN_AND_MEAN -DSTRICT
.
DEFINES=-DWIN32_LEAN_AND_MEAN -DSTRICT
 
.
 
!if defined(NGLAYOUT_DDRAW)
.
!if defined(NGLAYOUT_DDRAW)
Skipping to line 93. 
 
.
 
WIN_LIBS=                                       \
.
WIN_LIBS=                                       \
!if defined(NGLAYOUT_DDRAW)
.
!if defined(NGLAYOUT_DDRAW)
         ole32.lib                              \
.
         ole32.lib                              \
!endif
.
!endif
 
.
         winspool.lib                           \
         comdlg32.lib
.
         comdlg32.lib
 
.
 
LLFLAGS = 	$(LLFLAGS)		 
.
LLFLAGS = 	$(LLFLAGS)		 
include <$(DEPTH)\config\rules.mak>
.
include <$(DEPTH)\config\rules.mak>
 
.