Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
781f4b83
Commit
781f4b83
authored
Jul 02, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove the no longer used SPEC_SRCS variable from 16-bit makefiles.
parent
e2f58751
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
0 additions
and
72 deletions
+0
-72
Makefile.in
dlls/avifile.dll16/Makefile.in
+0
-2
Makefile.in
dlls/comm.drv16/Makefile.in
+0
-2
Makefile.in
dlls/compobj.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ctl3d.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ctl3dv2.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ddeml.dll16/Makefile.in
+0
-2
Makefile.in
dlls/dispdib.dll16/Makefile.in
+0
-2
Makefile.in
dlls/display.drv16/Makefile.in
+0
-2
Makefile.in
dlls/imm.dll16/Makefile.in
+0
-2
Makefile.in
dlls/keyboard.drv16/Makefile.in
+0
-2
Makefile.in
dlls/lzexpand.dll16/Makefile.in
+0
-2
Makefile.in
dlls/mouse.drv16/Makefile.in
+0
-2
Makefile.in
dlls/msacm.dll16/Makefile.in
+0
-2
Makefile.in
dlls/msvideo.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ole2.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ole2conv.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ole2disp.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ole2nls.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ole2prox.dll16/Makefile.in
+0
-2
Makefile.in
dlls/ole2thk.dll16/Makefile.in
+0
-2
Makefile.in
dlls/olecli.dll16/Makefile.in
+0
-2
Makefile.in
dlls/olesvr.dll16/Makefile.in
+0
-2
Makefile.in
dlls/rasapi16.dll16/Makefile.in
+0
-2
Makefile.in
dlls/shell.dll16/Makefile.in
+0
-2
Makefile.in
dlls/sound.drv16/Makefile.in
+0
-2
Makefile.in
dlls/storage.dll16/Makefile.in
+0
-2
Makefile.in
dlls/stress.dll16/Makefile.in
+0
-2
Makefile.in
dlls/twain.dll16/Makefile.in
+0
-2
Makefile.in
dlls/typelib.dll16/Makefile.in
+0
-2
Makefile.in
dlls/w32sys.dll16/Makefile.in
+0
-2
Makefile.in
dlls/win32s16.dll16/Makefile.in
+0
-2
Makefile.in
dlls/win87em.dll16/Makefile.in
+0
-2
Makefile.in
dlls/winaspi.dll16/Makefile.in
+0
-2
Makefile.in
dlls/windebug.dll16/Makefile.in
+0
-2
Makefile.in
dlls/winnls.dll16/Makefile.in
+0
-2
Makefile.in
dlls/wintab.dll16/Makefile.in
+0
-2
No files found.
dlls/avifile.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = avifile.dll16
IMPORTS
=
avifil32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,avifil32.dll
SPEC_SRCS
=
avifile.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/comm.drv16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = comm.drv16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
comm.drv16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/compobj.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = compobj.dll16
IMPORTS
=
uuid ole32 advapi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
SPEC_SRCS
=
compobj.dll16.spec
C_SRCS
=
compobj.c
@MAKE_DLL_RULES@
...
...
dlls/ctl3d.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ctl3d.dll16
IMPORTS
=
user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ctl3d32.dll
SPEC_SRCS
=
ctl3d.dll16.spec
C_SRCS
=
ctl3d.c
@MAKE_DLL_RULES@
...
...
dlls/ctl3dv2.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ctl3dv2.dll16
IMPORTS
=
user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ctl3d32.dll
SPEC_SRCS
=
ctl3dv2.dll16.spec
C_SRCS
=
ctl3d.c
@MAKE_DLL_RULES@
...
...
dlls/ddeml.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -7,8 +7,6 @@ IMPORTS = user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
ddeml.dll16.spec
C_SRCS
=
ddeml.c
@MAKE_DLL_RULES@
...
...
dlls/dispdib.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = dispdib.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
dispdib.dll16.spec
C_SRCS
=
dispdib.c
@MAKE_DLL_RULES@
...
...
dlls/display.drv16/Makefile.in
View file @
781f4b83
...
...
@@ -8,8 +8,6 @@ IMPORTS = user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
EXTRARCFLAGS
=
-O
res16
SPEC_SRCS
=
display.drv16.spec
C_SRCS
=
display.c
RC_SRCS
=
display.rc
...
...
dlls/imm.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = imm.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,imm32.dll
SPEC_SRCS
=
imm.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/keyboard.drv16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = keyboard.drv16
IMPORTS
=
user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
keyboard.drv16.spec
C_SRCS
=
keyboard.c
@MAKE_DLL_RULES@
...
...
dlls/lzexpand.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = lzexpand.dll16
IMPORTS
=
lz32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,lz32.dll
SPEC_SRCS
=
lzexpand.dll16.spec
C_SRCS
=
lzexpand.c
@MAKE_DLL_RULES@
...
...
dlls/mouse.drv16/Makefile.in
View file @
781f4b83
...
...
@@ -8,8 +8,6 @@ IMPORTS = user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
EXTRARCFLAGS
=
-O
res16
SPEC_SRCS
=
mouse.drv16.spec
C_SRCS
=
mouse.c
RC_SRCS
=
mouse.rc
...
...
dlls/msacm.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = msacm.dll16
IMPORTS
=
msacm32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,msacm32.dll
SPEC_SRCS
=
msacm.dll16.spec
C_SRCS
=
msacm.c
@MAKE_DLL_RULES@
...
...
dlls/msvideo.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -7,8 +7,6 @@ IMPORTS = msvfw32 version advapi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,msvfw32.dll
SPEC_SRCS
=
msvideo.dll16.spec
C_SRCS
=
msvideo16.c
@MAKE_DLL_RULES@
...
...
dlls/ole2.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ole2.dll16
IMPORTS
=
uuid ole32 user32 gdi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
SPEC_SRCS
=
ole2.dll16.spec
C_SRCS
=
\
memlockbytes.c
\
ole2.c
...
...
dlls/ole2conv.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ole2conv.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
SPEC_SRCS
=
ole2conv.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/ole2disp.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ole2disp.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,oleaut32.dll
SPEC_SRCS
=
ole2disp.dll16.spec
C_SRCS
=
ole2disp.c
@MAKE_DLL_RULES@
...
...
dlls/ole2nls.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -8,8 +8,6 @@ IMPORTS = kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
EXTRARCFLAGS
=
-O
res16
SPEC_SRCS
=
ole2nls.dll16.spec
C_SRCS
=
ole2nls.c
RC_SRCS
=
version.rc
...
...
dlls/ole2prox.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ole2prox.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
SPEC_SRCS
=
ole2prox.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/ole2thk.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = ole2thk.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
SPEC_SRCS
=
ole2thk.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/olecli.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = olecli.dll16
IMPORTS
=
gdi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,olecli32.dll
SPEC_SRCS
=
olecli.dll16.spec
C_SRCS
=
olecli.c
@MAKE_DLL_RULES@
...
...
dlls/olesvr.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = olesvr.dll16
IMPORTS
=
gdi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,olesvr32.dll
SPEC_SRCS
=
olesvr.dll16.spec
C_SRCS
=
olesvr.c
@MAKE_DLL_RULES@
...
...
dlls/rasapi16.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = rasapi16.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,rasapi32.dll
SPEC_SRCS
=
rasapi16.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/shell.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -8,8 +8,6 @@ IMPORTS = shell32 user32 advapi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,shell32.dll
EXTRARCFLAGS
=
-O
res16
SPEC_SRCS
=
shell.dll16.spec
C_SRCS
=
shell.c
RC_SRCS
=
version.rc
...
...
dlls/sound.drv16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = sound.drv16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,winmm.dll
SPEC_SRCS
=
sound.drv16.spec
C_SRCS
=
sound.c
@MAKE_DLL_RULES@
...
...
dlls/storage.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = storage.dll16
IMPORTS
=
uuid ole32 kernel32 ntdll
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,ole32.dll
SPEC_SRCS
=
storage.dll16.spec
C_SRCS
=
storage.c
@MAKE_DLL_RULES@
...
...
dlls/stress.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = stress.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
stress.dll16.spec
C_SRCS
=
stress.c
@MAKE_DLL_RULES@
...
...
dlls/twain.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = twain.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,twain_32.dll
SPEC_SRCS
=
twain.dll16.spec
C_SRCS
=
twain.c
@MAKE_DLL_RULES@
...
...
dlls/typelib.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = typelib.dll16
IMPORTS
=
oleaut32 advapi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,oleaut32.dll
SPEC_SRCS
=
typelib.dll16.spec
C_SRCS
=
typelib.c
@MAKE_DLL_RULES@
...
...
dlls/w32sys.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = w32sys.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,w32skrnl.dll
SPEC_SRCS
=
w32sys.dll16.spec
C_SRCS
=
w32sys.c
@MAKE_DLL_RULES@
...
...
dlls/win32s16.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = win32s16.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,w32skrnl.dll
SPEC_SRCS
=
win32s16.dll16.spec
C_SRCS
=
win32s16.c
@MAKE_DLL_RULES@
...
...
dlls/win87em.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = win87em.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
win87em.dll16.spec
C_SRCS
=
win87em.c
@MAKE_DLL_RULES@
...
...
dlls/winaspi.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = winaspi.dll16
IMPORTS
=
advapi32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,wnaspi32.dll
SPEC_SRCS
=
winaspi.dll16.spec
C_SRCS
=
winaspi.c
@MAKE_DLL_RULES@
...
...
dlls/windebug.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = windebug.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
windebug.dll16.spec
C_SRCS
=
windebug.c
@MAKE_DLL_RULES@
...
...
dlls/winnls.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = winnls.dll16
IMPORTS
=
winnls32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,winnls32.dll
SPEC_SRCS
=
winnls.dll16.spec
C_SRCS
=
winnls.c
@MAKE_DLL_RULES@
...
...
dlls/wintab.dll16/Makefile.in
View file @
781f4b83
...
...
@@ -6,8 +6,6 @@ MODULE = wintab.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,wintab32.dll
SPEC_SRCS
=
wintab.dll16.spec
C_SRCS
=
wintab.c
@MAKE_DLL_RULES@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment