From 17c5e3fb7a18915e797422c644c0c9314d22917e Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Thu, 20 Apr 2000 19:28:08 +0000 Subject: 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 --- server/gen_test_char.dsp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'server/gen_test_char.dsp') 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 -- cgit v1.2.3