Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | f9daq | 1 | # Microsoft Developer Studio Project File - Name="pcicc32" - Package Owner=<4> |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
||
3 | # ** NICHT BEARBEITEN ** |
||
4 | |||
5 | # TARGTYPE "Win32 (x86) Application" 0x0101 |
||
6 | |||
7 | CFG=pcicc32 - Win32 Debug |
||
8 | !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE |
||
9 | !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl |
||
10 | !MESSAGE |
||
11 | !MESSAGE NMAKE /f "pcicc32.mak". |
||
12 | !MESSAGE |
||
13 | !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben |
||
14 | !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: |
||
15 | !MESSAGE |
||
16 | !MESSAGE NMAKE /f "pcicc32.mak" CFG="pcicc32 - Win32 Debug" |
||
17 | !MESSAGE |
||
18 | !MESSAGE Für die Konfiguration stehen zur Auswahl: |
||
19 | !MESSAGE |
||
20 | !MESSAGE "pcicc32 - Win32 Release" (basierend auf "Win32 (x86) Application") |
||
21 | !MESSAGE "pcicc32 - Win32 Debug" (basierend auf "Win32 (x86) Application") |
||
22 | !MESSAGE |
||
23 | |||
24 | # Begin Project |
||
25 | # PROP AllowPerConfigDependencies 0 |
||
26 | # PROP Scc_ProjName "" |
||
27 | # PROP Scc_LocalPath "" |
||
28 | CPP=cl.exe |
||
29 | MTL=midl.exe |
||
30 | RSC=rc.exe |
||
31 | |||
32 | !IF "$(CFG)" == "pcicc32 - Win32 Release" |
||
33 | |||
34 | # PROP BASE Use_MFC 0 |
||
35 | # PROP BASE Use_Debug_Libraries 0 |
||
36 | # PROP BASE Output_Dir "Release" |
||
37 | # PROP BASE Intermediate_Dir "Release" |
||
38 | # PROP BASE Target_Dir "" |
||
39 | # PROP Use_MFC 0 |
||
40 | # PROP Use_Debug_Libraries 0 |
||
41 | # PROP Output_Dir "Release" |
||
42 | # PROP Intermediate_Dir "Release" |
||
43 | # PROP Ignore_Export_Lib 0 |
||
44 | # PROP Target_Dir "" |
||
45 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D DBG=0 /YX /FD /c |
||
46 | # ADD CPP /nologo /Gz /W3 /Gi /O2 /I "\DDK\inc" /I "." /D "NDEBUG" /D DBG=0 /D "_X86_" /D _WIN32_WINNT=0x500 /YX /FD /Gs -GF /c |
||
47 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
||
48 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
||
49 | # ADD BASE RSC /l 0x407 /d "NDEBUG" |
||
50 | # ADD RSC /l 0x407 /d "NDEBUG" |
||
51 | BSC32=bscmake.exe |
||
52 | # ADD BASE BSC32 /nologo |
||
53 | # ADD BSC32 /nologo |
||
54 | LINK32=link.exe |
||
55 | # 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:windows /machine:I386 |
||
56 | # ADD LINK32 int64.lib ntoskrnl.lib hal.lib /nologo /base:"0x10000" /entry:"DriverEntry" /machine:I386 /nodefaultlib /out:"Release\pcicc32.SYS" /libpath:"\DDK\lib\i386\free" -driver -subsystem:NATIVE,4.00 |
||
57 | # Begin Custom Build - Copying Driver to System32\Drivers |
||
58 | TargetPath=.\Release\pcicc32.SYS |
||
59 | TargetName=pcicc32 |
||
60 | InputPath=.\Release\pcicc32.SYS |
||
61 | SOURCE="$(InputPath)" |
||
62 | |||
63 | "$(SystemRoot)\System32\Drivers\$(TargetName)" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
||
64 | copy $(TargetPath) $(SystemRoot)\System32\Drivers\*.* |
||
65 | |||
66 | # End Custom Build |
||
67 | |||
68 | !ELSEIF "$(CFG)" == "pcicc32 - Win32 Debug" |
||
69 | |||
70 | # PROP BASE Use_MFC 0 |
||
71 | # PROP BASE Use_Debug_Libraries 1 |
||
72 | # PROP BASE Output_Dir "Debug" |
||
73 | # PROP BASE Intermediate_Dir "Debug" |
||
74 | # PROP BASE Target_Dir "" |
||
75 | # PROP Use_MFC 0 |
||
76 | # PROP Use_Debug_Libraries 1 |
||
77 | # PROP Output_Dir "Debug" |
||
78 | # PROP Intermediate_Dir "Debug" |
||
79 | # PROP Ignore_Export_Lib 0 |
||
80 | # PROP Target_Dir "" |
||
81 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D DBG=1 /YX /FD /GZ /c |
||
82 | # ADD CPP /nologo /Gz /W3 /Gm /Gi /Zi /Od /I "\DDK\inc" /I "." /D DBG=1 /D "_X86_" /D _WIN32_WINNT=0x500 /YX /FD /Gs -GF /c |
||
83 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
||
84 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
||
85 | # ADD BASE RSC /l 0x407 /d "_DEBUG" |
||
86 | # ADD RSC /l 0x407 /d "_DEBUG" |
||
87 | BSC32=bscmake.exe |
||
88 | # ADD BASE BSC32 /nologo |
||
89 | # ADD BSC32 /nologo |
||
90 | LINK32=link.exe |
||
91 | # 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:windows /debug /machine:I386 /pdbtype:sept |
||
92 | # ADD LINK32 int64.lib ntoskrnl.lib hal.lib /nologo /base:"0x10000" /entry:"DriverEntry" /incremental:no /debug /machine:I386 /nodefaultlib /out:"Debug\pcicc32.SYS" /pdbtype:con /libpath:"\DDK\lib\i386\checked" -driver -subsystem:NATIVE,4.00 |
||
93 | # Begin Custom Build - Copying Driver to System32\Drivers |
||
94 | TargetPath=.\Debug\pcicc32.SYS |
||
95 | TargetName=pcicc32 |
||
96 | InputPath=.\Debug\pcicc32.SYS |
||
97 | SOURCE="$(InputPath)" |
||
98 | |||
99 | "$(SystemRoot)\System32\Drivers\$(TargetName)" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
||
100 | copy $(TargetPath) $(SystemRoot)\System32\Drivers\*.* |
||
101 | |||
102 | # End Custom Build |
||
103 | |||
104 | !ENDIF |
||
105 | |||
106 | # Begin Target |
||
107 | |||
108 | # Name "pcicc32 - Win32 Release" |
||
109 | # Name "pcicc32 - Win32 Debug" |
||
110 | # Begin Group "Quellcodedateien" |
||
111 | |||
112 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" |
||
113 | # Begin Source File |
||
114 | |||
115 | SOURCE=.\pcicc32_drv.c |
||
116 | # End Source File |
||
117 | # Begin Source File |
||
118 | |||
119 | SOURCE=.\pcicc32_i.c |
||
120 | # End Source File |
||
121 | # Begin Source File |
||
122 | |||
123 | SOURCE=.\pcicc32_io.c |
||
124 | # End Source File |
||
125 | # Begin Source File |
||
126 | |||
127 | SOURCE=.\pcicc32_v.c |
||
128 | # End Source File |
||
129 | # End Group |
||
130 | # Begin Group "Header-Dateien" |
||
131 | |||
132 | # PROP Default_Filter "h;hpp;hxx;hm;inl" |
||
133 | # Begin Source File |
||
134 | |||
135 | SOURCE=.\pcicc32.h |
||
136 | # End Source File |
||
137 | # Begin Source File |
||
138 | |||
139 | SOURCE=.\pcicc32_drv.h |
||
140 | # End Source File |
||
141 | # Begin Source File |
||
142 | |||
143 | SOURCE=.\pcicc32_i.h |
||
144 | # End Source File |
||
145 | # Begin Source File |
||
146 | |||
147 | SOURCE=.\pcicc32_io.h |
||
148 | # End Source File |
||
149 | # Begin Source File |
||
150 | |||
151 | SOURCE=.\pcicc32_local.h |
||
152 | # End Source File |
||
153 | # Begin Source File |
||
154 | |||
155 | SOURCE=.\pcicc32_v.h |
||
156 | # End Source File |
||
157 | # End Group |
||
158 | # Begin Group "Ressourcendateien" |
||
159 | |||
160 | # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" |
||
161 | # End Group |
||
162 | # End Target |
||
163 | # End Project |