Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
35a9a0d8
Commit
35a9a0d8
authored
Jan 16, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
parent
c3cbe176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
10 deletions
+28
-10
msvc/plugins.dsp.in
msvc/plugins.dsp.in
+28
-10
No files found.
msvc/plugins.dsp.in
View file @
35a9a0d8
# Microsoft Developer Studio Project File - Name="plugin
s
" - Package Owner=<4>
# Microsoft Developer Studio Project File - Name="plugin
_PLUGIN
" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=plugin
s
- Win32 Debug
CFG=plugin
_PLUGIN
- Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "plugin
s
.mak".
!MESSAGE NMAKE /f "plugin
_PLUGIN
.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "plugin
s.mak" CFG="plugins
- Win32 Debug"
!MESSAGE NMAKE /f "plugin
_PLUGIN.mak" CFG="plugin_PLUGIN
- Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "plugin
s
- Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "plugin
s
- Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "plugin
_PLUGIN
- Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "plugin
_PLUGIN
- Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
...
...
@@ -28,7 +28,7 @@ CFG=plugins - Win32 Debug
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "plugin
s
- Win32 Release"
!IF "$(CFG)" == "plugin
_PLUGIN
- Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
...
...
@@ -52,7 +52,7 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386
!ELSEIF "$(CFG)" == "plugin
s
- Win32 Debug"
!ELSEIF "$(CFG)" == "plugin
_PLUGIN
- Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
...
...
@@ -81,6 +81,24 @@ LINK32=link.exe
# Begin Target
# Name "plugin
s
- Win32 Release"
# Name "plugin
s
- Win32 Debug"
# Name "plugin
_PLUGIN
- Win32 Release"
# Name "plugin
_PLUGIN
- Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
SOURCES
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
HEADERS
# End Group
# End Target
# End Project
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