source: trunk/synergy/dist/nullsoft/installer.dsp@ 3232

Last change on this file since 3232 was 2749, checked in by bird, 19 years ago

synergy v1.3.1 sources (zip).

File size: 3.1 KB
Line 
1# Microsoft Developer Studio Project File - Name="installer" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) External Target" 0x0106
6
7CFG=installer - Win32 Debug
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "installer.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "installer.mak" CFG="installer - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "installer - Win32 Release" (based on "Win32 (x86) External Target")
21!MESSAGE "installer - Win32 Debug" (based on "Win32 (x86) External Target")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28
29!IF "$(CFG)" == "installer - Win32 Release"
30
31# PROP BASE Use_MFC 0
32# PROP BASE Use_Debug_Libraries 0
33# PROP BASE Output_Dir "installer___Win32_Release"
34# PROP BASE Intermediate_Dir "installer___Win32_Release"
35# PROP BASE Cmd_Line "NMAKE /f installer.mak"
36# PROP BASE Rebuild_Opt "/a"
37# PROP BASE Target_File "installer.exe"
38# PROP BASE Bsc_Name "installer.bsc"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "."
43# PROP Intermediate_Dir "."
44# PROP Cmd_Line "nmake /nologo /f "installer.mak""
45# PROP Rebuild_Opt "/a"
46# PROP Target_File "..\..\build\SynergyInstaller.exe"
47# PROP Bsc_Name ""
48# PROP Target_Dir ""
49NSIS=makensis
50
51!ELSEIF "$(CFG)" == "installer - Win32 Debug"
52
53# PROP BASE Use_MFC 0
54# PROP BASE Use_Debug_Libraries 1
55# PROP BASE Output_Dir "installer___Win32_Debug"
56# PROP BASE Intermediate_Dir "installer___Win32_Debug"
57# PROP BASE Cmd_Line "NMAKE /f installer.mak"
58# PROP BASE Rebuild_Opt "/a"
59# PROP BASE Target_File "installer.exe"
60# PROP BASE Bsc_Name "installer.bsc"
61# PROP BASE Target_Dir ""
62# PROP Use_MFC 0
63# PROP Use_Debug_Libraries 1
64# PROP Output_Dir "."
65# PROP Intermediate_Dir "."
66# PROP Cmd_Line "echo "Can only build installer for Release configuration""
67# PROP Rebuild_Opt ""
68# PROP Target_File "dummy.exe"
69# PROP Bsc_Name ""
70# PROP Target_Dir ""
71NSIS=makensis
72
73!ENDIF
74
75# Begin Target
76
77# Name "installer - Win32 Release"
78# Name "installer - Win32 Debug"
79
80!IF "$(CFG)" == "installer - Win32 Release"
81
82!ELSEIF "$(CFG)" == "installer - Win32 Debug"
83
84!ENDIF
85
86# Begin Group "Source Files"
87
88# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
89# Begin Source File
90
91SOURCE=.\dosify.c
92# PROP Intermediate_Dir "."
93# End Source File
94# Begin Source File
95
96SOURCE=.\installer.mak
97# PROP Intermediate_Dir "."
98# End Source File
99# Begin Source File
100
101SOURCE=.\synergy.nsi
102# PROP Intermediate_Dir "."
103# End Source File
104# End Group
105# Begin Group "Header Files"
106
107# PROP Default_Filter "h;hpp;hxx;hm;inl"
108# End Group
109# Begin Group "Resource Files"
110
111# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
112# End Group
113# End Target
114# End Project
Note: See TracBrowser for help on using the repository browser.