Skip to content

Commit 3a46c29

Browse files
committed
vs2022: update project
1 parent 51aa2b7 commit 3a46c29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

vs2022/IMPORTANT_NOTE_FOR_MOD_DEVELOPER.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ COPY IT ALONGSIDE YOUR MOD CLIENT.DLL, ENGINE WILL FIND IT AUTOMATICALLY!
44

55
FOR 64 BIT BUILDS: LEAVE _amd64 POSTFIX! DO NOT RENAME THE DLL!
66

7-
Make Xash3D FWGS happy!
7+
FOR 32 BIT BUILDS: DO NOT USE _amd64 DLL, IT'S INCOMPATIBLE!
8+
9+
Make Xash3D FWGS happy!

vs2022/mainui_cpp.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
<ClCompile Include="..\menus\PlayerSetup.cpp" />
203203
<ClCompile Include="..\menus\SaveLoad.cpp" />
204204
<ClCompile Include="..\menus\ServerBrowser.cpp" />
205+
<ClCompile Include="..\menus\ServerInfo.cpp" />
205206
<ClCompile Include="..\menus\Touch.cpp" />
206207
<ClCompile Include="..\menus\TouchButtons.cpp" />
207208
<ClCompile Include="..\menus\TouchEdit.cpp" />

0 commit comments

Comments
 (0)