Changed: #860 Remove/convert/update old projects
This commit is contained in:
parent
4e662bc8d3
commit
0d7106864b
4 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="driver_direct3d"
|
||||
ProjectGUID="{263C0F2E-112D-437F-A6AB-DEA151A7A1F0}"
|
||||
RootNamespace="driver_direct3d"
|
||||
|
|
|
@ -26,7 +26,6 @@ libnelmisc_la_SOURCES = \
|
|||
command.cpp \
|
||||
common.cpp \
|
||||
contiguous_block_allocator.cpp \
|
||||
cpu_info.cpp \
|
||||
cpu_time_stat.cpp \
|
||||
debug.cpp \
|
||||
di_event_emitter.cpp \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="nel_3dsmax_shared"
|
||||
ProjectGUID="{CDFC60B0-9D01-4822-ACAD-B66F7130FCAD}"
|
||||
RootNamespace="nel_3dsmax_shared"
|
||||
|
|
|
@ -63,7 +63,7 @@ ENDIF(COMMAND cmake_policy)
|
|||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Set default config options
|
||||
#
|
||||
|
||||
NL_SETUP_DEFAULT_OPTIONS()
|
||||
NL_SETUP_PREFIX_PATHS()
|
||||
|
||||
|
|
Loading…
Reference in a new issue