~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/win32/x128.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
CFG=x128 - Win32 Debug
8
8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
9
!MESSAGE use the Export Makefile command and run
10
 
!MESSAGE
 
10
!MESSAGE 
11
11
!MESSAGE NMAKE /f "x128.mak".
12
 
!MESSAGE
 
12
!MESSAGE 
13
13
!MESSAGE You can specify a configuration when running NMAKE
14
14
!MESSAGE by defining the macro CFG on the command line. For example:
15
 
!MESSAGE
 
15
!MESSAGE 
16
16
!MESSAGE NMAKE /f "x128.mak" CFG="x128 - Win32 Debug"
17
 
!MESSAGE
 
17
!MESSAGE 
18
18
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE
 
19
!MESSAGE 
20
20
!MESSAGE "x128 - Win32 Release" (based on "Win32 (x86) Application")
21
21
!MESSAGE "x128 - Win32 Debug" (based on "Win32 (x86) Application")
22
 
!MESSAGE
 
22
!MESSAGE 
23
23
 
24
24
# Begin Project
25
25
# PROP AllowPerConfigDependencies 0
81
81
# 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 wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
82
82
# ADD LINK32 dxguid.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib winmm.lib ddraw.lib dsound.lib dinput.lib wsock32.lib version.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
83
83
 
84
 
!ENDIF
 
84
!ENDIF 
85
85
 
86
86
# Begin Target
87
87
 
94
94
# Begin Source File
95
95
 
96
96
SOURCE=.\resc128.rc
 
97
 
 
98
!IF  "$(CFG)" == "x128 - Win32 Release"
 
99
 
 
100
# PROP Ignore_Default_Tool 1
 
101
USERDEP__RESC1="resc128.rc"     "res.rc"        "resacia.rc"    "reside64.rc"   "resreu.rc"     "resgeoram.rc"  "resramcart.rc" "resrs232user.rc"       "ressid.rc"     "resvicii.rc"   "resdrivec128.rc"       "restfe.rc"     
 
102
# Begin Custom Build
 
103
InputPath=.\resc128.rc
 
104
 
 
105
"resc128cat.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
106
        copy /b resc128.rc + res.rc + resacia.rc + reside64.rc + resreu.rc + resgeoram.rc + resramcart.rc + resrs232user.rc + ressid.rc + resvicii.rc + resdrivec128.rc + restfe.rc resc128cat.rc /b
 
107
 
 
108
# End Custom Build
 
109
 
 
110
!ELSEIF  "$(CFG)" == "x128 - Win32 Debug"
 
111
 
 
112
# PROP Ignore_Default_Tool 1
 
113
USERDEP__RESC1="resc128.rc"     "res.rc"        "resacia.rc"    "reside64.rc"   "resreu.rc"     "resgeoram.rc"  "resramcart.rc" "resrs232user.rc"       "ressid.rc"     "resvicii.rc"   "resdrivec128.rc"       "restfe.rc"     
 
114
# Begin Custom Build
 
115
InputPath=.\resc128.rc
 
116
 
 
117
"resc128cat.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
118
        copy /b resc128.rc + res.rc + resacia.rc + reside64.rc + resreu.rc + resgeoram.rc + resramcart.rc + resrs232user.rc + ressid.rc + resvicii.rc + resdrivec128.rc + restfe.rc resc128cat.rc /b
 
119
 
 
120
# End Custom Build
 
121
 
 
122
!ENDIF 
 
123
 
 
124
# End Source File
 
125
# Begin Source File
 
126
 
 
127
SOURCE=.\resc128cat.rc
97
128
# End Source File
98
129
# End Target
99
130
# End Project