summaryrefslogtreecommitdiffstats
path: root/server/gen_test_char.dsp
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2000-04-20 21:28:08 +0200
committerBill Stoddard <stoddard@apache.org>2000-04-20 21:28:08 +0200
commit17c5e3fb7a18915e797422c644c0c9314d22917e (patch)
tree223d8d92fe85407ec2c1a807f3414bd23901fb34 /server/gen_test_char.dsp
parentOS/2: EXTRA_LDFLAGS is required when linking the table generation programs. (diff)
downloadapache2-17c5e3fb7a18915e797422c644c0c9314d22917e.tar.xz
apache2-17c5e3fb7a18915e797422c644c0c9314d22917e.zip
Revamp the Win32 make environment. Makefiles have been removed and
Apache.dsw created to bring together all the pieces. Create new file os/win32/BaseAddr.ref to define module base addresses (to prevent dll relocation at start-up). Submitted by: William Rowe Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/gen_test_char.dsp')
-rw-r--r--server/gen_test_char.dsp10
1 files changed, 0 insertions, 10 deletions
diff --git a/server/gen_test_char.dsp b/server/gen_test_char.dsp
index 95db92cce4..186656e378 100644
--- a/server/gen_test_char.dsp
+++ b/server/gen_test_char.dsp
@@ -52,11 +52,6 @@ BSC32=bscmake.exe
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 /nologo /subsystem:console /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /machine:I386
-# Begin Special Build Tool
-SOURCE=$(InputPath)
-PostBuild_Desc=Create test_char.h
-PostBuild_Cmds=.\gen_test_char > test_char.h
-# End Special Build Tool
!ELSEIF "$(CFG)" == "gen_test_char - Win32 Debug"
@@ -81,11 +76,6 @@ BSC32=bscmake.exe
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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# Begin Special Build Tool
-SOURCE=$(InputPath)
-PostBuild_Desc=Create test_char.h
-PostBuild_Cmds=.\gen_test_char > test_char.h
-# End Special Build Tool
!ENDIF