Spring Cleaning, Part Ni (2)

- Renamed output file in regex extension project file from sample.ext.dll to regex.ext.dll
- Revampled sample extension Makefile. It is now possible to build an extension that doesn't require the use of Metamod using it.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401976
This commit is contained in:
Scott Ehlert
2008-04-01 04:22:47 +00:00
parent fbe46934a4
commit 79fb305722
2 changed files with 41 additions and 21 deletions
+2 -2
View File
@@ -64,7 +64,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="../lib_win/pcre.lib"
OutputFile="$(OutDir)\sample.ext.dll"
OutputFile="$(OutDir)\regex.ext.dll"
LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMTD"
GenerateDebugInformation="true"
@@ -144,7 +144,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="../lib_win/pcre.lib"
OutputFile="$(OutDir)\sample.ext.dll"
OutputFile="$(OutDir)\regex.ext.dll"
LinkIncremental="1"
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMT"
GenerateDebugInformation="true"